Launch Applications using Flash

Page 1 of 1
FlashJunkie
This user is yet to take control of their account and provide a biography. If you are the author of this article, please contact us via support AT actionscript DOT org.
View all articles by FlashJunkieDifficulty Level: begining
Requirements: Flash 4
Download FLA
This only works from your Hard Drive or CD-rom.
Flash has a command "FS Command, Exec" which allows you to launch other applications from within a Flash Movie. As far as I can tell (who ever reads documentation?) it has to be done from within an ".exe" file (the standalone player from your "Publish" options.
The code looks like this:
On (Release)
FS Command ("exec", "Test1.exe")
End On
Still, this allows you to create custom interfaces. Possible uses: You could burn a CD with Netscape, Flash plugin installer, and MSIE and have an "autostart" Flash movie that was your installation interface. (You could then put all your Flash websites onto the CD as well as HTML files, and use Flash to link to them using "GetURL", then send out the CD as a resume.)
I have included three tutorial ".exe" files and all associated ".FLA" files.
1) "App-Launcher.exe" which is what you run.
2) "Test1.exe" which will run when you press the first button in the "App-Launcher" file.
3) "Test2.exe" which will run when you press the second button in the "App-Launcher" file.
I suppose someone who knows Javascript would be able to us that to enable an HTML-based ".swf" to send the exec command to launch an application? I'm guessing here, so maybe-maybe not. I don't know javascript. And as for whether this works on Macs, I'm leaving that up to someone with a Mac to discover.
Spread The Word
Related Articles
2 Responses to "Launch Applications using Flash" 
|
said this on 22 Apr 2007 2:34:59 PM CDT
Hey thank you, that was v
It took a wh You hope that helps. |
|
said this on 28 Nov 2008 6:38:02 PM CDT
thanks bro..
honestly i' but after i read the last time |



Author/Admin)