I am using FABridge for FLEX/AJAX Communication. It works fine in both IE and FF and for layout I am using contentpane. But when I open dijit.dialog which embeds swf file, I try to communicate flash file using FABridge, but its not working(Only in IE).
JavaScript will be called when user clicks on ADD Button in the Popup
function AddItem(){
try{
var flexApp = FABridge.AddSpecCategoryApp.root();
}
catch (e) {
alert("flash Bridge error: " + e.name + " " + e.message );
}
}
Code in Popup for embeding SWF:
