window.flashView=function(flash_url){
    var     html='';
            html+='<div >';
            html+='<object class>';
            html+='                <param name="movie"  />';
            html+='                <param name="quality" value="high" />';
            html+='                <param name="bgcolor" value="#ffffff" />';
	    html+='		   <param name="wmode" value="Opaque"/>';
            html+='                <param name="allowScriptAccess" value="sameDomain" />';
            html+='                <param name="allowFullScreen" value="true" />';
            html+='                <param name="quality" value="high">';
            html+='                <!--[if !IE]>-->';
            html+='                <object type="application/x-shockwave-flash" >';
            html+='                    <param name="quality" value="high" />';
            html+='                    <param name="bgcolor" value="#ffffff" />';
            html+='                    <param name="allowScriptAccess" value="sameDomain" />';
            html+='                    <param name="allowFullScreen" value="true" />';
	    html+='		       <param name="wmode" value="Opaque"/>';
            html+='                <!--<![endif]-->';
            html+='                <!--[if gte IE 6]>-->';
            html+='                    <p> ';
            html+='                        Either scripts and active content are not permitted to run or Adobe Flash Player version';
            html+='                        11.4.0 or greater is not installed.';
            html+='                    </p>';
            html+='                <!--<![endif]-->';
            html+='                    <a href="http://www.adobe.com/go/getflashplayer">';
            html+='                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash                           Player" />';
            html+='                    </a>';
            html+='                <!--[if !IE]>-->';
            html+='                </object>';
            html+='                <!--<![endif]-->';
            html+='            </object>';
            html+='</div>';  
            html+='';
         return  html;   
}

  

相关文章:

  • 2021-11-28
  • 2022-12-23
  • 2022-02-08
  • 2021-07-15
  • 2022-12-23
  • 2021-06-06
  • 2021-12-24
  • 2022-01-20
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-08-30
  • 2021-12-18
  • 2022-02-05
相关资源
相似解决方案