Question regarding "Fixing the Flash/Embed Issue"

Can anyone tell me how to add “transparency” parameter to the following fix?

 
<script type="text/javascript">
var fo = new FlashObject("flash/home.swf?button=1", "animationName", "766", "236", "8");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("loop", "false");
fo.write("flashcontent");
</script>

Originally the background color is stated in the first line. Simply removing hex# doesn’t do it.

Here’s is where the tutorial on this fix http://www.kirupa.com/developer/flash8/flash_fix.htm

Thx in advance for all responses.

  • HiTekMom
    uSA