Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




A Movie In Side A Movie Inside Another Movie



Hi , i'm creating a website for a group and i'm pretty much done with it.

My problem is I have the first swf loading the second movie like frame - the next section of the site. In that second movie I have a dynamic list which I want to load another movie into. it work fine from the point 2->3 but not if i run it like it was a whole 1->2->3

I'm not sure if I have to do something more specific with the patch for the third movie or if flash is just not capable of it.

please help! thank you for your time.

I made a picture that might make it a little easier to follow at:

http://tacticalblunder.com/~xedster/concept.JPG



FlashKit > Flash Help > Flash General Help
Posted on: 01-03-2004, 04:43 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

How Do I Jump From A Movie Inside A Movie Back Out To The Main Movie?
Im using MX Pro, i have a flash movie (Movie1) that has a button. I coverted the button to a movie symbol(movie2). i double click that movie symbol(movie2) and it opens into its own smaller movie. i am trying to write the actionscript for a button in the smaller movie (movie2) to take me to scene 2 of the Movie1. PLEASE HELP !!

How To Have A Button Link To A Certain Frame Inside A Movie Clip From Inside A Movie
Is this possible? I have a menu and would like to have a drop down box nested inside the menue which links to certain frames inside the main movie clip.

A Movie In Side Another Movie Clip
I have a movie clip(A) thats inside another movieclip(B). Im trying to use movieclipA's _x and _y but it gets all messed up. Does someone know how to fix this.

Having A Button Inside A Movie Clip To Move The Root Movie To Another Frame?
i dont know much about actionscripting so explain to me in simple terms...

i have buttons inside a single movie clip and i want to have each button (when clicked or rollover-ed) move the frame header of the main (root) movie to another position. what actionscript does this require? and will each button actually be "clickable" since they're all encapsulated in ONE movie clip??


thanks

How To Load A Movie In Main Scene While The Command Is Inside A Movie Clip?
Hi all,

Well, I have a scene that has a movie clip, and inside this movie clip there is a button. I want to program that button using ActionScript to loadMovie named "1.swf" inside a container in the main scene (which this movie clip belongs to).

Hope the question is clear and hope to get a fast answer as it is urgent..

Thanks alot in advance.


Regards

PLEASE HELP Button Inside A Movie Clip..to Call Different Scene On The Movie
i have a button "within" a movie clip, i cant get it to work to call another "scene". i already used "_root." so the command will apply to the main time line but still, its not working.


on (release) {
_root.gotoAndPlay("scene2", 1);
}
thanks!

How To Get A Button Inside Of A Movie Clip Play The MAIN Movie
how to get a button inside of a movie clip play the MAIN movie

( reposted, bad grammer in 1st one)


I got a button, inside of a movie clip.....
How do I get the button to have the MAIN movie play on click, not the MOVIE clip

[F8] Movie Clip Actions Inside Main Movie Not Working
I know this HAS to have been answered somewhere here before... I've been doing Flash on and off since it's creation, but it's been a while since I used it. I have Flash8 running on this dev machine and I am adding a little accordion to an old project. I have tried calling the accordion swf from the main movie and loading it in, but this is not working for me.

