PDA

View Full Version : creating movie with downloadable files


hollywood
02-23-2001, 12:30 AM
Help!!!! I need to find out how to create a flash 4 movie that contains files that can be downloaded by the viewer such as sound files, .exe files, etc.

Any worthwile suggestions would be greatly appreciated.

Hollywood

Strok
02-23-2001, 12:44 AM
just use getURL action
for example action on "download button"

On (Release)
Get URL ("filename.exe")
End On


or

On (Release)
Get URL ("http://www.actionscripts.org/filename.exe")
End On

hollywood
02-23-2001, 12:46 AM
Hey Strok,

Thanks ever so much. I know it was a stupid question, but thanks again for a fast response. You are the bomb!

Hollywood

hollywood
02-23-2001, 01:52 AM
It worked!! Appreciate the help!!

Hollywood