Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Farley Carter #1
Problems With Movie in a Movie...
OK here is the problem.
I have a flash program which contains a movie clip. The _root is one frame long
and i created an onEnterFrame to load a movie when the current movie in myMC
finishes.. problem is it doesn't work.
myMC is a MovieClip on the stage. When the flash starts it loads the first
movie fine... When the user presses a button the first movie uses
gotoAndPlay("fade") the label "fade" exists in every movie. everything wokrs
fine except when the user presses the button to change movie. The current movie
in myMC fades fine. But the code in myMC.onEnterFrame never executes.
As far as I can tell even though it is myMC.onEnterFrame it is acting like
_root.onEnterFrame executing once for the sole frame in the main movie.
myMC.onEnterFrame = function() {
if (_root.myMC._currentframe = _root.myMC._totalframes) {
myMCL.loadClip("flash/" + activepage + ".swf","_root.myMC");
}
}
I also tried declaring it as _root.myMC.onEnterFrame = function()
I help or ideas would be greatly appreciate.
Farley Carter Guest
-
AWESOME MOVIE! << This free movie is about real situations and I give it a big thumbs-up!! º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º º
http://www.moviefever.com/movie121 << Awesome Movie! You can reply with your comments about the movie if you would like. -
control main movie from inside a movie clip
this has probably been discussed already but i couldn't find it, heck I may have already asked it. I have a movie clip with a button in it, when the... -
Having a loaded movie talk back to main timeline/movie?
Ok, here?s the situation: I have a main movie named ?scheduled_reports.swf?. It is made up of 12 frames. Each frame has an action to load a swf... -
loading movie into another movie problems
ill try to explain my issue, i have a flash movie say at 500x400 if i load a movie into that movie and say the movie is smaller 300x100 it shows... -
Controlling Main movie from linked castmember movie
I have created a main parent movie DEMO.DIR. In the movie, I have placed another movie (OPTION.DIR) which is linked as an external castmember. ...



Reply With Quote

