Helen, have you set the FlvPlayback to autoPlay, or told it to play manually? I'm looking at the docs and there seem to be a few ways to load the videos:
my_FLVPlybk.contentPath = "rtmp://my_servername/my_application/stream.flv"; my_FLVplybk.load(contentPath:String[, totalTime:Number, isLive:Boolean]) my_FLVplybk.play ([contentPath:String, totalTime:Number, isLive:Boolean]) Mind you, I haven't tried any yet... Karina > -----Original Message----- > From: Helen Triolo [mailto:[EMAIL PROTECTED] > Sent: 18 January 2007 15:46 > To: Flashcoders Mailing List > Subject: [Flashcoders] Specifying contentPath for FLVPlayer > > Realized this should have its own thread instead of hijacking > natalia's: > > I can't get the FLVPlayback component 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" -- the video never > shows up. > Any suggestions? > > Helen > > > > > > _______________________________________________ > [email protected] > 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 > _______________________________________________ [email protected] 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

