Forum Moderators: open
The problem is I haven't added flash to my website in so long I'm not sure if there is a work around so my page doesn't get the click ok to load this page when using IE 6.0.
IE 7.0 and FF work fine but 6.0 has that dang box that shows before my page even loads. Wish people would hurry up and stop using 6.0 - I can't stand it!
Here is my code currently:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="36">
<param name="movie" value="http://(URL edited)/get-started.swf">
<param name="quality" value="high"><param name="PLAY" value="false" />
<param name="LOOP" value="false" />
<embed src="http://(URL edited)/get-started.swf"width="100" height="36" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" play="false">
</embed>
</object>
I had thought awhile back I found a work around but like I said it has been awhile - again everything is fine with the code as far as it works - I just need this to stop making IE pop up "Press okay to load page content" before the viewer can even see my site.
Any help?
Jason