teitunge 0 Posted May 20, 2008 Report Share Posted May 20, 2008 Hi.I've made a fade-from-black splashanimation for a webside. The annoying part is that the splashwindow makes this white flash before the movie starts to play. The background in both the htmlfile and on the flash-stage is selected as black, so I don't understand why it makes this white flash... Any ideas about how to walk around this?http://www.evyandersen.com/(you might have to refresh) <body bgcolor="black" style="padding-top: 20px;"><center> <object width="770" height="700"> <param name="movie" value="splash.swf" /> <embed src="splash.swf" width="770" height="700"></embed> </object> </center> Thanks! Quote Link to post Share on other sites
justsomeguy 1,135 Posted May 20, 2008 Report Share Posted May 20, 2008 Add this parameter to the object tag:<param name="wmode" value="transparent">And add a wmode="transparent" attribute to the embed tag. Quote Link to post Share on other sites
teitunge 0 Posted May 20, 2008 Author Report Share Posted May 20, 2008 Add this parameter to the object tag:<param name="wmode" value="transparent">And add a wmode="transparent" attribute to the embed tag.Thank you so much!I have seen you around this forum for a long time, and you always come with solutions, making a lot of peoples lives easier. That sure is fantastic!Thanks again! :-) Quote Link to post Share on other sites
justsomeguy 1,135 Posted May 20, 2008 Report Share Posted May 20, 2008 No problem, happy to help. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.