Transparent swf file into html code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fary4u
    Contributor
    • Jul 2007
    • 273

    #1

    Transparent swf file into html code

    Hi

    i'm trying to make this html code into Transparent ?
    where is the problem >
    Code:
    <noScript>
    <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="716" height="236" align="middle" processed="true">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="flash.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#FFFFFF" />
    <embed src="flash.swf" quality="high" wmode="transparent" bgcolor="#000000" 
    width="716" height="236" align="middle" allowscriptaccess="sameDomain" 
    type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
    </noScript>
    <script>
    //<!--
    AC_RunFlContentX ("src","flash.swf","quality","high","bgcolor","#000000","width","716","height","236","name","flvplayerpro","align","middle","allowscriptaccess","sameDomain","wmode","transparent");
    //--></script></p>
    what do you think where is the problem ?
  • thesmithman
    New Member
    • Aug 2008
    • 37

    #2
    i haven't tested this so may be off base but my first thought is,

    have you tried eliminating all the bgcolor parameters?

    you've got wmode="transpar ent" which is correct but I'm thinking that because your code includes a bgcolor parameter, the viewing browser will fill the space behind your .swf with a solid color regardless of the wmode setting.

    just a thought.... let us know if it works!

    Comment

    • Fary4u
      Contributor
      • Jul 2007
      • 273

      #3
      yep done it with transparent iframe

      Comment

      Working...