http://www.spindisc.co.uk/mp3-store.html
It displays in Chrome but when I tried it in IE10 it is missing.
I have tried a cache clean and also from a laptop with same results?
Interesting in standalone at www.spindisc.co.uk/cart the player that is written in AS3 with SWF fand XML files, shows upper central in Chrome, however in IE10 it shows in top left position (so I am expecting that while it is in the site page it is being displayed off stage!!!!
The coding shows to be aligned as "middle" in the HTML file, I can't figure out what the problem is.
Any help please.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FlashCart</title>
</head>
<body bgcolor="#000000">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<div align="middle">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,0,0" width="900" height="550" id="FlashCart" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="Main.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="Main.swf"
quality="high"
bgcolor="#000000"
width="900" height="550"
name="FlashCartDemo"
align="middle"
allowScriptAccess="sameDomain"
allowFullScreen="false"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
/>
</object>
</div>
</body>
</html>