For me, IE's status bar shows a warning icon and says errors on page. See if your code works with the default wrapper.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Tuesday, August 12, 2008 6:23 AM To: [email protected] Subject: [flexcoders] Re: URL deeplinking or other? Here is my html, but not sure if its the problem. When you say check the .js files for errors what .js files and how do I look for errors? And thanks again for all your help. <div id="my-wrap"> <div id="my-wrapper-3"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="MyControl" width="696" height="296" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swfla sh.cab <http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab> "> <param name="movie" value="/bin-debug/my.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <param name="allowScriptAccess" value="sameDomain" /> <param name="wmode" value="transparent" /> <embed src="/bin-debug/my.swf" quality="high" bgcolor="#000000" width="696" height="296" name="MyControl" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.adobe.com/go/getflashplayer <http://www.adobe.com/go/getflashplayer> "> </embed> </object> </div> </div>

