I recently (well not recently but a couple of months back) bought the Foundation AS3 book. They mentioned that some download manager causes flash to fail loading mp3 files, and a way to bypass this is to change the suffix to whatever you want, in their example they wrote that sound.mp3 could be changed to sound.fsf and it will load just fine. I tried, in one minor difference from the book is that my codes are in a static function, but it threw this error:
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
if I change it back to mp3, everything goes the way it should without errors. I know it would be possible to just change the extension because I once tried changing xml extension to php and it works just fine, but is there some sort of logic in that that I am missing?
thanks for help