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