Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Background changes color on load 1

Status
Not open for further replies.

TaiChi56

Technical User
Mar 6, 2002
188
US
I have a .swf file that I want loaded after my fourth scene. On scene four when you click the button it loads a movie that sits in my folder.

The background of the movie changes from Black to White. So I tried changing the background back to black. When I do this it changes all of my scenes to black. Here is the code I am using to call the outside movie.

on (release) {
loadMovie("tourintro1.swf"_root);
{

What am I doing wrong? Thank you. The secret to education lies in respecting the student. {Ralph Waldo Emerson}.
 
The background of the "loaded" movie is white?
Regards,
Dragos.

dragos.jpg

 
All movies loaded in Flash will be transparent, unless you add a filled colored rectangle covering the whole stage area on the bottom layer of your "to be loaded" movie. Regards,

oldman3.gif
 
Fantastic. That worked great. I needed this for a Doctoral presentation. Thank you for your help. The secret to education lies in respecting the student. {Ralph Waldo Emerson}.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top