Home  >  Article  >  Web Front-end  >  flash does not display_html/css_WEB-ITnose

flash does not display_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:13:19825browse

After inserting a flash, the flash cannot be displayed on the browser. The browser is IE9, and IE8 cannot be displayed.
The code is as follows, what is going on~~

  <p>   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="924" height="250" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">    <param name="movie" value="title.swf" >    <param name="play" value="true" >    <param name="loop" value="true" >    <embed src="title.swf" width="924" height="250" play="true" loop="true" quality="best" menu="false" type="application/x-shockwave-flash"pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>    </object>   </p>


Reply to discussion (solution)

Please refer to the following writing:

	<object width="475" height="60" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">	<param value="http://images.csdn.net/upimgs/sanxing_gdc-475_60-0702.swf" name="movie">	<param value="high" name="quality">	<embed width="475" height="60" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" quality="high" src="http://images.csdn.net/upimgs/sanxing_gdc-475_60-0702.swf">	</object>

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