Flash模拟mp3流
是否可以用Flash中的本地mp3来模拟流媒体mp3?
Is it possible to simulate streaming mp3s with local mp3s in flash?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以用Flash中的本地mp3来模拟流媒体mp3?
Is it possible to simulate streaming mp3s with local mp3s in flash?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果 swf 是本地加载的,那么它可以加载本地 mp3。如果 swf 来自网络,那么 mp3 也必须来自网络(或者具有另一个主机的有效跨域文件)。
If the swf is loaded locally then it can load local mp3s. If the swf is from the web, then the mp3s also have to come from the web (or have a valid cross domain file for another host).
如果您有播放器的源代码,您可以使用 Flash IDE 在本地测试流媒体。
加载主FLA,然后Contreol->TestMovie,编译时转到View->Simulate Download。
您还可以打开“视图”->“带宽分析器”或在“视图”->“下载设置”中更改速度设置。
If you have the source code of the player you can use Flash IDE to test the streaming locally.
Load the main FLA, then Contreol->TestMovie, when it compiles go to View->Simulate Download.
You can also open the View->Bandwidth profiler or change the speed settings in View->Download Settings.