PDA

View Full Version : Externally Define FSCommands



zwarte
September 9th, 2002, 03:29 PM
Can I externally define FSCommands from a text file? I want to create a dynamic menu that executes installation files for a cdrom I am creating. Is this possible? Can I find tutorials on this? Or can someone put me on the right path?

-Zwarte

jsk
September 19th, 2002, 09:50 AM
Yes you can (using loadVariables() or loadVariablesNum())however it may be simpler to define a series of functions in the swf and invoke the appropriate function depending on the users selected preference.

Calling external resources at runtime from a cd can prove extremely unreliable.