gpt4 book ai didi

android - AS3 Shoutcast 流在 AIR 3.2 中不起作用

转载 作者:行者123 更新时间:2023-12-03 02:20:09 25 4
gpt4 key购买 nike

我正在使用 Adob​​e Flash CS6 和 ActionScript 3 制作一个简单的移动 radio 应用程序。下面的代码在针对 Flash Player 11.2 时工作得非常好,但对于 iOS、Android 和桌面的 AIR 3.2 却失败了。听不到声音,但也没有错误发生。

var channel:SoundChannel;
var sound:Sound = new Sound();

sound.load(new URLRequest("http://groove.wavestreamer.com:9579/"));

channel = sound.play();

最佳答案

在您的 sound.load 之后设置 true 例如

     sound = new Sound();
sound.loadSound ("http://groove.wavestreamer.com:9579/;",true);

另请查看 this

关于android - AS3 Shoutcast 流在 AIR 3.2 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14417550/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com