So, I tried copying all of the frames form the external SWF accordion (it's small), along with it's actionscript to a MC inside the main movie and placed that MC on the timeline in the main file. The MC shows up fine, but the action associated with it is not functioning.... basically I want the text button to pop up the accordion MC and allow interaction by the user to click through the slides within it.

A little definition:
KSB_MC = the container MC on the main timeline that displays the first frame of the MC which is: KSBbutton_MC
KSBbutton_MC = the text MC visible from the main timeline that should launch the KSBanimation_MC (which is the accordion)

This is the AS I have so far that is in the MC I placed on the main timeline:

//first we stop both animations inside KSB_MC from running

KSB_MC.KSBbutton_MC.stop();
KSB_MC.KSBanimation_MC.stop();

//then we make conditional, the button action so that if the button_MC is pressed, the button goes to frame 2 and the animation_MC plays or else stop both animations

KSB_MC.KSBbutton_MC.onPress = function(){
if(KSB_MC.KSBbutton_MC._currentFrame ==1){
this.gotoAndStop(2);
KSB_MC.KSBanimation_MC.play();
}
else{
this.gotoAndStop(1);
KSB_MC.KSBanimation_MC.stop();
}
}



.......first of all, the KSBbutton_MC on hover shows a finger cursor as it should, but does not activate when pressed. Nothing happens after that. I get no errors in the AS checker....
my problem is with layering or something st00pyd. Feelin kinda n00bysh.

Help a brothah out will ya guys?

Movie Clip Inside A Sub Movie _ Button Wont Work
Hi,
my problem is i have a main movie, a sub movie and a button in the sub movie. everything is working fine until i press the button in the submovie to go to another page in the submovie, but the button wont work. i have tried frame numbers and labels with no luck.
I have posted the flas (main movie and submovie) at www.guntherrohn.com/team.fla  and www.guntherrohn.com/guntssite.fla

once on the homepage go to team page. the buttons i am talking about are on the seperate pages within team.
Thanks again for ur help
Regards

Loading Text Inside Movie -> Inside A Movie
Ok so I have a movie that has a bunch of little movies which are played on a click of a button. Now inside the second layer movie I want to load some text from an external txt file but for some reason it is not working. I am using, loadVariablesNum("content.txt", 0); and my dynamic txt area is suppose to retreive the variable rafting. now for some reason it is not loading the text into the text area, could it because it is not in the main scene??? Can someone please help me out???

Thanks

Nick

Control Movie Clips Inside Main Movie
Please help me! Maybee it's a stupid question?
I'm trying to create an animated movie. I created 4 movie clips inside my main movie (10 frames in each movieclip) I would like to play first movie clip when it's finished start to play the second, then third, fourth.... and I placed each movieclip in the single frame on the timeline. But when I played movie I only see the last (fourth) movieclip and don't see first 3 clips. Maybee somebody can help me with ActionScripting, or maybe can tell me where I can find some information.
Thanx.

External Movie Position Inside A Movie Clip
I have loaded an external movie into a movie clip on the the main timeline. The problem is the newly loaded movies top left corner starts from the centre of the movie clip into which the external movie was loaded. Could someone please explain why this is happening and how can I solve it. thanks

I Need To Know How To Loop A Movie Clip Inside The Main Movie
well heres my problem im trying to loop my movie clip over and over with out tweening from point A to B.
so far i got this actionscript to move it across
---------------
onClipEvent (enterFrame) {
this._x++;
}
----------------
which moves my mc across the screen, and now what i want to do is when the movie clip gets to the end of the screen then i want to loop it again.

i know that it has to be something
-----------
onClipEvent (enterFrame) {
this._x++;
if (this_x<300);
this.removeMovieClip();
}
------------
but i cant get it to work.
well just take a look at my footer and look at the "fog" that changes color, and thats what im trying to do but without having to tween the animation from point A to B.

Playing Movie With A Button Inside A Movie Clip
OK LETS START FROM THE VERY BEGINING HERE...

I HAVE A BUTTON THAT IS IN A MOVIE CLIP, WHEN I TELL IT TO GOTO AND PLAY THE FIRST SCENE FRAME 2, IT PLAYS THE ANIMATION IN THE MOVIE CLIP AND NOT THE SCENE. WHAT SCRIPT DO I USE TO TELL THE BUTTON TO PLAY THE MOTION TWEEN IN THE FIRST SCENE ON THE SECOND FRAME.

Button Inside Of Movie, Want It To Control Parent Movie
Hi, i tried finding this on your message board but couldn't find anything. Im trying to make a flash movie and im stuck on something that im sure is easy for a pro flash mx user. I have a flash document. There is a movie inside it. The movie has a button. I want the Button inside that movie to controll the flash document its in and make it go to frame 5. Could anyone try to help me out. I would really appreciate it. Im working in Flash mx

I thought this scrip would work.
on (release) {
_parent;
gotoAndPlay(5);
}

But it doesn't.

Please help
Thanks
Frank

Movie Inside Movie Wont Load Variables.
Hello,

I have a Main navigation movie that loads page movies inside a movie clip within the main navigation movie.

one of the pages "News" will not load its variables when viewed inside the Main Navigation movie clip but will load them when viewed on its own.

Here is a snippet of code I am running in the "News" page:

this.addressVars = new LoadVars();
this.addressVars.load("php-text.php");
this.addressVars.onLoad = function() {
_root.newsText.text = addressVars.newsText;
_root.newsTitle = addressVars.newsTitle;
_root.newsDate = addressVars.newsDate;
}

I am guessing it may have something to do with addressing this or root or parent.

Any help would be greatly appreciated.

Detecting A Loading Movie Inside Your Main Movie?
Hi, I'm stuck on trying this thing, I'm loading in movies for my site, I wanna make stuff load when clicked, ya know to save dl time and all. Ok, So I'd like a button to load in another movie, preferably in two places, but I want the cursor to be the load bar, and I know how to do all that, it's just to how do I address the movie loading in, so I can monitor it's progress?

Basicly I'd have a mc called loader, which would follow the cursor, and have this AS attached to the main timeline


Quote:




loadedbytes=getBytesLoaded();
totalbytes=getBytesTotal();
percentbytes=int(loadedbytes/(totalbytes/100));
loader.gotoAndStop(percentbytes);






That's just a simple script I got off a tutorial, so how do I make that work for movies being dynamicly loaded in? And wont those clips loaded in have to be put into a blank MC with createEmptyMovieClip, then use attachMovieClip to assign them to the two different final MCs?

Thanks for your time, and any help you can give.

A Movie Inside A Movie With A Link To The Main Stage
Ok here is my problem. I have a movie in side a movie, which all works great, but i want to link a button inside to get the play head to go back to the main stage, nothing happens. I have attached a short version of my file. So you can see what is happening.

This is what is supposed to happen, on the stage the movie clip plays, then you click on "site map" another movie plays within the first clip and it has more buttons, then you would click on "who we are" and that should bring you back to "MENU1" on the main stage.

If anyone knows what I am talking about and can give me the action script for the button or make one work that would be great!!

Thank you !!!!

Help - Swap Movie Inside A Movie + Others In Html Page
Using: flash mx 2004

What I have: A html page with two swf files.
"SWF 1" is the main navigation with a "content movie" in it.
"SWF 2" is further information, animation etc.

What I want to do:
1- When I press a button in "SWF 1", I want the "content movie" to swap accordingly to new content without loading base movie over and over.
2- With the same button press, I want "SWF 1" to change the content of "SWF 2" to new content accordingly.

Results I want to acheive:
- I want the flash movie base "SWF 1" to remain while the content changes smoothly without the whole html page refreshing and reloading the main "SWF 1" base.
- I want the "SWF 2" to change smoothly too without the page refreshing and therefore refreshing "SWF 1"

Please help and please feel welcome to give me other solutions to my problem. Thanks in advance.

How To Stop All Movie Clips Inside A Movie Clip
Is there a way to do stop/pause all the movie clips inside a Big movie clip?

I wanna control the movie clips as well with a slider. Yes i can control the Big movie clip yet i couldn't control those movie clips lie inside that Big movie clip.

Anybody can help ?

Access Movie Clips From Inside Another Movie Clip
Hi!

I have some objects (movie clips) on my stage on different layers, but all in the first frame of a layer. And now I want to access this movie clips from inside another movie clip, which is also on the stage like the others.
So my question is: How can I access this movieclips so that I can do for example <movieclip_outside>.gotoandplay("in"); or something like this.

Greets, Tschouba





























Edited: 02/09/2008 at 11:09:30 AM by Tschouba

Button Inside Movie... Movie Is On Main Timeline
Hey all, I have this question that a lot of people have asked, but I never found an answer to this question.

I have a button, and that button is inside a movie clip, and this movie clip is on my main timeline. How can I reach the button?

Thanks and kind regards...

Somberlain

[help As2] How To Access Movie Clips' _y Inside A Movie Clip
i got a school flash project where i need to access the _y properties of many movie clips buttons that set with name like sel 1 sel2 sel 3 and so on

the problem is i have 2 sets of those, one on the main timeline which i can access with "for" looped _root["sel"+i]._y and one which is inside another movieclip

problem is i don't know how to access the later using for loop can someone help me with that?

this is the script that i used to access the _y on the _root.selx

Code:
for (i=1; i<numberOfButtons+1; i++) {
if ((mySelection == i)&&(this._y != _root["sel"+i]._y)) {
this._y = _root["sel"+i]._y;
}
}
anyone can help? please *begging*

Loaded Movie Inside Main Movie Will Not Play.
I have a main movie that plays up to a certain frame then stops. From there I have links when clicked on it loads movies using loadMovie() into an empty movie clip.

My problem is, when the only movie with animation loads, it doesn't play. I have a preloader in the first two frames, then when the movie loads it is to gotoAndPlay(3). The preloader runs and works, but when it jumps to frame 3 it doesn't play.

The movie runs fine when the swf file is opened in the flash player. Or when I test it in the flash program is works fine. I only have this problem when I load it into another movie.

Does anyone know what is causing it?

Having A Quicktime Movie Play Inside A Flash Movie
hey everyone,
i know flfash movies can have other flash movies play inside eachother, but is it possible to have quicktime movies and WMV movies play inside a flash movie on the fly?

example: flash.swf?fileToInclude=quicktime.mov

thanks.

Movie Inside Movie Inside Movie Problem :P
Ok, this is probably something stupid that i havent realised how to do but here goes...

I have a health bar which is in _root.bar.health movie clip. when the health gets to the end frame i want it to go to another scene, the goto command won't work for some reason.... any suggestions?

Can I Move A Position Of A Movie That Is Inside A Movie?
I wanted to change the position of a movie that is inside a movie and I can't get it to work. So which makes me ask Can I move a position of a movie that is inside a movie?

Thanks for any help
Moe

How To Position A Movie Inside Main Movie?
I have read everything around regards to this problem but there wasn't any solution.

How do I position MY MOVIE within my main movie?

I tried SetProperty _x, _y but this doesnt work.

Thanks...

"Some fools are just selfish,
They kept the knowledge to themselves,
Don't be that FOOL!"

Loading A Movie Inside A Movie W/preloader?
I just came from a website where after the movie was loaded and your in the main interface. . as you click on buttons to view certain things, smaller movies appear with their own preloaders which then load and you can view. . .(example: http://members.tripod.com/betathree/ )

I want to create a similar effect in my masterpeice to optimize the bulk of the movie.

Can I get a lending hand from the gurus of the board?


Thanks alot
[Edited by Apollo Becate on 07-10-2002 at 09:00 PM]

Controling A Movie From Inside A Movie Clip?
Is it possible to control a movie from inside a movie clip? Is there a script I need to put in before I put in what I want to happen? Eg. Make the movie gotoAndPlay (3) from inside a movie clip.

Playing Movie From A Button Inside Of Movie
I appreciate any help! I made a movie it has four buttons. I am try to Link those button to play four other movies. I am not sure of the Actions I need to apply inside of the movies.Or the actions needed in the main movie. My main objctive is to make a flash site with four clickable pages. Please Help Thanx

How Do I Open New Movie Clips Inside My Movie?
i want to open and close movie clips in my movie through buttons in my menu. is it possible that i can open these new clips into the main movie?

theres two ways i want to do this, one, loading at a certain frame, and the other loading thru a button

please give me some help! thanks!

danny

Loading Movie Inside A Loaded Movie
I am working on my site navigation and have found some difficulty. I have my main menu which loads my .swf's into a blank movie clip, works great. I now have a situation with the portfolio section. I do not want to load the entire segment due to file size. I want to load the individual segments(web,experiments,print,games,etc.) inside of the already loaded portfolio .swf. Any input, message board, ste links are greatly appreciated.

Making A Movie Play Inside A Movie
Ok i realize this may seem like a stupid question. But i am very new to flash. I use FlashMX. And have not designed anything yet. I have read several books, but dont get something that seems very simple.

When i make a movie of a car driving i want to have the wheels spin, so i created the wheels spinning as movie. Now how do i get the original movie to play the spinning wheels from my library?

Please help. I am a very novice user at this. Thank you.

http://members.cox.net/christophersmith

Loading Movie Inside A Movie Part 2 HELP
Hi... okay

i got a movie with a navigation menu.... and i was showed to to load a mvoie inside it so when people click a button it wouldn't have to load the navigation menu again

i have 1 problem.... i want to place some text and some pretty pictures and things on the navigation movie page..... thing is... when i click a button to load another movie it just wacks it on the top of it!

how can i fix this?

please help

thanks

Playing A Flash Movie Inside Another Movie
Hi All. I've created a small site out of flash, and the content I have made using Swish. I exported the Swish to an SWF file, then imported the SWF into a new symbol --> Movie, named "Content". This consisted of 20 individual frames. I then accepted it, and dragged the "Content" from the Library into the main piece of movie itself, but when I try to view the movie the imported SWF does not play. Does anybody know how to play a flash movie, inside another flash movie. Cheers,

Kind Regards,

Adam Prettyjohns

Movie Clip Inside A Flash Movie
Hi,

I would like to insert inside a flah animation differents movie clips of differents size than the main animation. Does it make sens?

Ok, let's say I've got a 600px X 250px Flash animation, now I would like to insert in this animation 3 other movie clips next to each other-each one of them measuring 200px X 250px.

That way I will have 3 small animations with there own boundaries running at the same time on the main animation, so if I want a ball going from left to right in the first animation (the one at the far left on the main animation), the ball will diseapear inside the first animation boundaries without appearing on the main animation.

Ok it's a bit confuse but I am not a Flash expert, so forgive me.

Thanks

Fred

A Movie Inside A Multi-frame Movie.
I have a movie that has several mouseover buttons. I was new, so I used the onrollover to take me to another frame where I can get the mouseover effect. It's a bitmap, with invisible buttons layered on top, with onrollover properties. In fairness, I suppose I should have used the simple button capabilities in Flash but, hey, I was new when I made it.

The problem is that now I want to add an animation or movie in the corner of that flash document. It has to be IN the document because, well, I lack any more real estate. If I have a movie playing however, wouldn't it stop once a rollover took place? And how can I have an animation that only takes space on the first frame?

Is there a way to refer to a movie and load it from outside the clip? One that will continue to play, regardless of the frame? That way, I can simply refer to that external file and have my cake and eat it too.

Any help would be great. Thanks.

How To Play A Movie Inside A Movie And Then Move?
Hi all,

I have a movie with 2 scenes: Intro and Website.

Can anybody guide me about how to play a movie (SWF) inside the first scene(it is an Intro for the website I want to play) and then at the end of the intro (movie) I want the main movie to move to the next scene (which is the Website)

Like the command "LoadMovie"..


Regards...

Help With Setting Coords Of Ext. Movie Inside Int. Movie
I'm going to be pressing a button that loads a movie internally, that's the easy part. When that movie opens I want an external movie to load inside it at a set x,y coord.

I'm using MX 2004.

Any help??

Thanks,
Chris

Load Movie Inside A Loaded Movie
Ok, here's the problem: how can I load a movie(B) into a loaded movie(A) without replacing it? Its that i have an "index" movie with buttons that load "content" movies (ex: btn1 loads content1, btn2 loads content2, etc.), and I need to load more info into these, like images with their own preloaders and text as well. Can anyone help me? This would really make me go up one stair!

[F7]attach A Movie Inside A Loaded Movie
Hi,

I have a main .swf called a.swf. It loads the movie b.swf in one of the layers. Inside movie b.swf is a movie called c. Movie c is set up to export for actionscript with the linkage name "movieC".

Now, what I want to do is attach movieC from code in movie a.
Something like newMC = target.attachMovie("movieC", "c1", depth); But movie A apparently doesn't know the id "movieC".

so C is in B.
A loads B.
how does A access C?

I'm using AS2, btw. Thanks!

Load Movie Inside Movie Problem
Hello, here is my situation maybe somebody can shed some light on the problem.

1) I Have an index.swf that loads various swf files so my index.swf is the holder I do this by using -- loadMovie("home.swf",1);

2) I have 2 files a calendar.swf that holds content and images and a calendar-data.swf that holds an xml calendar.

