|
Home > Archive > Macromedia Flash Server > June 2005 > MediaDisplay Component and FlashComm
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]
| Author |
MediaDisplay Component and FlashComm
|
|
| Brandon_Krakowsky-A5pIpylr7pFSljaRc5+PrA@publi 2005-06-15, 8:45 pm |
| Can't seem to get this to work. What am I doing wrong?
var baseNC = new NetConnection();
baseNC.connect("rtmp://address");
var baseNS = new NetStream(baseNC);
speakerVid.setMedia("vid1", "FLV");
speakerVid.autoPlay = true;
Thanks,
Brandon
=-----------------------------------------------------------
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
| |
| Brandon_Krakowsky-A5pIpylr7pFSljaRc5+PrA@publi 2005-06-15, 8:45 pm |
| Got it. Looks like I just connect directly. No NetConnection or
NetStream necessary.
speakerVid.setMedia("rtmp://address/vid1.flv", "FLV");
Thanks,
Brandon
Brandon_Krakowsky-A5pIpylr7pFSljaRc5+PrA@public.gmane.org
Sent by: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
06/15/2005 10:17 AM
Please respond to
FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
To
FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
cc
FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>,
flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject
[FlashComm] MediaDisplay Component and FlashComm
Can't seem to get this to work. What am I doing wrong?
var baseNC = new NetConnection();
baseNC.connect("rtmp://address");
var baseNS = new NetStream(baseNC);
speakerVid.setMedia("vid1", "FLV");
speakerVid.autoPlay = true;
Thanks,
Brandon
=-----------------------------------------------------------
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
=-----------------------------------------------------------
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
| |
| Stefan Richter 2005-06-15, 8:45 pm |
| If that app is local try
baseNC.connect("rtmp:/address");
(only 1 /)
Stefan
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
Brandon_Krakowsky-A5pIpylr7pFSljaRc5+PrA@public.gmane.org
Sent: Wednesday, June 15, 2005 3:18 PM
To: FlashComm Mailing List
Cc: FlashComm Mailing List; flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] MediaDisplay Component and FlashComm
Can't seem to get this to work. What am I doing wrong?
var baseNC = new NetConnection();
baseNC.connect("rtmp://address");
var baseNS = new NetStream(baseNC);
speakerVid.setMedia("vid1", "FLV");
speakerVid.autoPlay = true;
Thanks,
Brandon
=-----------------------------------------------------------
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
=-----------------------------------------------------------
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
|
|
|
|
|