vote up 0 vote down star

Flex to JavaScript library/API

I am looking for a "small" lib for exposing JavaScript objects within Flex/AS3. I have looked at Adobe's FABridge, but that seemed to me to be more of JavaScript to Flex. Are there any good examples of Flex using JavaScript objects with the FABridge? ...or some other Flex-JavaScript library more aligned in that direction that others know of / have used?

The only other one that I have looked at is the JSInterface ... but it is documented in Russian :-( ...

gsb

flag

2 Answers

vote up 3 vote down

I'm not sure exactly what you are looking to do but if it's just simple communication between Flex and Javascript you can use the ExternalInterface class to do this. It allows a Flex app to invoke Javascript methods defined in the HTML wrapper and also allows Javascript to invoke methods in the Flex app that you expose via ExternalInterface.

http://livedocs.adobe.com/flex/3/langref/flash/external/ExternalInterface.html

link|flag
vote up 2 vote down

Hi, i finished translation of documentation, Presentation and ASDoc to English. :) You are welcome

link|flag
awesome, i'm so stoked! – viatropos Nov 12 at 8:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.