Welcome to Dream.In.Code
Getting Help is Easy!

Join 107,664 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,057 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



movie clip level

 
Reply to this topicStart new topic

movie clip level, when load new movie clip always in front of old one

indrajale
post 5 Jun, 2008 - 01:50 AM
Post #1


New D.I.C Head

*
Joined: 5 Jun, 2008
Posts: 4

ola all, i'm newbie in flash and i want to learn flash

i have some problem when i want to load movie from another .swf

i use this code
CODE

on (release) {
    loadMovieNum("blue.swf",1 );
    }


no problem with load movie
but iwant load another movie in front of this movie
i saw this flash in
www.deepcuts.com

please help me, im crazy in this thing

sorry for my bad english

many thank to all of you
User is offlineProfile CardPM

Go to the top of the page


bmcc81
post 5 Jun, 2008 - 08:44 AM
Post #2


D.I.C Head

**
Joined: 10 Jul, 2007
Posts: 115


My Contributions


You could always load the swf into a movieClip. Make sure to place the movieClip on the layer you want.

CODE
on (release) {
    this.TvScreen_mc.loadMovie("Header_Products.swf","TvScreen_mc");
}


That way you could have layers ontop or underneath it just depends where you put the empty_mc in my case my MC is TvScreen_mc

So that where I load into
User is offlineProfile CardPM

Go to the top of the page

indrajale
post 5 Jun, 2008 - 07:00 PM
Post #3


New D.I.C Head

*
Joined: 5 Jun, 2008
Posts: 4

ok i understand, but i want to load more than 1 movie into same place.

when i load first movie it's ok, but i want put 2nd movie ontop of 1st movie,
and i can put 1 movie ontop 2nd movie to

thanks for your respond
User is offlineProfile CardPM

Go to the top of the page

BetaWar
post 6 Jun, 2008 - 02:27 PM
Post #4


#include <soul.h>

Group Icon
Joined: 7 Sep, 2006
Posts: 1,120



Thanked 38 times

Dream Kudos: 725
My Contributions


Well, if loading over the previous file isn't what you are looking for then try loading multiple files into multiple movieclips (different ones) and having them all stored in the same holder movie clip, then simply change which movieclip is on what layer to change which one is being viewed at the time.
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 8/29/08 10:35PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month