|
Home > Archive > Macromedia Flash Server > May 2005 > "detach" video?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Michael Kønig 2005-05-02, 7:45 am |
| Very simple question,
I have a netStream that I attach a video to and publish. I then later close
the connection to the FCS (close()), but how do I "detach" the video. I
simply don't want the client to see his own webcam anymore?
Thanks
/Michael
________________________________________
_________________________
Få alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Bill Sanders 2005-05-02, 7:45 am |
| Hi Michael,
video.clear();
HTH,
Bill
On May 2, 2005, at 5:07 AM, Michael K=F8nig wrote:
> Very simple question,
>
> I have a netStream that I attach a video to and publish. I then =20
> later close the connection to the FCS (close()), but how do I =20
> "detach" the video. I simply don't want the client to see his own =20
> webcam anymore?
>
> Thanks
>
> /Michael
>
> ________________________________________
_________________________
> F=E5 alle de nye og sjove ikoner med MSN Messenger http://=20
> messenger.msn.dk/
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Michael Kønig 2005-05-02, 7:45 am |
| Hej Bill,
Did it and its like it breks for one frame and then its right back on?
>From: Bill Sanders <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
>Reply-To: FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>To: FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>Subject: Re: [FlashComm] "detach" video?
>Date: Mon, 2 May 2005 05:13:24 -0400
>
>Hi Michael,
>
>video.clear();
>
>HTH,
>Bill
>
>On May 2, 2005, at 5:07 AM, Michael Kønig wrote:
>
>
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
________________________________________
_________________________
Undgå pop-ups med MSN Toolbar - http://toolbar.msn.dk/ hent den gratis!
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Bill Sanders 2005-05-02, 7:45 am |
| Hej Michael,
Here's what I use and it works fine:
NetStream.close();
Video.clear();
You might also try,
Video.attachVideo(null);
That ought to clear it out.
Bill
On May 2, 2005, at 5:28 AM, Michael K=F8nig wrote:
> Hej Bill,
>
> Did it and its like it breks for one frame and then its right back on?
>
>
>
> ________________________________________
_________________________
> Undg=E5 pop-ups med MSN Toolbar - http://toolbar.msn.dk/ hent den =20
> gratis!
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
|
| var nyVidObj:Video
nyVidObj.attachVideo (null);
nyVidObj.clear();
a
> Hej Bill,
>
> Did it and its like it breks for one frame and then its right back on?
>
>
>
> ________________________________________
_________________________
> Undg=E5 pop-ups med MSN Toolbar - http://toolbar.msn.dk/ hent den grat=
is!
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Michael Kønig 2005-05-02, 7:45 am |
| Hej,
Video.attachVideo(null) works fine, but I cant get Video.clear() to
work...But thanks, it works and Ill look into it...
/Michael
>From: Bill Sanders <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
>Reply-To: FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>To: FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
>Subject: Re: [FlashComm] "detach" video?
>Date: Mon, 2 May 2005 05:45:22 -0400
>
>Hej Michael,
>
>Here's what I use and it works fine:
>
>NetStream.close();
>Video.clear();
>
>You might also try,
>
>Video.attachVideo(null);
>
>That ought to clear it out.
>
>Bill
>
>
>On May 2, 2005, at 5:28 AM, Michael Kønig wrote:
>
>
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
________________________________________
_________________________
Undgå pop-ups med MSN Toolbar - http://toolbar.msn.dk hent den gratis!
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|