An Extremely Simple FABridge Example
March 2nd, 2007
So you want to control your Flex app using HTML dropdowns? Here’s an extremely simple pared down example of how you can use Adobe’s Flex-AJAX Bridge to do this.

You can view it in action here and download the Flex, HTML and JavaScript code here:
Enjoy.
November 29th, 2007 at 12:46 pm
Here’s an updated FABridge which allows statics/constants access.
https://bugs.adobe.com/jira/browse/SDK-12279
June 5th, 2008 at 2:31 pm
That’s a nice simple example.
When I moved beyond simple stuff, I ran into trouble with FABridge because I was using swfobject to load my flash. I was able to resolve the issues, and I have a blog entry about it:
http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/