all groups > flash actionscript > march 2006 >
You're in the

flash actionscript

group:

Opening a program with a button flash?


Re: Opening a program with a button flash? mostlyliquid
3/17/2006 1:10:10 PM
flash actionscript: Look into fscommand in flash help. If not, check out flashjester.com,
they have great tools for local deployment. HTH.

-J
Opening a program with a button flash? punkhard22
3/17/2006 8:18:46 PM
I am trying to build a launcher menu thing for a CD-ROM to have buttons to
launch certain webpages and programs on the CD with a basic .exe export. How
do I make a button open a program directly without going through a web browser
using the getURL(). Hopefully this is the right place for the post Im pretty
new at this. Thanks!
Re: Opening a program with a button flash? Wolf van Ween
3/17/2006 9:27:33 PM
You use the fscommand function with an exec parameter.
Be aware though, that all executables called (or batch files) need to reside in the fscommand subdirectory.
Good luck
AddThis Social Bookmark Button