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.
Problems with FABridge Samples?
March 2nd, 2007
It looks as though the current version of the Flex Ajax Bridge download file has some path problems that prevent its samples from working.
If, like me, you prefer to explore new technology by playing with a working example, simply follow these steps to fix the problem:
1. Rename the “src” folder as “bridge” and move it into the “samples” folder.
2. In FABridgeSample.html change:
- “../src/bridge/FABridge.js” to
- “bridge/FABridge.js”
3. In SimpleSample.html change:
- “src/bridge/FABridge.js” to
- “bridge/FABridge.js”
Or, if you’re feeling lazy, you can download a modified version of the zip, with the above changes made, here:
FABridge_B4_013007_modified.zip
Enjoy.