Hey, Billy... thanks for getting back with me.
Ok... II don't know what I'm doing wrong, I tried and it still isnt working
Recap:
Code: loadMovie ("flashscroll.swf", "flashscrollHolder");
external swf: "flashscroller.swf"
mcHolder for external swf: "flashscrollHolder"
On the buttons on the external "flashscroll.swf", I tried each of these and none work:
=========================
on (release) {
left = "fast";
_root.flashscrollHolder.flashscroll.gotoAndPlay (8);
}
=========================
on (release) {
left = "fast";
_level0.flashscrollHolder.flashscroll.gotoAndPlay (8);
}
==========================
on (release) {
left = "fast";
_level1.flashscrollHolder.flashscroll.gotoAndPlay (8);
}
==========================
I assume where you said "scroller" should be the name of my external SWF without the .swf extension, yes?
Why won't this work for me?....
p.s. I'm using a relative path now in my main Movie to the external SWF as they're all in the same directory and level... still works fine on the _level1 load except I can't position the external swf
Edit - btw, your 'tableau" site looks great, nice work