I have a single swf embedded in a html page inside the cell of a table. My swf has a preloader scene and then my main nav scene. My html page has a grey background color. When the page initially loads up you can briefly see a white filled box where the swf is supposed to be until the preloader kicks in and then the main page is displayed. Is this due to perhaps the table cell where the swf is embedded in not having a background color associated with it?
Thanks for your input. That is what I thought it was at first as well, however, I do not see the same thing on other sites. Its got to be something else.
They are right about the HTML background cell. Change that color, and your problem is solved.
Another interesting method, is specifying a background image for your table cell. Then you can set the Flash file to transparent (I.E. only), in order to show the background through the flash file.
This is a great method becuase it keeps a large raster image, out of your flash file, which helps keep the flash movie file size down…
When you go from 2advanced’s splash page to their flash page I don’t see any white box. It just goes straight to their dark blue flash page.
Mine you see a white box and then my gray/black flash page.
What gives? **
You need to preload your images put this code in your head and change the image1.src to the location of your image then specify your background image in the body.
*Originally posted by Majeye *
**They are right about the HTML background cell. Change that color, and your problem is solved.
Another interesting method, is specifying a background image for your table cell. Then you can set the Flash file to transparent (I.E. only), in order to show the background through the flash file.
This is a great method becuase it keeps a large raster image, out of your flash file, which helps keep the flash movie file size down… **
Dude, I didnt know that - that’s amazing. Thanks for the tip man, that could really spead up some animations for sure!