Skip to main content
March 2, 2007
Question

Sound problems...again, pausing, fast forward rewind

  • March 2, 2007
  • 1 reply
  • 227 views
Hello,

Wondering if anyone can help me, i am having a few problems with pausing, fast forward and rewind on a loadSound???!!!!

Here is my code for the pause button but it is not working, the soundPosition = mySound.position is the error, as it says the variable soundPosition is undefined, i think this has something to do with the sound being loaded in dynamically but i cant work out how to fix it 😞 Please help.......

This topic has been closed for replies.

1 reply

March 2, 2007
Just to add, this code works if i set the soundPosition to a number say 50000, the pause button will work, as when you click play after clicking pause, it starts the track half way through.

So i believe the error lies on the pause button, soundPosition comes up with a number if i re load the sound in the pause button, but its always 0 as i am reloading the sound, but i dont know how to make it work without reloading the sound??

Many thanks

Greatly appreciated :D