nataliagj23
New Member
Hi
I've made a flash intro, on a black browser background and my html page is black as well. Although the flash movie is also a black background, there is a white box that appears at the begining of the movie.
I've tried to add transparent mode but didnt work.
OBJECT: <param name="wmode" value="transparent" />
EMBED: wmode="transparent"
Any ideas of how to get rid of the white box?
This is the website bonansa country hotel
and this is the part of the code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','height','400','title','BonansaCountryHotel.','src','BonansaCountryHotel','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','BonansaCountryHotel' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400" title="BonansaCountryHotel.">
<param name="movie" value="BonansaCountryHotel.swf" />
<param name="quality" value="high" />
<embed src="BonansaCountryHotel.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object></noscript>
THANKS
I've made a flash intro, on a black browser background and my html page is black as well. Although the flash movie is also a black background, there is a white box that appears at the begining of the movie.
I've tried to add transparent mode but didnt work.
OBJECT: <param name="wmode" value="transparent" />
EMBED: wmode="transparent"
Any ideas of how to get rid of the white box?
This is the website bonansa country hotel
and this is the part of the code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','height','400','title','BonansaCountryHotel.','src','BonansaCountryHotel','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','BonansaCountryHotel' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400" title="BonansaCountryHotel.">
<param name="movie" value="BonansaCountryHotel.swf" />
<param name="quality" value="high" />
<embed src="BonansaCountryHotel.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object></noscript>
THANKS