[flexcoders] Re: Changing video sources in the middle of the... er.. stream

2008-09-03 Thread stephendricketts
Is there an example of a way to have a video display without using the VideoDisplay component? Maybe that would work here. sr --- In flexcoders@yahoogroups.com, Simon Bailey [EMAIL PROTECTED] wrote: Oh sorry didnt realise you were using VideoDisplay, sorry never use or used that

[flexcoders] Re: Changing video sources in the middle of the... er.. stream

2008-09-02 Thread stephendricketts
Actually, I thought about that but found that the VideoDisplay didn't have that as a method so I found an example that used: import mx.core.mx_internal; In the program I wrote... pubVideo.mx_internal::videoPlayer.clear(); pubVideo.attachCamera(cam); But that didn't have any effect on the

Re: [flexcoders] Re: Changing video sources in the middle of the... er.. stream

2008-09-02 Thread Simon Bailey
Oh sorry didnt realise you were using VideoDisplay, sorry never use or used that component.. :S On 2 Sep 2008, at 22:21, stephendricketts wrote: Actually, I thought about that but found that the VideoDisplay didn't have that as a method so I found an example that used: import