I would like to load the calendar.swf into the index.swf and have it load the calendar-data.swf.

Is this possible? Thanks in advance for any help provided

Oz

My Flash Movie Won't Work Inside Another Movie?
I have a menu that rises and falls with actionscript, though when I put the menu into a movie clip, the menu does not rise or fall anymore. :-( I can't figure out why the movie will work on the main frames, but not when I place it into a movie clip. It would be nice to have everything into a movie clip so that it does not take up so much space on my opening frames. Can anyone take a look at my .fla and tell me what I'm doing wrong?! Thanks!

Accessing Movie On Root While Inside A Movie
I am new to flash

I am working on flash 8.
I want to know that
i have two movies on the ground panel . i have placed one button in one movie . when i click that button i want to set other movie's alpha =0 that is placed on the root.

Run Button Inside A Movie Effect Outside A Movie
hi
I am working in flash 8 on Windows XP. I am creating a US Map Project . Under which when i mouse over on a particular US-state it's size is increased. I did it by using a movie clip. I made such moive clip's for each state of USA.
Now my requirement is when i mouse over on a particular US State it must grow its size. and further it must have few spots on that movie. on which when user clicks a small panel with some information about that location should be shown.

For this i made a movie for each US State. and set mouse over event .
on(rollover){
mcName.gotoAndPlay(2);
}
till here it works fine. But for further spots for locations i made button in each moive.

Now when i mouseover on movie it gives me desired results. But when i try to click on the button
inside that movie. It doesnt work.

Please Urgent Help is required .

Loading Movie Clips Inside A Another Movie
hi everyone.

i hope that you are all having a great morning and i would really like some help.

i have a scrollpane with some logos on, on top of these logos are button, when i have pressed the buttons i would like to action to load a new movie clip onto the main timeline to show more information on the logo clicked......basically on release i would like to show a movie clip on the stage, and when you click on another one of the logos i would like the last on to disappear and to be replaced by the other one.

if anyone could help me i would really appreciate it, cheers everyone.

mr blair

Put AS Created Movie Inside Movie Clip
I have used ActionScript to create a movie which contains a text field (that imports XML) and a UIScrollBar. I'd like to fade the text in but it won't work because the fade script (alex_uhlmann) requires the initial alpha to be set to 0 and since there is no physical clip on stage, doing this - text_mc._alpha = 0; - doesn't work.

So if I can put text_mc inside a clip on stage (with alpha at 0) I can fade it. How can I get the text_mc inside content_mc with ActionScritp?

Thanks
Charles

Remoting Movie Inside Flash Movie
Hi,

I have several separate Flash movies that use remoting to connect to the database.

My experience in Flash is pretty much limited to the creation of these movies, so my questions may seem silly but here goes:

I need to put all these movies into a larger movie but I have no idea how to do so

When I import to library and drag an instance onto the stage and give instance name, the movie shows up but does not play. When I use _root.<instance_name>.play(), I get nothing.

Can anybody offer advice on how to get these individual flash movies with remoting to work when inside a larger flash movie?

Thanks,

flash_gorgon

Copyright © 2005-08 www.BigResource.com, All rights reserved