Many people had this issue before http://www.flashcomguru.com/index.cfm/2007/1/17/Playing-a-live-FMS-stream-using-VideoDisplay-in-Flex2#comments
Does flex3 give access to internal video object/netstream of VideoDisplay ? On Dec 13, 2007 10:55 AM, YOGESH JADHAV <[EMAIL PROTECTED]> wrote: > Hi all, > I want to display live video from FMS server. Because > of some unknown reason , my VideoDisplay( which is on top of a panel ) > doesn't play rtmp source ( i plays http source happily). So I am now > creating Video object ,attaching a NetStream to it, adding as a child to an > UIComponent, and then 'addChilding' that UIComponnet to stage does my job. > But if i do remote_display.addChild(my_video_object) it does > not show up. How to display that video inside a panel/ or VideoDisplay ? > > Why flex dont provide a attachNetstream to VideoDisplay? Source is ok but > changing uri dynamically is a bit problem. > > -- > There is no point in knocking the "closed Windows" when the door is > "Open". Open your eyes, use open source software. > > > Regards, > Yogesh -- There is no point in knocking the "closed Windows" when the door is "Open". Open your eyes, use open source software. Regards, Yogesh

