1.js 部分:
وظيفة SWF (SRC ، W ، H) {
html = '' ؛
html+= '<object classid = clsid: d27cdb6e-ae6d-11cf-96b8-444553540000 codebase = http: //fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#vers id = main> '؛
html += '<param name = levivedAccess value = samedomain />' ؛
html+= '<param name =' value = '+src+' /> '؛
html += '<param name = Quality value = High />' ؛
html += '<param name = wmode value = tramparent />' ؛
html+= '<inmbed src = main.swf Quality = High BgColor =#cc6600 width ='+w+'hight ='+h+'name = main align = centerCriptAccess = samedomain type = application/x-shockwave-flash pluginspage = http: //www.macromedia.com/goer/>
html += '<// object>' ؛
document.write (html) ؛
}
2. 调用部分
<script> swf ('http://www.vevb.com/benner.swf' ، '1004' ، '159) </script>