Flash simulate mp3 streaming
Is it 开发者_开发技巧possible to simulate streaming mp3s with local mp3s in flash?
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).
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.
精彩评论