Connecting Tech Pros Worldwide Forums | Help | Site Map

Transparent swf file into html code

Familiar Sight
 
Join Date: Jul 2007
Location: United Kingdom
Posts: 203
#1: Sep 11 '09
Hi

i'm trying to make this html code into Transparent ?
where is the problem >
Expand|Select|Wrap|Line Numbers
  1.  
  2. <noScript>
  3. <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">
  4. <param name="allowScriptAccess" value="sameDomain" />
  5. <param name="movie" value="flash.swf" />
  6. <param name="quality" value="high" />
  7. <param name="wmode" value="transparent" />
  8. <param name="bgcolor" value="#FFFFFF" />
  9. <embed src="flash.swf" quality="high" wmode="transparent" bgcolor="#000000" 
  10. width="716" height="236" align="middle" allowscriptaccess="sameDomain" 
  11. type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
  12. </noScript>
  13. <script>
  14. //<!--
  15. AC_RunFlContentX ("src","flash.swf","quality","high","bgcolor","#000000","width","716","height","236","name","flvplayerpro","align","middle","allowscriptaccess","sameDomain","wmode","transparent");
  16. //--></script></p>
  17.  
what do you think where is the problem ?

Newbie
 
Join Date: Aug 2008
Posts: 11
#2: Sep 16 '09

re: Transparent swf file into html code


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="transparent" 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!
Familiar Sight
 
Join Date: Jul 2007
Location: United Kingdom
Posts: 203
#3: Sep 24 '09

re: Transparent swf file into html code


yep done it with transparent iframe
Reply