I have an issue that I can’t get past. It seems so simple yet I still can’t figure it out.
Go to my test site to follow along if you’d like: http://www.soloudmusic.com/flashsite/soloud_testsite.html
My issue resides in the Work section. Click through to the Commercials section, where there should be a scrollpane with the various commercials on our reel. I just recently decided to upgrade our website so that there’s a flashplayer that comes up when you click on the respected movie. My goal is so that when this window with the FLVPlayer is open, everything behind it is disabled so that you can’t accidentally navigate the site or click on another movie while the current one is playing. I’ve gone through and made it so that all of the visible buttons are _enabled = false;, but now I am having trouble accessing the timeline within the scrollpane’s movieclip itself.
This is all done in AS2.0.
Here is the path for the scrollpane:
_root.workcontent.commercialcontent.[scrollpane]
I’m confused, do I have to cite the scrollpane with an instance? And even then, how do I access the timeline within the movieclip that the scrollpane is citing? My current setup is so that when you click any of the “thumbnails” in the scrollpane, as it brings up the movieplayer window it also sends the movieclip to the next frame, which simply has all the thumbnails as pictures, not as buttons.
Anyway, if anyone can help me out it’d be greatly appreciated. I have been scouring the nets for help on the scrollpane function and I’m stumped.
Thanks in advance!
EDIT: fyi I’m still putting in all of the flv files so just use the first one as a reference.