I'm using the Javascript version of the Flash MP3 Player and I'm having a problem with the setPosition method.
When the page loads, I want the player to jump to a position mid-way though the MP3 file and begin playing from that position (not from the start of the track).
For some reason, if I do this from the listeners onInit() event handler the setPosition call doesn't work and the player fails to jump to the specified position. If I call the setPosition method later on (for example from a button press) it works ok.
Any ideas? Thanks.