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




Load A Determinated Frame Of A Movie From Another One



Hello,
I need to know how can I load a determinated frame of a movie (this one placed on level0) from another one by clicking a button (the second movie is on level1).
Thank you very much!



FlashKit > Flash Help > Flash ActionScript
Posted on: 01-03-2003, 07:56 AM


View Complete Forum Thread with Replies

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

Can The Load Movie Action Be Used To Load A Specific Frame Of A Movie?
can the load movie action be used to load a specific frame in a movie?

Help Load A Movie (and Frame) On A Specific Frame In My Timeline
I need to Load a movie and go to a specific frame within that loaded movie.


I know how to do this "on press & release" commands but how do I get it to load when a certain frame is reached in my timeline.


Example. When finished preloading it plays frame 25. When it gets to frame 25 I wan't a movie to load and start on a certain frame.

If you need more info or I am not making myself clear, please let me know.

Thanks in advance.

Load A New Movie At A Certain Frame Based On Current Frame?
hello, i have a 36 frame movie clip

i have a button that is available throughout the 36 frames

if i am on frame 15 of the main movie, can i load in a new movie that opens on it's own frame 15?

whichever frame i am on in the main movie, i want the second movie to open to the matching frame number as the main movie

if this is possible, how would i do it? thanks

Load A Flash Movie To A Random Frame Each Load
I have created a flash file that fades from one picture to the next. However, I would like to find an actionscipt that will allow the flash movie to load to different each time the page is visited/refreshed. That way visitors don't have to see the same image each time the visit the my page, but can still sit and watch all of them if they want. Also I would want to be able to specify which frames are available for load. That way the page will always load at the begining of each image animation... not right in the middle of it switching to the next image.

Any help is greatly appreciated!

Load Movie Go To The Next Frame
Hi,

I'm trying to understand how the Load Movie works. I placed an empty MC into the main stage which contains a SWF file of text animation. Also there is a Stop action and the Load Movie action (layer )above the empty MC layer. How can you tell the empty MC go to the next frame after the SWF file has been played in the main stage...? Example: I want the SWF file to play and then the buttons appear after it.

Thank you,
Leigh-Anne

Load Movie From Different Frame
I've created a framed site with one Flash header (in top Frame) that does all the navigation needs. when someone presses any of the buttons, a new lower page loads and a new movie is placed into the original header movie using the loadMovie command. This all works flawlessly yet I brainlessly realize I didn't account for the "back" button in the browser. As you might anticipate, when they hit back, the lower page changes to the last page but the header movie is still displaying the old movie.
I'm hoping there is a way to put some script on the top of each page (and in the SWF) that could send a command to the upper frame and into the SWF to trigger the loadMovie command that coresponds with that page. I've looked in sections in my manuals on sending data into and out of flash yet I'm not sure how to send it into a different frame and if its even possible with this script on the top of the page idea.
Would really appreciate any help,
Thanks,
Warren

Load Movie At Frame...
Hi to all

can i use the loadmovie action to load a movie at frame 25.

I have a main.swf and i want to load the movie2.swf but i want movie2.swf start at frame 25

Is there a method

Thanks to all

Load A Movie Into Different Frame?
Um, can you do a loadMovie(mymovie.swf, emptyMC) action on frame 1, and load the movie "mymovie.swf" into "emptyMC" that is on frame 2?

HOW To Load A Movie At A Certain Frame?
hi,

is it possible to load a movie at a certain frame ,
for instance loadMovie(X) at frame 28???
i cant do it on actionscript normal mode...

thanks!

Load Movie On A Frame?
Hi all,

I know that you can attach some script to a button that loads a swf in an empty movie clip.

But i was wondering if you could give the same action to a key frame, so when the player reaches the chosen keyframe the swf loads up?

If this is possible, could some one tell me the actions i need to use?

Thanks for your time,

Tom

PLEASE HELP - Load Movie Nad Go To Frame..
After not-sleeping 3 days I still can't figure out why this doesn't work..

loadMovieNum("oblikovanje.swf", 0);
_root.gotoAndPlay(2);

