Hi
we developed a flex application it is loading in all versions of
Mozilla and IE except(IE 6 multiple tab version)
we embedded swf in html
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="fusionbook" width="100%" height="100%"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/
swflash.cab">
<param name="movie"
value="fusionbookLatest26052010.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="fusionbookLatest26052010.swf" quality="high"
bgcolor="#ffffff"
width="100%" height="100%" name="fusionbook"
align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
</noscript>
so if any one knows the issue please let me know
Thanks
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.