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) (I posted this on a contributions questions area too ,my apologies for that) Thanks for your help
GemRock Posted February 21, 2007 Posted February 21, 2007 There was no flash movie shown whatever browser I used. So it is not a browser problem. btw you need to get rid of your install folder/file or someone may be able to install it a second time for you giving you a 'new' site if the install files are still there. Ken commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience.
jonquil Posted February 21, 2007 Posted February 21, 2007 Just curious :) Why are you calling secure URLs here: ...codebase="https://download... ...pluginspage="https://www.macromedia... jon It's all just ones and zeros....
Guest Posted February 21, 2007 Posted February 21, 2007 Just curious :) Why are you calling secure URLs here: ...codebase="https://download... ...pluginspage="https://www.macromedia... jon Thank you for your reply , thoug that did not make any difference . I am still trying to find out why the flash is not loading.
user99999999 Posted February 21, 2007 Posted February 21, 2007 Your page has this <param name="movie" value="banner2.swf"> Instead of this <param name="movie" value="images/banner2.swf">
Guest Posted February 22, 2007 Posted February 22, 2007 Your page has this <param name="movie" value="banner2.swf"> Instead of this <param name="movie" value="images/banner2.swf"> Thank You Its resolved already
Recommended Posts
Archived
This topic is now archived and is closed to further replies.