|
Hello. Can someone provide Stream example, this is
FMS code application.myStream
= Stream.get("track"); application.myStream.> trace(info.code
+ " (level:" + info.level + ")"); if(info.code
== "NetStream.Play.Stop"){ }else
if (info.code == "NetStream.Data.Start"){ }else
if(info.code == "NetStream.Play.StreamNotFound" || info.code ==
"NetStream.Failed"){ } }; application.myStream.play("mp3:test",
0, 30); how this look in Red5? thanks |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
