RE: [Flashcoders] flv stop loading / close netconnection

2010-04-01 Thread David Hunter
Thanks for that clarification! Didn't realise that activeVideoPlayerIndex was a property you could set. Cheers > From: chichila...@gmail.com > Date: Wed, 24 Mar 2010 13:25:14 + > Subject: Re: [Flashcoders] flv stop loading / close netconnection > To: flashcoders@chat

Re: [Flashcoders] flv stop loading / close netconnection

2010-03-24 Thread mike donnelly
My experience is that you can't close the default vp (video player) in an FLVPlayback instance, so you *never* use it. What were they thinking?! Before you load a video, you set the vp index to whatever you want, just not zero! myflv.activeVideoPlayerIndex = 1 myflv.source ="hippo.flv" Then when

Re: [Flashcoders] flv stop loading / close netconnection

2010-03-23 Thread Andrew Kenward
Hi David when you .close() the connection to the netstream object/video it stops the download and you lose the connection. I would also remove it from the displaylist. If you then want to go back to that same video after using .close() then you have to make a new connection to the video. So rel

RE: [Flashcoders] flv stop loading / close netconnection

2010-03-23 Thread Cor
oders@chattyfig.figleaf.com Subject: RE: [Flashcoders] flv stop loading / close netconnection Thanks Cor, I've used that sort of call when stopping an flv from playing when closing a loaded swf. But in this case I need to be able to reconnect the flv again, I'm not disposing of the FLV

RE: [Flashcoders] flv stop loading / close netconnection

2010-03-22 Thread David Hunter
do from an instance of FLVPlayback! Cheers > From: c...@chello.nl > To: flashcoders@chattyfig.figleaf.com > Subject: RE: [Flashcoders] flv stop loading / close netconnection > Date: Mon, 22 Mar 2010 21:35:29 +0100 > > I had a kind of problem like that and the solution wa

RE: [Flashcoders] flv stop loading / close netconnection

2010-03-22 Thread David Hunter
ason but I'm sure it will come back and bite me. In the end I may have to make a new instance of FLVPlayback for each video and kill the old instance. Thanks, David > From: ematth...@webershandwick.com > To: flashcoders@chattyfig.figleaf.com > Date: Mon, 22 Mar 2010 15:31:52 -050

RE: [Flashcoders] flv stop loading / close netconnection

2010-03-22 Thread Cor
: maandag 22 maart 2010 21:32 To: Flash Coders List Subject: RE: [Flashcoders] flv stop loading / close netconnection >I need to use myFLV.getVideoPlayer(0).close() to stop the download Try myFLV.closeVideoPlayer() _ _ _ Erik Mattheis Senior Web Developer Minneapolis T  952 346 6610 C 612

RE: [Flashcoders] flv stop loading / close netconnection

2010-03-22 Thread Mattheis, Erik (MIN - WSW)
>I need to use myFLV.getVideoPlayer(0).close() to stop the download Try myFLV.closeVideoPlayer() _ _ _ Erik Mattheis Senior Web Developer Minneapolis T  952 346 6610 C 612 377 2272 Weber Shandwick Advocacy starts here. PRWeek Global Agency Report Card 2009 - Gold Medal Winner The Holmes Re

RE: [Flashcoders] flv stop loading / close netconnection

2010-03-22 Thread David Hunter
sorry, my emails always seem to lose returns somehow! very annoying. Essentially how do i stop a progressively downloading flv from continuing to download? All help greatly appreciated, David > From: davehunte...@hotmail.com > To: flashcoders@chattyfig.figleaf.com > Date: Mon, 22 Mar 2010 17:34