PDA

View Full Version : Executable Files



deep cover
May 21st, 2002, 09:40 PM
What code do I have to put on a button if I wanted someone to be able to download a fla. from my site?

For example, the fla. is named "screenplays". What code does the button need?

Deep Cover

chickensnack
May 21st, 2002, 09:43 PM
You want a link in the flash movie to download a .fla?
If so, just add this to the button actions:

on (release) {
&nbsp &nbsp &nbsp &nbsp getURL ("http://www.yoursite.com/screenplays.fla");
}

deep cover
May 21st, 2002, 10:15 PM
Good job...thank you...