Hello,
Scenario:
I am developing an elearning course which will be comprised of several modules. Each module will be its own FLA (SWF) file to enable several developers to work on the course at one time.
I need to set up navigation in the course, so that the user can quickly move from a topic (frame) within one module (SWF) to a topic(frame) within another module(SWF).
How can I do this in Flash 5? Previously, I have used LOAD MOVIE action, but this won't take me to a specific frame/label that represents the start of the required topic.
__________
I've tried:
loadmovie "name of .swf", (wherever)
_root.(instance_name).gotoAndPlay (label/frame) ?
However:
Each module is a separate FLA file, so I don't think that I can reference the instance name of a movie clip as suggested. Or can I???
_________
Thanks in advance for your help!
Scenario:
I am developing an elearning course which will be comprised of several modules. Each module will be its own FLA (SWF) file to enable several developers to work on the course at one time.
I need to set up navigation in the course, so that the user can quickly move from a topic (frame) within one module (SWF) to a topic(frame) within another module(SWF).
How can I do this in Flash 5? Previously, I have used LOAD MOVIE action, but this won't take me to a specific frame/label that represents the start of the required topic.
__________
I've tried:
loadmovie "name of .swf", (wherever)
_root.(instance_name).gotoAndPlay (label/frame) ?
However:
Each module is a separate FLA file, so I don't think that I can reference the instance name of a movie clip as suggested. Or can I???
_________
Thanks in advance for your help!