PDA

View Full Version : no NetStream? How does this video work?


mperla
09-05-2007, 01:16 AM
Howdy,
On this tutorial, I can't figure out how they hook up the flv:http://www.betriebsraum.de/blog/2007/02/27/flash-video-tip-1-calculating-an-optimal-buffer-size/

I cant seem to find anything that resemples:
nc = new NetConnection();
nc.connect(null);
ns = new NetStream(my_nc);

Or any sort of netstream actionscript.

Am I missing it somehow?

How does the video work without such code?

I want to do "onStatus" but I am not sure where to find the name of the netStream.

Thanks,
mperla

Flash Gordon
09-05-2007, 02:40 AM
looks like he is using a component. You don't need netstream for that.

mperla
09-05-2007, 01:48 PM
So is it possible to tell the percentage of the buffer filled for a FLVPlayback component? It does not seem like I can get "bufferLength" from a FLVPlayback component.

Thanks!