tezz2000
09-24-2006, 02:52 PM
Hello all, I have tried lots of work arounds and still can't get this to work.
I have a stop frame that loads a movie, I need to target a frame of that movie.. even though its not yet loaded because I have one target for all my content. this works whens its loaded:
on (release) {
_root.container.loader.work.gotoAndStop("work_ad");
}
is there a way to have an path for a frame for a movie that is not yet loaded?
like:
on (release) {
_root.container.loader.work.gotoAndStop("work","work_ad");
}
any help would be great... thanks!
I have a stop frame that loads a movie, I need to target a frame of that movie.. even though its not yet loaded because I have one target for all my content. this works whens its loaded:
on (release) {
_root.container.loader.work.gotoAndStop("work_ad");
}
is there a way to have an path for a frame for a movie that is not yet loaded?
like:
on (release) {
_root.container.loader.work.gotoAndStop("work","work_ad");
}
any help would be great... thanks!