


FLASH displays normally in IE browser, but is blank in other browsers. Why_html/css_WEB-ITnose
Jun 24, 2016 pm 12:14 PM 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>

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?

How do I use HTML5 form validation attributes to validate user input?

What is the purpose of the <iframe> tag? What are the security considerations when using it?

How to efficiently add stroke effects to PNG images on web pages?

What is the purpose of the <meter> element?

What are the best practices for cross-browser compatibility in HTML5?

What is the purpose of the <datalist> element?

What is the purpose of the <progress> element?
