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!

Level behind _level0? 2

Status
Not open for further replies.

Thoe99

Programmer
May 11, 2001
119
US
I've got a full website going, and now just need backgrounds on each page. How can I make an external swf load behind _level0?

The reasonable thing to do would be to make the background at _level0, but doing that would require me to move everything else up a level, which would cost me considerable time. Is there such a way to go behind _level0?
 
Not that I know of!
Why can't you just add a background layer on your present movie? Regards,

new.gif
 
I did that, but then switched to loading it through another swf because of loading purposes. The background loads up after everything else is loaded, cuz its not the most important thing.
 
maybe it would help if you reverse the load order? you can change it from Publish Settings, and load Top Down, instead of Bottom Up.
Diana.
diana@cyberslotz.co.uk
 
Put an empty movieclip in the bottom layer of your main movie then load the background swf into that clip -it's still level zero but it will be the lowest thing in the level. Slainte

 
Yep, I eventually settled upon doing it this way, Wangbar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top