Any ideas why?
有什么想法吗?
On the following link, where it says "So..." there should be an embedded swf.
在下面的链接中,它说“So ...”应该有一个嵌入式swf。
http://blog.iainlobb.com/2008/10/wrong-door-creating-papervision3d.html
1 个解决方案
#1
1
<div id="walkmovie"></div>
<script type="text/javascript">
var so = new SWFObject("http://content.iainlobb.com/walk.swf", "walk", "400", "400", "9", "#336699");
so.write("walkmovie");
</script>
Your are missing a div to load the swf.
你错过了加载瑞士法郎的div。
Edit: I saw you had that div placed in your html. I could load you swf into a simple html. You should load the swfobject library before calling the SWFObject.
编辑:我看到你把这个div放在你的HTML中。我可以加载swf到一个简单的HTML。您应该在调用SWFObject之前加载swfobject库。
#1
1
<div id="walkmovie"></div>
<script type="text/javascript">
var so = new SWFObject("http://content.iainlobb.com/walk.swf", "walk", "400", "400", "9", "#336699");
so.write("walkmovie");
</script>
Your are missing a div to load the swf.
你错过了加载瑞士法郎的div。
Edit: I saw you had that div placed in your html. I could load you swf into a simple html. You should load the swfobject library before calling the SWFObject.
编辑:我看到你把这个div放在你的HTML中。我可以加载swf到一个简单的HTML。您应该在调用SWFObject之前加载swfobject库。