码迷,mamicode.com
首页 > 其他好文 > 详细

swfobject2.2

时间:2015-07-15 10:55:24      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

官方网址:http://blog.deconcept.com/swfobject/

Github地址:https://github.com/swfobject/swfobject

谷歌地址 貌似被和谐了:code.google.com/p/swfobject/

 

 

用法:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <script src="swfobject.js" type="text/javascript"></script>
    <script type="text/javascript">
        swfobject.embedSWF("/upload/360/中石化催化剂.swf", "flashcontent", "880", "495", "9.0.0", "expressInstall.swf");
</script>
</head>
<body>
    <div id="flashcontent"></div>
</body>
</html>

 

swfobject2.2

标签:

原文地址:http://www.cnblogs.com/wangjunwei/p/4647412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!