I'm taking baby steps with FABridge, and I'm not a JavaScript developer, so bear with me please. The following works in Firefox, but not in Safari (I don't see the second alert)
alert("hello");
var flexApp = FABridge.flash.root();
var appWidth = flexApp.getWidth();
alert("hello again " + appWidth);
Any ideas or comments about the viability of the bridge?

