Well, you've set your background colour to be transparent in your SWFObject definition (wmode=transparent). You either you need to remove this wmode, or set a proper color in your HTML container DIV etc.
Aran -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jimbo Sent: Saturday, 22 November 2008 1:52 AM To: [email protected] Subject: Re: Issue with white background One silly thing . . . probably just a mis-type, but is your swf 300x300 or 600x10? In the script that doesn't work, you list the size as 600x10 - possibly when your swf is scrunched to 10pixels high, you just cannot see the text? jimbo *********** REPLY SEPARATOR *********** On 11/21/2008 at 6:44 AM Mark wrote: Hi, This is a little of, I am embedding an SWF, the background color of my page is white, at the end of the SWF, i am displaying a black message on a white backgroud, but all i see is white, i.e. a blank screen. here is how i am embedding it <script type="text/javascript"> var flashvars = {}; var params = { wmode: "transparent" }; var attributes = {}; swfobject.embedSWF("ads/hotel/hotel.swf", "advert", "600", "10", "9.0.0","expressInstall.swf", flashvars, params,attributes); </script> but, when i use this code, it works fine <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/ shockwave/cabs/flash/ swflash.cab#version=9,0,28,0','width','300','height','300','src','index','qu ality','high','pluginspage','http:// www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash ','movie','index' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E- AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/ pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="300" height="300"> <param name="movie" value="hotel.swf"> <param name="quality" value="high"> <embed src="hotel.swf" quality="high" pluginspage="http:// www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash " type="application/x-shockwave-flash" width="300" height="300"></embed> </object></noscript> can anybody help? D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
