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 _ <[EMAIL PROTECTED]> 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. -- This was freedom. Losing all hope was freedom. Flex wiki (russian): flexwiki.novemberain.com Red5 bug track: jira.red5.org Red5 wiki: wiki.red5.org [use JIRA account] Chasing the beauty in programming: www.ruby-lang.org | www.rubyonrails.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