What I'm trying to do is just load another .swf from this (empty) swf with only this actionscript inside. It opens "oblikovanje.swf" but it never goses to frame 2. As I have put an empty frame and stop(); in the first frame of oblikovanje.swf it shows only blank page. I need this stop action becouse I preload all my swf-s earlyer.

Load Movie Frame 2
Hi all, tryin here as well!

anyway to have a button load a movie at a specific frame? ie.

on (release) {
{
_root.movieHolder.loadMovie('about.swf','whereFram e');}

}

Load Movie / Frame
I have the main movie which has a button to load an intro in the heading when clicked. I make the header fade out when the intro movie is loaded and begins to play, what I am having trouble with is when the intro movie is finished I have it fade out and I want to fade the header back in.

The header itself is a movie clip, what I need to know is how to tell the actionscript that when the movie is load go to and play
frame 2 in movie clip "server" in the main movie.


Thanks for the help.

Load Frame From Movie
I have a movie with a siliding book . the movie contains the book sliding into the page, stop and slide out,stop. When i change the frame by pushing a button how do i load the frame inside the movie where the book slides out ? So, with other words what i want: i go to a frame, book slides in , i change the frame , book slides out. how do i make it slide out when pushing the button that changes the frame?(the button is external it is not inside the movie) .

Thank you.

Load Movie Frame
How can I make a movie frame that doesn't have an outline? I want it to be invisible.

Load Movie And Specify Frame?
Perhaps this is simple, but I am stumped. I'm trying to Load a movie into my Flash file, which is no problem, but I also want to DESIGNATE the frame to start the movie that loads.

Is this possible?

Thanks,
Jayworld

Load Movie Go To Frame
I can't find the correct scripting to take me to a particular frame in a movie after I have loaded it using loadmovienumber action.
Also I can't get the same thing happening going to another scene in the same movie, that is gotoandstop, scene, frame,.

Can anyone help?

Load Movie At Frame 2
Hi,
how do i load a movie at a certain frame?

Load A Frame In A Different Swf Movie
What do I have to write after the

on(release){

}

of a button inside a swf to make it load a frame that is placed in ANOTHER swf movie(both of them shown in the same html document)?

Load Movie On A Different Frame?
I have a quiz type exercise I am making. When the user is finished with the quiz, they have the option to try another exercise or quit. When they try another exercise I want them to bypass the instructions (frame 1 and 2) and just start at the beginning of the quiz (frame 3), however when I just gotoAndStop on frame 3, some of my duplicated MCs are "leftover" on the scene in frame 3.
So is there a way to reload the movie and start it on frame 3, as opposed to the first frame?
(I know the duplicate MCs showing up are probably the real problem and I am just looking for a work around, but I need to get this done sooner than later.)

Thanks!!

Load Movie To Specified Frame?
Hello,

I did a search of the forum for loadmovienum and some addressed similar problems I am having but nothing seems to work for me. Here's me problem ----

2 scenes with "back" and "next" buttons throughout. The last "next" button loads scene 2 using loadmovienum. Now in scene 2 you can go forward, but if you choose to go back you will actually be back in scene 1. Using the load movienum takes me back to scene 1, but loads at the beginning of scene 1, and I would like to go to a specified scene (scene 600). Is there anyway around this?

Thanks fer yer help,

This is what i've tried thus far: Am I close???


on (release) {

loadMovieNum ("LOD_1_sending information.swf", 0);

gotoAndPlay ("slide-5");

}

AND

on (release) {

loadMovieNum("LOD_1_sending information.swf",0);

_level1.gotoAndPlay("slide-5");

}

AND

on (release) {

loadMovieNum ("LOD_1_sending information.swf", 0);

_level1.goToAndStop("slide-5");

}

AND

on (release) {

gotoAndPlay ("sending information", "slide-5");
}

Load Movie At Frame 2
Hi, I want to load a movie in frame to.

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


is it possible?

Load Movie In A Different Frame
hey

how can i load a movie in a different frame if the navigation is no in the same frame as content? i can do it when I use the comment get url but with load movie it doesn't seem to work.

