I've created 2 .swfs (main.swf, products.swf). On the main.swf is a dropdown menu bar that can access products.swf or link directly to certain items in the products.swf.
In the main timeline of the products.swf, I've put the 4 products (every 10 frames) and stopped and labelled the frames where they begin.
Here's my dilemma:
I can easily load the products.swf over the main.swf with:
but the user has the option of going directly to the product of interest (which is noted by a label within products.swf).
So, what I'd like to do is be able to load this external movie clip directly to a frame label.
I searched this site (I didn't want to repeat post), but if anyone has any answers to this, I'd really appreciate it.
BTW, I'm using MacOS X Flash MX 2004 Professional.
In the main timeline of the products.swf, I've put the 4 products (every 10 frames) and stopped and labelled the frames where they begin.
Here's my dilemma:
I can easily load the products.swf over the main.swf with:
Code:
on (release){
_root.loadMovie("products.swf");
}
So, what I'd like to do is be able to load this external movie clip directly to a frame label.
I searched this site (I didn't want to repeat post), but if anyone has any answers to this, I'd really appreciate it.
BTW, I'm using MacOS X Flash MX 2004 Professional.