so i made a little flash thingy, and i'm using flash cs3, as3/flash player 9(dot 0 dot something), now when I put it up online, the flash player for my browser is flash player 10 (obviously?) but my flash doesn't seem to work.. the background image is there but none of the images are..
it's basically a xml feed that loads images and puts them into the flash file so you click on the images and they link out (so the person im making it for can change the images and links willy nilly)
when i directly go to the file (www.thewebsite.com/flash.swf for etc) it works, but implimenting it into a .php file, and it just doesn't work.. on firefox, safari, internet explorer, friend's computers/browsers..
anyone come across this problem
this is the code im using:
<div id="flash">
<!--[if !IE]> -->
<object type="application/x-shockwave-flash" data="newsfeed.swf" width="434" height="160">
<!-- <![endif]-->
<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="434" height="160">
<param name="movie" value="newsfeed.swf" />
<!--><!--dgx-->
<param name="loop" value="true" />
<param name="menu" value="false" />
<p class="text">sorry, you don't have flash installed.</p><p class="text"><a href="http://get.adobe.com/flashplayer/" target="_blank">get it here</a></p>
</object>
<!-- <![endif]-->
</div>