Flash querystring
Flash querystring
Out of context: Reply #6
- Started
- Last post
- 14 Responses
- maximillion_0
if your using swfObject then you need to pass it as a defined variable in the javascript
so.addVariable("varName", "varValue");
its then available to the _root.varName (as2) or root.loaderInfo.parameters.varNa... (as3)