How do you load an external “Thumbail Gallery SWF” in a “Flash Site.” I’m doing it as:
on (release) {
_root.contents.loadMovie(“Portfolio.swf”);
}
But it’s not working well because the scrolling on the bottom does not scroll smoothly plus I have it divided into 3 different Thumnails that are connected through using target paths but those link don’t work they just reload the page.
How do you make an external swf go to a different label (Target)?