从google动态加载swfobject&embed
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从google动态加载swfobject&embed相关的知识,希望对你有一定的参考价值。
Load swfobject from google & embed dynamically
<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load('swfobject', '2.2'); </script> <script type="text/javascript"> var flashvars = {}; var params = {}; var attributes = { id: "chatTall", name: "chatTall" }; swfobject.embedSWF("TheURL/chatTall.swf", "flashcontent", "138", "419", "9", false, flashvars, params, attributes, function(e) { chatTall = e.ref;}); </script>
以上是关于从google动态加载swfobject&embed的主要内容,如果未能解决你的问题,请参考以下文章