Hi,
I want visitors to be able to download video files (some exotic codec mpgs' that I can't import to Flash) from the server. Can anyone help me with script?
Thanks
Printable View
Hi,
I want visitors to be able to download video files (some exotic codec mpgs' that I can't import to Flash) from the server. Can anyone help me with script?
Thanks
If you zip the files the browser wont try and open them.
on(release){
getURL("myVideo.zip");
}