现在的位置: 首页 > 综合 > 正文

Ie10 浏览器嵌入flash 备忘

2013年05月03日 ⁄ 综合 ⁄ 共 1807字 ⁄ 字号 评论关闭
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
    <style type="text/css">
        body
        {
            background-color: Azure;
        }
        .out
        {
            width: 600px;
            margin: 0px auto;
            text-align: center;
        }
        .title
        {
            margin-top: 50px;
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: bold;
            line-height: 30px;
            width: 600px;
        }
        .content
        {
            width: 100%;
            height: 200px;
            background-color: Gray;
            background-image: none;
        }
        .description
        {
            text-align: left;
            padding-top: 10px;
        }
    </style>
</head>
<body>
    <div id="out" class="out">
        <div id="header" class="title editorcustome">
            标题(模板数据)
        </div>
        <div class="content">
            <!--  <object id="obj3" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0 "
                height="200" width="100%" border="0" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000">
                <param name="movie" value="images/green.swf">
                <param name="quality" value="high">
                <param name="wmode" value="opaque">
                <embed src="Template1Resource/home_img_swf.swf" pluginspage="http://www.macromedia.com/go/getflashplayer"
                    type="application/x-shockwave-flash" name="obj3" width="100%" height="200" quality="High"
                    wmode="opaque">
            </object>-->
           <!-- 下部分代码(ie9,10,firefox,chrome都能显示出来)-->
            <embed flashvars="" pluginspage="http://www.adobe.com/go/getflashplayer" src="Template1Resource/home_img_swf.swf"
                type="application/x-shockwave-flash" wmode="opaque" allowfullscreen="true" allowscriptaccess="always"
                height="200" width="100%">
        </div>
        <div id="description" class="description editorcustome">
              (模板数据) 描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述
            描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述
            描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述 描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述
            描述 描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述描述
        </div>
    </div>
</body>
</html>

抱歉!评论已关闭.