Heya Helen,

You're correct, they're still there ;-)
I was looking in the Classes directory for the as files themselves, without 
checking the components panel in the Flash IDE so 
assumed mx.controls.MediaDisplay was replaced by the FLVPlayback.

Have you tried setting the isLive property to true before setting the 
contentPath?

Also make sure to install the FLVPlayback update as it fixes some issues with 
streaming FLV's from FMS.
http://www.adobe.com/support/flash/downloads.html
http://download.macromedia.com/pub/flash/updates/flvplayback/flvplayback_1_0_1.zip

technote (mostly goes on about SMIL though):
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3acdb2ff

And one last thing, try leaving off the extension (.flv) when streaming from 
FMS.
Haven't done anything with streaming video in a long time, so not sure about 
that one..

regards,
Muzak

----- Original Message ----- 
From: "Helen Triolo" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Thursday, January 18, 2007 2:12 PM
Subject: Re: [Flashcoders] how to know that thae video is finished? 
usingFLVPlayback


> The MediaPlayback components do still exist -- they're just listed in the 
> Flash 6-7 folder in the components window.  I wanted to 
> use FLVPlayback for a recent video project but I can't get it to display the 
> streamed videos that are working fine with the 
> MediaPlayback component.  For the latter, I use
>
> setMedia("rtmp:/LT/myfile.flv")
>
> but there is no setMedia command for FLVPlayback, only contentPath, and 
> setting it to the above doesn't work, nor did setting 
> contentPath = "rtmp://<server address>/LT/myfile.flv"  or "rtmp://<server 
> address>/LT/stream/_definst_/myfile.flv"  -- any 
> suggestions?
>
> Helen
>
> Muzak wrote:
>
>>Flash 8 has a new (and improved) Video component
>>mx.controls.MediaDisplay no longer exists in Flash 8 and is replaced with 
>>mx.video.FLVPlayback
>>http://livedocs.macromedia.com/flash/8/main/00003477.html
>>
>>FLVPlayback component has a "complete" event:
>>http://livedocs.macromedia.com/flash/8/main/00003537.html
>>
>>regards,
>>Muzak
>>
>>----- Original Message ----- 
>>From: "Karina Steffens" <[EMAIL PROTECTED]>
>>To: "'Flashcoders mailing list'" <flashcoders@chattyfig.figleaf.com>
>>Sent: Thursday, January 18, 2007 1:23 PM
>>Subject: RE: [Flashcoders] how to know that thae video is finished?
>>
>>
>>
>>>Isn't it amazing that Adobe/MM never bothered setting up a simple
>>>onStopMovie event?...
>>>


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to