[Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
Hi List, I am using the FLVPlayback component and have a really strange problem: I have a videoloader class (Singleton) that I instansiate, then I throw in an array of videos and it plays them sequentiallylike this: (FPB is a reference to the FLVplayback-instance on stage) public function

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Ashwan Wadhwa
:[EMAIL PROTECTED] On Behalf Of Wouter Steidl Sent: Wednesday, April 26, 2006 3:43 PM To: 'Flashcoders mailing list' Subject: [Flashcoders] Strnge FLVplayback problem Hi List, I am using the FLVPlayback component and have a really strange problem: I have a videoloader class (Singleton

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
Of Ashwan Wadhwa Sent: Wednesday, April 26, 2006 10:08 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Strnge FLVplayback problem You may want to wait for the ready event to fire(after you set the contentPath)and then issue the play command. MM Help example here: http

Re: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Mike Boutin
? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ashwan Wadhwa Sent: Wednesday, April 26, 2006 10:08 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Strnge FLVplayback problem You may want to wait for the ready event to fire(after you set

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Wednesday, April 26, 2006 10:27 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Strnge FLVplayback problem Have you tried using netstream object to play your flvs instead? Wouter Steidl wrote: Thx for your respose, But I cant

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Steve Krichten
What do you mean by from a different project In any case, I don't think you should use the same video player index for different videos. I have encountered many problems when doing that. So here is what I do.. private function _playVideo(url:String) { if

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Ashwan Wadhwa
) ? a -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wouter Steidl Sent: Wednesday, April 26, 2006 4:47 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Strnge FLVplayback problem Well., the whole setu is with the playback component

Re: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Mike Boutin
project.. Any more thoughts? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ashwan Wadhwa Sent: Wednesday, April 26, 2006 10:08 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Strnge FLVplayback problem You may want to wait

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
PROTECTED] On Behalf Of Mike Boutin Sent: Wednesday, April 26, 2006 11:13 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Strnge FLVplayback problem Using the netstream is the same idea as using the component, you can pass in multiple flv's to the same netstream / controls. Wouter

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Asai
on a particular flv file (did you try going to 1C.flv) ? a -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wouter Steidl Sent: Wednesday, April 26, 2006 4:47 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Strnge FLVplayback problem