I'm wondering if JavaScript can post JSON messages to Flash? and if so can you please provide an example or a link to one?
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.
|
|
Use ExternalInterface class to add callback methods that Javascript can call. for example:
Then in your javascript, you can call the callbackName method on the flash object. |
|||
|
|
|
I am pretty sure that you can use FlashVars for this. Been a long time since I have done it so I wouldnt be able to provide code but a quick google found a couple of links: http://kb2.adobe.com/cps/164/tn_16417.html http://www.permadi.com/tutorial/flashVars/index.html Hope it helps. |
|||
|
