Este es el código que tengo por ahora:
Código:
Como lo debo de hacer? var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc); the_video.attachVideo(ns); ns.setBufferTime(5); ns.play("video.flv");