Hello,
I’m using this draggable progress bar tutorial to create a video controller:
http://www.wildform.com/tutorials/dragbar/index.php?sid=NFFC-3CKL-3e91f415dd732&ref=
But I’m having big troubles!! It all works fine when it is on its own, but when I try to import it into the rest of my flash movie it doesn’t work - the video plays but doesn’t seem to be connected to the progress bar.
I’m not sure if its to do with the path to the video e.g. there is some actionscript:
tellTarget (_root.welcome.player.movie) {
gotoAndStop(_currentframe + 10);
The player is on a screen called welcome, which is nested under the main home page screen - is that the correct path to use?
I’m very new to all this so please forgive me if its something really obvious - but its driving me insane! If anyone could help I’d be very grateful.