A SWF can access parameters set in HTML via loaderInfo.parameters. How do I set this in a .fla project so that they are set when I run the SWF with ctrl-enter ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can't do that from the IDE, but for testing, could have a local parameters object you can substitute if loaderInfo.parameters is empty:
|
|||
|
|