Re: [flexcoders] How to clear video image from VideoDisplay?

2007-02-19 Thread Young Kim

Thanks!! Works great!!

On 2/18/07, cisnky [EMAIL PROTECTED] wrote:


  Use the close method.

.close();


On 2/18/07, ad9798 [EMAIL PROTECTED] wrote:

   Video class has method called 'clear()' to clear out the image from
 displaying it, but I can't find similar function to clear out image
 from VideoDisplay? Any ideas?


 



Re: [flexcoders] How to clear video image from VideoDisplay?

2007-02-18 Thread cisnky

Use the close method.

.close();


On 2/18/07, ad9798 [EMAIL PROTECTED] wrote:


  Video class has method called 'clear()' to clear out the image from
displaying it, but I can't find similar function to clear out image
from VideoDisplay? Any ideas?