Re: [Flashcoders] FLVPlayback connectionError

2006-07-31 Thread Jerome Cordiez
Good things to know I think I'll look further into this next time i have to deal with flv players, for now i'll simply stick with the above mentionned hack, can't afford to waste any more time experimenting :) Thank you very much for your input, it'll certainly come in handy the next time!

RE: [Flashcoders] FLVPlayback connectionError

2006-07-28 Thread Matt Haworth
Hi, I can't test this because I'm at work, but could you try setting up two key frames with an FLV playback component in each on the timeline (with the same name/ref), then flick between them in the hope it will reset the component to a default state? It's a bit of a long shot, but I 'fixed'

Re: [Flashcoders] FLVPlayback connectionError

2006-07-28 Thread Jerome Cordiez
Hi, thanks a lot! Actually, if not proven wrong, i will believe this is the best work-around :) What I did : embed the flvplayback component in a 3 keyframes movieclip : frame 1 blank frame 2 with the video component and a stop action frame 3 with the default error picture According to the

Re: [Flashcoders] FLVPlayback connectionError

2006-07-28 Thread Steve Krichten
One thing to note about the FLV Playback component is that under the hood it uses VideoPlayer Objects. I believe if you use SMIL to make the player play multiple videos, the FLV Playback will use a new VideoPlayer Object for each new video that is requested. If you are not using SMIL, it