QUOTE (Neverseen @ May 1 2005, 12:12 AM)
Hello

I have got a little question about loading the flash movie on the website. In fact I made my website and have inserted some flash movies on the main page. My flash movies are about 80KB. And while the movie is loading it is white, but my website's background colour is black.
So the question would be: Is it possible to keep the movie BLACK while it's loading to the webpage, without creating this "loading..." thing ?
Eh... I hope you understand what I mean

I presume you have basic HTML Knowledge...On that assumptions you can do that without touching the .swf or flash file like mentioned below..
1. OPen the HTML File with Notepad or Front Page or Dreamweaver and view the source code
2. Find the <Embed> tag which relevant to the Flash flash file you concern...
3. In the <Embed tag find the <param name="bgcolor" value="#FFFFFF" />
4. and change "#FFFFFF" to "#000000"
5. Here ya go...flash movies BG color has changed
Comment/Reply (w/o sign-up)