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','quality','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?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---