Playing mp3 files - MetaData?
We're using Amazon S3 and Cloudfront to deliver RTMPE streams to Flash player - so that we can somewhat protect the audio files. I have it working except that I cannot figure out how to get the duration of the audio. onMetaData doesn't fire at all... and the NetStream.info object only contains current data - it doesn't have the bytes loaded / total... Plus I get only 0 from NetStream.bytesTotal and bytesLoaded. I need this info to create a progress bar...
Anything I can do?
