Hello, here is the problem. Have this in a web page But the flash is only appearring in Mozilla and Opera and not in IE. I have the latest adobe flash 10 installed on my computer. Anyone know why this is happening? Please let me know, thank you very much for your help.
you MIGHT have missed the embed line of code <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object>
Embed Tags seems to be creating Problem for different Browsers, so this is the recommended SE Friendly Flash Object Code. <object data="****.swf" type="application/x-shockwave-flash" width="***" height="***" alt="Alternate Text"> <param name="movie" value="****.swf" /> <param name="quality" value="high" /> </object> You may fill the asterics with the required details.