views:

246

answers:

2

Now we are developing a Chat Engine which is based on JavaScript and Flash. But, what we get stuck with now is that we cannot find a good JavaScript library to talk with flash. Additionally, we use OpenFire as our Server. Anyone has a good solution to this problem? thanks for your help!

+1  A: 

Flash JavaScript Integration Kit

Mr. Smith
+1  A: 

In the Flex SDK (though it is not dependent on Flex) is the FABridge, the Flex-Ajax Bridge.

You can find it under {SDK_dir}\frameworks\javascript\FABridge

You can read all about it here, although the tutorial is Flex heavy, best to check out the samples provided in the aforementioned directory.

Adobe Article on FABridge