Guest Posted February 20, 2007 Posted February 20, 2007 1st a BIG Kudos to the whole OScommerce Team for such great development Flash Not working on IE 6 and Firefox 2.0 but Opera 9.0 I am using on my index.php to have flash embedded this code " <TD width="81" valign="top" align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="180" height="144"> <param name="movie" value="images/your(swf)file here.swf"> <param name="quality" value="high"> <embed src="images/your(swf)file here.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="174" height="164"></embed> </object> </TD>" where my swf file is under images/banner2.swf , where banner2.swf is just a loader with some actionscript (it reads an xml file ) and gets the pictures from the images folder. I now it works fine cause I can see it on my local test LAMP server, and also online using opera 9.0 but on IE6 and Firefox 2.0 i see the message movie not loaded . Any ideas why is that happening? This is the url to my test shop http://www.proyectorodo.com/tienda2/ the admin section is open with no password (please dont play with it) Thanks for your help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.