can anybody help?
thx a lot

Load Movie To A Certain Frame
Hi there. I want to use loadMovie.....and I want it to go to a certain frame on that movie...how do I do that? I've tried a fews things but its only loads to the first frame on the movie

Load Movie At A Certain Frame
Super basic question from a beginner. I have a movie running inside my main movie - but I don't want it to play until my main movie hits a certain frame. Can someone help?

Load Movie Go To Frame #
i need to know how to script a button to open a new movie in the present movies place and go to a specific frame or frame label at the same time

Load Movie + Go To Frame
load movie and go to frame
hi

As I need to split a flash site in several swf files, I would like them to interact when prompt.
I would need to know how to (in flash 5):
tell the load movie to start in an specific frame...
it should act like a combination of load movie and goto and stop.

(until now it always start at frame 1...)

thanks
__________________

Load Movie And Go To Frame (other Than 1)
load movie and go to frame
hi

As I need to split a flash site in several swf files, I would like them to interact when prompt.
I would need to know how to (in flash 5):
tell the load movie to start in an specific frame rather than frame 1...
it should act like a combination of load movie and goto and stop.

If you have any advise or link about how to work with a site made of different swf (that may interact between them) they will be very welcome

thanks
__________________

How To Load A Frame From A Movie
I probably have no idea about this but I sure would like to have one...

I have a clip that needs a stop action behind it in order to play and would like to repeat it after the stop on the actions layer but I have'nt found a way even trying from the movie clip. (with a gotoAndPlay action)

If anyone knows what I'm trying to say, please lend me a hand

Load Movie Go To Frame #
i need to know how to script a button to open a new movie in the present movies place and go to a specific frame or frame label at the same time

Load Movie + Go To Frame
load movie and go to frame
hi

As I need to split a flash site in several swf files, I would like them to interact when prompt.
I would need to know how to (in flash 5):
tell the load movie to start in an specific frame...
it should act like a combination of load movie and goto and stop.

(until now it always start at frame 1...)

thanks
__________________

Load Movie And Go To Frame (other Than 1)
load movie and go to frame
hi

As I need to split a flash site in several swf files, I would like them to interact when prompt.
I would need to know how to (in flash 5):
tell the load movie to start in an specific frame rather than frame 1...
it should act like a combination of load movie and goto and stop.

If you have any advise or link about how to work with a site made of different swf (that may interact between them) they will be very welcome

thanks
__________________

Load A Movie In A Different Frame
I have a question here.

I have three frames now. I have several buttons in the upper frame and those buttons have movie clips. I want those movie clips to work in another frame. Do you understand? I need to put the buttons that have the movie clips in the upper frame. And I want the movie clips from the buttons to work in another frame. Please helpe me!!

Load Another Movie Frame?
Dear All,

How can I load another movie(swf) frame? For example, I want to load movie2, frame number 177? How can I do that? Is it using loadmovienum() or something action script? Please advice.

Best Regards,
Hjyn

Movie To A Specific Frame In A Load Movie
I'm loading a different movie into _level0 when the play head hit a frame

on frame 16

stop ();
loadMovieNum ("whatgenareyou_00.swf", 0);
gotoAndStop ("ygen");


where "ygen" is the frame label in the new loaded move I want to movie to?

can't get this to work, I've also tried the frame number


gotoAndStop (2);

still no luck

what am I doing wrong?

oh FS5

thanks

jef

Load A Movie And Play The Last Frame
Hi:
I am trying to load a swf and play the last frame from it I am using a load movie right now and I have to step all the way back through it because I have stop actions thoughout. I want it to work like a back button is this possible to do swf to swf? Please let me know any suggestions or if you need anymore info.
Thanks
FlashCrash

Targetting A Particular Frame In A Movie To Load
Hi all, I would appreciate some help...

I want to add an action to a button, which will load a movie (into level 1) and have it go to a speficied frame (rather than just going to the first frame) - is this possible

I think I have to do some tell target scripting except everything I have tried doesn't seem to work - probably bad syntax

