Home >Web Front-end >HTML Tutorial >FLASH displays normally in IE browser, but is blank in other browsers. Why_html/css_WEB-ITnose
First of all, thank you for coming.
I’m a newbie. It’s normal to have FLASH in IE, but it’s blank in other browsers.
Please give me some advice.
<TD><OBJECT codeBase=http:'//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 HEIGHT='151' WIDTH='924' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME=movie VALUE='webtop.swf'><PARAM NAME=wmode VALUE=transparent><PARAM NAME=quality VALUE=high><embed src=VALUE='webtop.swf' quality=high pluginspage=http:'//www.macromedia.com/go/getflashplayer TYPE=application/x-shockwave-flash WIDTH='924' HEIGHT='151'></embed></OBJECT> </TD>
Thank you. Good people, stay safe
The code is wrong, please change it as follows:
<TD><OBJECT codeBase=http:'//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 HEIGHT='151' WIDTH='924' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME=movie VALUE='webtop.swf'><PARAM NAME=wmode VALUE=transparent><PARAM NAME=quality VALUE=high><embed src='webtop.swf' quality=high pluginspage=http:'//www.macromedia.com/go/getflashplayer TYPE=application/x-shockwave-flash WIDTH='924' HEIGHT='151'></embed></OBJECT> </TD>