|
|
|
|
![]() ![]() |
Apr 30 2005, 06:12 PM
Post
#1
|
|
|
Premium Member Group: Members Posts: 227 Joined: 25-April 05 Member No.: 4,369 |
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 |
|
|
|
Apr 30 2005, 07:21 PM
Post
#2
|
|
|
Advanced Member Group: Members Posts: 129 Joined: 18-April 05 Member No.: 4,120 |
I think that I have an idea.
Check this out ---> http://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://img185.echo.cx/my.php?image=black9er.swf .fla source http://s43.yousendit.com/d.aspx?id=1XK0AA4...KJ29LTL1MLI3A5Y |
|
|
|
May 8 2005, 05:19 AM
Post
#3
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 1 Joined: 8-May 05 Member No.: 4,847 |
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 |
|
|
|
May 12 2005, 11:24 AM
Post
#4
|
|
|
Premium Member Group: Members Posts: 227 Joined: 25-April 05 Member No.: 4,369 |
QUOTE(nishanthe @ May 8 2005, 06:19 AM) 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 Wow ! Great solution! Thanks a lot! ninjamunky, thank you too |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 2nd December 2008 - 09:35 PM |