Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

download video 1

Status
Not open for further replies.

georgyboy

IS-IT--Management
Oct 20, 2002
197
AU
is it possible to have a link in a flash site so someone can download a video file to wath on their own media player - i dont want to embed the video in the site. similar to what happens in a standard html site
Thanks
 
Zip it up!
Then use this on a button script, or whatever:
Code:
on(release){
    getURL("[URL unfurl="true"]http://www.yourserver.com/your.zip",[/URL] "_blank");
}
Regards,

oldman3.gif
 
I guess you would just apply the action 'Get URL' where you would type in the URL of the movie clip itself. Then it would be a simple matter of the visitors browser automatically dealing with the document (in most cases).
 
...And playing it, rather than downloading it! Which was the question asked! [thumbsdown] Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top