RE: [Flashcoders] Remove / Hide a video component

2007-01-31 Thread Paul Steven
me an error. Any help much appreciated! Thanks Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Steven Sent: 30 January 2007 18:28 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Remove / Hide a video component Thanks - yea

RE: [Flashcoders] Remove / Hide a video component

2007-01-30 Thread Paul Steven
: Re: [Flashcoders] Remove / Hide a video component I just did a quick test and dragged a component on stage and set myvid._visible = false; and it seemed to hide the component just fine Failing that you could always change it's x or y position to somewhere off stage like myvid._x = -1000

Re: [Flashcoders] Remove / Hide a video component

2007-01-30 Thread Mick G
I just did a quick test and dragged a component on stage and set myvid._visible = false; and it seemed to hide the component just fine Failing that you could always change it's x or y position to somewhere off stage like myvid._x = -1000 On 1/30/07, Paul Steven <[EMAIL PROTECTED]> wrote: I