Executable Files

What code do I have to put on a button if I wanted someone to be able to download a fla. from my site?\r\rFor example, the fla. is named “screenplays”. What code does the button need?\r\rDeep Cover

You want a link in the flash movie to download a .fla?\rIf so, just add this to the button actions:\r\ron (release) {\r&nbsp &nbsp &nbsp &nbsp getURL (“http://www.yoursite.com/screenplays.fla”);\r}

Good job…thank you…