Hi,
I have a musical jukebox on a project i am making and the way I did it was on the main timeline I have a script
stop();
unloadMovieNum(66);
loadMovieNum("song1swf",66);
Then at the end of each swf (which is each song in the jukebox) I load the next song so the swf's loop from 1,2,3 and back to 1.
But I give the option to choose each individual song by loading up each seperate swf. I have song info that is displayed on the main timeline, so the button for each song leads you to a different frame on the main timeline.
But, for example, a person chooses song 2 and it plays and then proceeds to song 3 but the info still displays song 2. Because it has stopped on that frame. Is there a way to move to a different frame on the main timeline when one song.swf passes to the next?
Thank you for your help,
GD
I have a musical jukebox on a project i am making and the way I did it was on the main timeline I have a script
stop();
unloadMovieNum(66);
loadMovieNum("song1swf",66);
Then at the end of each swf (which is each song in the jukebox) I load the next song so the swf's loop from 1,2,3 and back to 1.
But I give the option to choose each individual song by loading up each seperate swf. I have song info that is displayed on the main timeline, so the button for each song leads you to a different frame on the main timeline.
But, for example, a person chooses song 2 and it plays and then proceeds to song 3 but the info still displays song 2. Because it has stopped on that frame. Is there a way to move to a different frame on the main timeline when one song.swf passes to the next?
Thank you for your help,
GD