SWFObject嵌入选项
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SWFObject嵌入选项相关的知识,希望对你有一定的参考价值。
A SWFObject embed example with all options.
var flashvars = { name1: "hello", name2: "world", name3: "foobar" }; var params = { wmode: "transparent" }; var attributes = { id: "myDynamicContent", name: "myDynamicContent" }; swfobject.embedSWF("myContent.swf", "myContent", "300", "120", "9.0.0","expressInstall.swf", flashvars, params, attributes); </script>
以上是关于SWFObject嵌入选项的主要内容,如果未能解决你的问题,请参考以下文章