LH> Hi there, LH> My flash animation should play on a page with a black LH> background ...however when the page loads or if you hit "refresh" a LH> big white box displays where the flash animation comes in. I've LH> tried everything in the html (div using a black background, table LH> using a black background) to try to cure the problem ....and I have LH> made sure that my stage is black. LH> LH> Is this a bug with Flash or am I doing something wrong?
Yes, you are doing something wrong and setting the stage's background color incorrectly, so the default color (white) will be taken. For the <embed> tag you can use the bgcolor attribute (however it is missing from your code), but for the <object> tag it should be set in a nested <param>: <param name="bgcolor" value="#000000" /> Attila _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

