PDA

View Full Version : White space when loading. How do I fix it?



tgil
May 1st, 2007, 11:06 PM
Hi fellow Flashers.

How do I get rid of the white space that appears as soon as you hit enter after entering the URL to my website. The white space is where the .swf movie goes. It's the big white square you see when you first go to my website, before the loading bar appears. The white box does not stay up for long, but it still looks unprofessional. Other websites don't have it. Is there some sort of action script or CSS that gets rid of it?

I have a table that holds the .swf. I have the table set with a black background. The .swf also has a black background.

www.giltstudios.com

I hope you guys see what I'm talking about. Please help.

Much thanks in advance.

tgil
May 2nd, 2007, 02:03 AM
Anyone? :diss:

Jimmy James
May 2nd, 2007, 02:12 AM
Make the your Main Stage color Black.
Or add a pre loader!
Hope Fully that should work !

Jimmy
:hugegrin:

TNE
May 2nd, 2007, 02:16 AM
Hi,
You need to choose "Transparent" option in the HTML settings when publishing your SWF . This adds a parameter to your code, and makes the SWF background transparent so the white will not show.

~TNE

tgil
May 5th, 2007, 11:11 AM
TNE, thanks! Makes perfect sence. I will try that.