Pass Parameters into your Flash File at runtime
There is no built in way to instantiate your flash movie at runtime by passing in a parameter. In a command line environment when you start a program you can pass in parameters by adding them after the executable name (e.g. myProg.exe param1,param2). This provides a way of doing this in flash from an html page.
Views: 672 | | by Sarah
View this tutorial