1.JS 部分:
Funktion 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#version=8,0,0,0 width='+w+' Höhe = '+H+' id = main> ';
html += '<param name = zulässiger AccessAccess value = samedomain />';
html+= '<param name = movie value ='+src+' />';
html += '<param name = Qualitätswert = hoch />';
html += '<param name = wmode value = transparent />';
html+= '<einbett src = main.swf quality = hohe bgcolor =#cc6600 width ='+w+'height ='+h+'name = main align = center zulässt
html += '<// Object>';
document.write (html);
}
2. 调用部分
<Script> swf ('http://www.vevb.com/benner.swf''1004''159') </script>