My mp3 audio doesn’t want to stream!!! I noticed that it streams alright when I’m connected through the 56k modem, but through the fast internet (and firewall) it streams NO SOUND! Why? Similar .swf apps which stream mp3 work perfectly well even behind the firewall.
My app - click here. Click the “ENTER” button and the sound should start to stream immediately - sometimes it does, sometimes it doesn’t - depending of a connection (in the lower left corner there’s a streaming indicator).
[COLOR=royal blue]The way which the sound is initialized is “classic”:
-
I make an empty MovieClip (soundMC) and drag it into stage.
-
Then I attach external mp3 into it (“sound1.mp3”):
sound1 = new Sound(soundMC);
sound1.attachSound(“sound1.mp3”);
sound1.setVolume(50);
[/COLOR]
It works OK on my computer and through the modem, but through LAN/PROXY it doesn’t … :*(
???