I have placed several buttons on a page with simple code.
MP3.Load (%MySong.mp3%)
MP3.Play
Works fine, but on button 3 the code is:
MP3.Load (%MySong.mp3%)
MP3.Seek(15)
MP3.Play
If the first button I click is number 3 then I generate an error Seek is too large for MP3.
However if I click and begin playing any other song then click button 3 it works.
Im confused, help?
MP3.Load (%MySong.mp3%)
MP3.Play
Works fine, but on button 3 the code is:
MP3.Load (%MySong.mp3%)
MP3.Seek(15)
MP3.Play
If the first button I click is number 3 then I generate an error Seek is too large for MP3.
However if I click and begin playing any other song then click button 3 it works.
Im confused, help?
Comment