Home  >  Article  >  Web Front-end  >  How to load Flash in HTML (2 implementation methods)_HTML/Xhtml_Web page production

How to load Flash in HTML (2 implementation methods)_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:40:171823browse
The first method:
css code:

Copy code
The code is as follows:

.b970-a{width:970px; height:103px; margin:4px auto; overflow:hidden;}
html code:
<








The second method has good compatibility:
css code:

Copy code
The code is as follows:

.b970-a{width :970px; height:103px; margin:5px auto; z-index:2; overflow:hidden;}
html code:
codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 ">




pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
quality="high " src="images/flash_ad-3-26.swf">

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