Nav w/ Flash Vars?
Nav w/ Flash Vars?
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- heavyt0
just need to put a flash var attribute in the object and embed tags.
eg.
[param name="FlashVars" value="varName=yourVarHere"]'varName' is the name of a variable that is accessible at the _root of your swf.
eg.
_root.varName
would have the value of
'yourVarHere'That's it.