开发者

How to play MP3's from socket connections in Flash AS3?

开发者 https://www.devze.com 2022-12-22 17:15 出处:网络
How to play mp3\'s from socket connections in Flash AS3? I have some simple programm which is listening to so开发者_运维技巧me port (TCP).

How to play mp3's from socket connections in Flash AS3?

I have some simple programm which is listening to so开发者_运维技巧me port (TCP).

I connect to it using as3 sockets and it starts sending me mp3 data

How to play that data?


You can find the start her: http://www.adobe.com/devnet/flash/articles/dynamic_sound_generation/. Though I am not aware of any way to decode the mp3 from bytes in as3. Of cause the functionality must be somewhere in Flash Player, but I am not sure if it is exposed in AS3. Though properly someone else tried to this before, so there might be a ready solution out there. But i would bet more on you other related question.

0

精彩评论

暂无评论...
验证码 换一张
取 消