flash help!!!
- Started
- Last post
- 36 Responses
- steadyvibe
does anyone know how to load a movie to a certain frame?
- ********0
tell target actions?
- steadyvibe0
what does that mean?
- unformatted0
onClipEvent (onEnterFrame) {
loadMovie(showgirls.swf);
}
- unformatted0
shit.
onClipEvent (onEnterFrame) {
mcname.loadMovie(showgirls.swf);
}
- steadyvibe0
i know how to load movie but i need to load a certian frame of that movie
- unformatted0
you can't just load one frame. you can go to a specific frame of the loaded swf.
- steadyvibe0
yeah i want to load a specific frame. how do i do that?
- cinder0
You can't.
You have to load the movie and then tell it to go to whatever frame.
Most likely, unless it's very large, you won't be able to tell the difference.
- protoculture0
OMG...
What unformatted said.
- protoculture0
and cinder.
- steadyvibe0
"you can't just load one frame. you can go to a specific frame of the loaded swf."
i wan to GO to a specific frame
- unformatted0
cinder, what is the deal! we are about to get on and play some broodwars!
- protoculture0
once you have your movieclip LOADED - as in, loaded into cache - and you want to go to frame 5:
MovieClipName.gotoandplay(5);
where movieclipname is the name of your movie clip. this of course assumes that you've loaded your swf into a movie clip.
- unformatted0
listen to the flashturbater protoculture.
- steadyvibe0
This is what i am doing... is it possible to do it from this action?
on (release) {
loadMovieNum("outline", 200);
}
- protoculture0
yes, just call the gotoandplay() right after the loadmovienum(), and before the closing bracket of the onrelease.
- steadyvibe0
on (release) {
loadMovieNum("outline.swf", 200);
gotoAndPlay("outline");
}
- protoculture0
dude, read a book.
- steadyvibe0
dude. im searching through my flash books like mad!!!
- unformatted0
lol