Hello. I have this website: http://www.moviecow.net and one problem that follows it as well. The flash is working well on mozilla and not on IE. Couldn't give a crap at first but seeing that most of my friends uses IE, I guess I should give a crap bout it. Can you guys help me on solving this problem? There's so many problems w/ IE. lol Thanks in advance guys
I've had the same issue on a previous website, try the following: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="X" height="X"> <param name="movie" value="FILENAME.swf"> <param name="quality" value="high"> <embed src="FILENAME.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="X" height="X"></embed> </object></div> Code (markup): it should work on all browsers. Hope it does. Note - Edit the filename, along with Height and Width.
should i chance the classid as well? Thx for the code though. Just curious whether I should change that as well
Hey the same thing happend to me also, it was displaying well in firefox, but not in IE. i embedded the flash file by using the dreamweaver, still i haven't any idea about what went wrong. anyway thanks for the tips.