I am working on FABridge, i developed an application using this which is
working fine in IE 7 but not in firefox i cant figer ou the problem can any one
trough some light on it
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="dashBoardTest" width="950" height="475"

codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.c
ab">
<param name="movie" value="dashBoard.swf" />
<param name="flashvars" value="bridgeName=b_dashBoard"/>
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="dashBoard.swf" quality="high"
width="950" height="475" name="dashBoardTest"
quality="high"
bgcolor="#FFFFFF"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="bridgeName=b_dashBoard">
</embed>
</object>
i am using every thing as given in the docks, here the embed tag is used by
other brousers other than IE but even then my flex app does no show up in
firefox

Thanks Raj