>> I am also using the FLVPlayback Component, but accessed the NetStream from 
>> the component to close it:
>>this.video.getVideoPlayer(0).close();
>>this.video.getVideoPlayer(0).netStream.close();

I get a null error when I run that:

if (_flvPlayback != null)
{
        _flvPlayback.getVideoPlayer(0).close();
        _flvPlayback.getVideoPlayer(0).netStream.close(); //<--Null error here
...

The null error is on the second statement 
(_flvPlayback.getVideoPlayer(0).netStream.close();), not the first 
(_flvPlayback.getVideoPlayer(0).close();). 

??


 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to