I have a director application that has and sound playlist of 14 songs, these songs can be changed by a little flash movie i have in the application that sends sound(1).playNext(), sound(1).pause(); commands to the director movie depending on what button the user has pressed. The problem I am having is that I cant seem to find anywhere on the internet a sound(1).playLast() command that would allow my users to go back a track i have tried sound(1).playLast(),sound(1).playPrev, and I have even tried two rewind commands one after another to see if this works but with no luck, does anyone have any ideas?
sorry - i have a swf embedded into director which just allows user to play/stop/pause/next/ and prev, when they click on one of the buttons in the swf it sends a command to director.
I have managed to get the playlist working ok, but the problem now is working out when the next track has started automatically so i can display the track name.
Bookmarks