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

WBOY
Release: 2016-06-24 12:14:05
Original
1179 people have browsed it

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>
Copy after login


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>
Copy after login

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!