" >

国产色在线视频-国产色综合一区二区三区-国产身材极品喷水 在线播放-国产深夜福利视频观看-国产深夜福利视频在线-国产深夜福利视频在线播放

網(wǎng)頁制作新手:巧用html給flash加鏈接的代碼

2012/3/15 8:58:31   閱讀:2881    發(fā)布者:2881

    在制作網(wǎng)頁過程中,很所新手都想用html給flash加鏈接,可是要怎么做呢?下面是我為新手提供的捷徑。插入以下代碼即可:

<button style="width:400;height:400;background:transparent;border:o;padding:0;cursor:hand" onclick="window.location.href='url'">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
        codebase="http://cxtj168.cn/" width="100%" height="100%">
             <param name="movie" value="http://www.ywicc.com/bbs/img/ant.swf">
             <param name="quality" value="high">
             
             <embed src="FLash" width="100%" height="60" quality="high" pluginspage="http://cxtj168.cn/" type="application/x-shockwave-flash" align="middle">
               </embed>
            </object>
</button>
    加入代碼后是不是覺得挺容易呢?