Anyone else experienced problems with flash anims causing v8 to crash?
I used the code below and experienced lots of crashes. Since i removed the code its ok again.
Is there a workround?
Thanks
Andy
=======
<object classid="clsid27CDB6E-AE6D-xxxx-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="315" height="63">
<param name="movie" value="http://www.mydomain.co.uk/Untitled.swf" />
<param name="quality" value="high" />
<embed src="http://www.mydomain.co.uk/Untitled.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="315" height="63"></embed>
</object>
I used the code below and experienced lots of crashes. Since i removed the code its ok again.
Is there a workround?
Thanks
Andy
=======
<object classid="clsid27CDB6E-AE6D-xxxx-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="315" height="63">
<param name="movie" value="http://www.mydomain.co.uk/Untitled.swf" />
<param name="quality" value="high" />
<embed src="http://www.mydomain.co.uk/Untitled.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="315" height="63"></embed>
</object>
Comment