Home  >  Article  >  Web Front-end  >  FLASH displays normally in IE browser, but is blank in other browsers. Why_html/css_WEB-ITnose

FLASH displays normally in IE browser, but is blank in other browsers. Why_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:051185browse

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>


Reply to discussion (solution)

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>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn