macromedia flash handhelds:
Hello,
I am loading a streaming sound into my flash application by using the
following commands:
my_sound = new Sound();
my_sound.loadSound("http://[path], true);
It works fine on my PC, but unfortunately the Pocket PC Flash ignores the
streaming directive and plays the mp3 only if it is completely loaded into the
cache.
Does anybody know how to change this behaviour? I set the parameter
_soundbuftime = 1 in order to start the sound immediately but it didn?t had any
effect.
-- tobi