I have an application, built using Actionscript 3, that plays mp3 files. AS3 sometimes reports the length of the file incorrectly. I asked a question about this a couple of weeks ago and got a link to:
http://www.kirupa.com/forum/showthread.php?332063-Incorrect-sound-length-property-value
I am including the correct length in an XML file, and thought it would be fairly easy to get AS3 to play the file correctly using that value. Unfortunately the file stops playing at the length AS3 thinks is the right value rather than the real length.
Is there a solution?