I’ve noticed that my streaming mp3s load about 50% of the way before they start playing. It takes several seconds. Should it take this long? My files average about 3 MB
Is it set for streaming?
Check the actionscript dictionary about the loadSound object.
–EP
Also see the [font=courier new]_soundbuftime[/font] property.
Yes, they are set for streaming. I use the loadSound(mysong.mp3, true) command. ‘true’ should set them to streaming. If you watch them, you see that they do start playing before the entire file is loaded so it seems to be working, it just seem to take longer that it should.
I wasn’t aware of the _soundbuftime property. I’ll look into that. Thanks!