Thanks
Slade Smith

Load Movie And Goto Frame?
Would sure need some help on this one:
In my movie, I've got this button (quite original so far...) When I click it, I load the movie program.swf into an instance called Blank. So far, so good.
Now, I've got this other button. When I click it, I also want to load program.swf into Blank, only this time I want the button to get me directly to frame 55 in program.swf.
How the *** do I do this? I've triwed with variables, that I'm no good at, but it just ends up with both buttons getting me to frame 55...
Help! Please!

Load Movie To A Certian Frame?...........How?
I Have a intro movie and want to click a button to load a new one but at a certian frame in the new one???.

help?

When I Do A Load Movie, Can I Make It Go To A Certain Frame?
I want to load a swf file in at level 0 to replace the existing movie.

But I want it to go to a specific frame. How can I do this?

Can I do a loadmovie, and make it go to a certain frame with a go to action ????

Please help.

I can't simply put a goto on the first frame of the incoming movie, because it has to be able to have the ability to play from the beggining if the user presses a different button.

Thanks,

How To Load A Particular Frame In The Scene Of A Movie ?
Hello !

I've got two movies.
From one of it, I'd like to load the second one, but in a particular scene, and in a particular movie.
Is it possible ?
If yes, how can I do it ?

Thank you

ML

Load Specific Movie Frame
Hi!
I'm loading a "foto.swf" movie into target "zoom". This is working fine. ...but how can I tell it to load frame 54 of that same movie into "zoom"? otherwise it always loads the movie from the beginning, and I need it to show me frame 54, and not frame 1.

????????

Load Movie/Frame (revised)
Anyone got any idea what I need to add to this piece of code, to make
003ITT.swf load at frame 29??

ifFrameLoaded (1) {
loadMovieNum("003ITT.swf", 0);
}

On Frame Enter, Load Movie
first attempt at this.. but this doesn't work
just want this script to work when you enter a frame.
the idea is to unload the current movie and load new one when the frame changes

stop;
unloadMovie("_root.sound_m");
loadMovie("TRACK1.swf", "_root.sound_m");

Jump To Last Frame Rather Than Load New Movie?
Hoping for a simple solution to this issue...

I have a fairly simple Flash movie which functions as the main navigation menu for my site. It contains intro animation where text and buttons "fly-in" and build the menu. After the menu is "built" the movie uses animated menu buttons. The movie works fine - no issues there.

The issue I have is that I only want the intro animation to play on the index/main page of the site. All pages on the site use the same movie as the menu but I do not want the intro animation to show on pages beyond the index page - only the animated buttons. Basically I would like to have the movie jump to the very last frame automatically on pages other than the index page. And I would like to achieve this by only using the one Flash movie rather than creating a separate movie without the intro animation.

I am sure there is a way to do this - either with actions in the movie or maybe a Javascript. Any advice would be appreciated. Thanks.

BLT

Load Movie - Go To Specific Frame
on (release) {
unloadMovieNum(0);
loadMovieNum("dst.swf", 0);
}


How can I get it so that I load a movie and it goes to a specific frame (ie label start)

Thanks


Toby

Load A Random Frame In A Movie
Hey people, I've got this movieclip that has serveral different images in it that act a backdrop. What I want to know is, if I place all the images in the same movieclip (if differnet images are placed at every 10 th frame), can I write a script that will randomly choose an image and place it at certain X & Y cood's?

Thanks,...

Load Movie - Goto Frame X
is there a way to load a movie and have it go to a specific frame instead of starting at frame 1?

Load Movie... Frame Question
Hey all. I've got a section of my website that is contained in a seperate SWF as it's huge. I was originally gonna load it into my library and just create an instance of that, but I thought was there a way to keep it completely external. Could someone show me the LoadMovie format to load such an external file? Also... if that movie is say 50 frames long, but I'm loading it into a 5 frame long layer... how do I specify that the imported movie should be able to play all of its frames regardless of the main movie's # of available frames? I hope that makes sense. Thanks a TON! have a great day!

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