Thanks for the info Joseph, I think I'll look into using Flex2. joseph wamicha <[EMAIL PROTECTED]> wrote: Look at the examples in the following directory of your red5 server for examples on how to use .fla (AS2) to connect to red5: swf/DEV_Source/
An example of how to use Flex2 (AS3) using John Grden's player: http://www.rockonflash.com/red5/demos/samples/Red5Samples.zip I personally prefer flex2 because the UI is defined using XML syntax and it allows UI dev on Linux since MX studio is not supported on Linux. >Thanks for the info Michael. But it really didn't address my original >questions. Still looking for specific answers... Michael Klishin < flash at novemberain.com> wrote: Flash standart library components are built on top of several classes like Video, NetConnection and NetStream. That's exactly what John used to create his own classes for Red5 demo applications. What you are talking about looks more like a client-side framework using, say, Registry design pattern for net connections pool that are accessible from anywhere in your app. But that's the question of application design and can be discussed for years. There are no "Red5 components" as well as "required components" at client-side in Flex/Flash. You just use several simple classes and handle events. You can build much more complicated frameworks with it if you wish. On 04/01/07, oke _ wrote: > At this point, I'm still missing how to tie a Red5 component to my net > connection. Do you have to explicitly create a net connection object? If so, > how would you make sure all the components on the stage "talk" to the > connection object? And if not, where/how do you specify the url of the > remote server and tie the stage objects to it? > Thanks. -- C is forever. _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
