;

PDA

Click to See Complete Forum and Search --> : Video dl from server


dukem
06-04-2004, 09:27 AM
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

pellepiano
06-04-2004, 09:31 AM
If you zip the files the browser wont try and open them.

on(release){
getURL("myVideo.zip");
}