hi,
i’m using
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
video.attachVideo(ns);
to play my FLVs. i don’t want play, pause, rewind buttons or anything, but what i do need, is to know when the video has reached it’s end, so that i can ‘gotoAndPlay(something else);’
i found FLVPlayback.complete, but this is just for components (?). is there an equivalent?
thanks very much,
-Hazza.