Tosca42
08-16-2001, 01:28 PM
I would really appreciate any help on this - i've tried searching the forums but either i'm thick or I couldnt find anything that quite hit the mark...
Basically my aim is within my main movie (main.swf), to load a movie (menu1.swf) on button release which acts like a browser window, scrolling another movie (contents1.swf) within it.
Menu1.swf initially loads contents1.swf into a mc through the command:
loadMovie ("contents1.swf", this);
-the path to the mc it loads menu1.swf into is: _root.WindowsBehaviour.page
This bit works fine.
What i also want to do is have a link from contents1.swf to another mc called contents2.swf. This would load contents2.swf into menu1.swf (the browser style movie clip) and unload contents1.swf. Essentiallly everything would then behave just like a typical browser window but its not having any of it and I have no idea how to get it to work...
Please help! -My syntax is really dreadful (-i'm just learning) and I'm royally s*****d if I cant get this to work! Is it even possible? If you have any knowledge on the matter i'd really appreciate it if you could let me know!
Basically my aim is within my main movie (main.swf), to load a movie (menu1.swf) on button release which acts like a browser window, scrolling another movie (contents1.swf) within it.
Menu1.swf initially loads contents1.swf into a mc through the command:
loadMovie ("contents1.swf", this);
-the path to the mc it loads menu1.swf into is: _root.WindowsBehaviour.page
This bit works fine.
What i also want to do is have a link from contents1.swf to another mc called contents2.swf. This would load contents2.swf into menu1.swf (the browser style movie clip) and unload contents1.swf. Essentiallly everything would then behave just like a typical browser window but its not having any of it and I have no idea how to get it to work...
Please help! -My syntax is really dreadful (-i'm just learning) and I'm royally s*****d if I cant get this to work! Is it even possible? If you have any knowledge on the matter i'd really appreciate it if you could let me know!