I’m pretty new to AS3 (building my first site) so I hope this isn’t too much of a newbie question.
I’ve got two commands which each work on their own in my mp3 player
channel = snd.play(pausePosition); starts the song from wherever it’s paused
channel = snd.play(0, 1, sTransform); starts the song at the volume set by the volume knob.
How do I put both the pausePosition and sTransform bits on to the same snd.play command??