Neverseen 0 Report post Posted April 30, 2005 Hello :PI 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 :P Share this post Link to post Share on other sites
ninjamunky 0 Report post Posted April 30, 2005 I think that I have an idea. Check this out ---> https://www.kirupa.com/developer/mx/percentagepreloader.htm You can follow the steps where it tells you where to put the actionscript. Here's what I came up with. http://echo.cx/banque-en-ligne/ .fla source https://www.hightail.com/ Share this post Link to post Share on other sites
nishanthe 0 Report post Posted May 8, 2005 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 :D <{POST_SNAPBACK}> 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 Share this post Link to post Share on other sites
Neverseen 0 Report post Posted May 12, 2005 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 <{POST_SNAPBACK}> Wow ! Great solution! Thanks a lot! It was easy to do and it works perfectly! ninjamunky, thank you too Share this post Link to post Share on other sites