Externally Define FSCommands

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

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.