I want to specify a string value in the HTML containing my Flash created using Flex 3. This value is a URL that is used by the Flex code and I want another dev to be able to update it. How do I do this? I'm using Flex Builder 3.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You could try javascript and ExternalInterface or just use flashVars If you just have the one parameter you'd like to pass in, it's probably easier to use flashVars. |
|||
|
|
|
FlashVars would be the easiest solution for this. Embed code for SWF:
Accessing vars from AS3:
|
||||
|
|