[FMX2K4Pro] loadMovie to specific frame label

Okay, I know. This topic has been addressed several times in various posts. And I’ve read and tried all of them, however nothing seems to work. I’m not sure if due to the circumstances…I’ll explain.

I have made 2 files: main.swf and products.swf. A button in main.swf has the following code:

on (release){
_root.loadMovie(“products.swf”);
}

This works great, but what I really want to do is go to frame label “Range” in products.swf. A note of explanation: I’m not trying to load products.swf into a container movieclip, I want to replace main.swf with products.swf and go to Range label.

Phew. I guess those are my circumstances and I’m sorry if this is repetitive. Anyway, any help on this would be greatly appreciated. Thanks