Hi,
I've been using Flash to deliver audio clips on a work-related eLearning project I've put together.
The Flash loads in an mp3 (constant bitrate @ 32kbps) file and then plays a clip from that file using sound.start(startTime) and polling the sound.position property to stop the file when the clip has been played.
This all works fine with Flash Player 8 installed, but as soon as I install Flash Player 9, the audio clip doesn't start playing from the given position.
I've even created a little fla that just loads in one of my audio files and plays it from 10 seconds in - still going pear-shaped!
Instead it's playing from about 15 seconds into the file!Code:var mySound:Sound=new Sound(); mySound.onLoad=function(){ mySound.start(10,0); } mySound.loadSound("audio/ChildProtection_00.mp3");
Anyone got any thoughts on what might be going on here?
Any help gratefully received - I'm pulling my hair out here.
Cheers,
NickJ




Bookmarks