Jump to content
xisto Community
Sign in to follow this  
Neverseen

Flash Movie Loading. Not the loading movie :)

Recommended Posts

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 :P

Share this post


Link to post
Share on other sites

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 :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

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 :D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.