I downloaded flex 3 and managed to package up an AIR version. However I 
had to refactor the filename to Red5Admin as its more descriptive than 
ControlPanel. My eclipse ant build version will not compile the air for 
some reason though.


    <target name="package" depends="build">
                <java jar="${ADT.JAR}" fork="true" failonerror="true">
                    <arg value="-package"/>
                    <arg value="${PACKAGE_DIR}/${AIR_NAME}"/>
                    <arg value="${APP_DESCRIPTOR}"/>
                    <arg value="-C"/>
                    <arg value="${DEPLOY_DIR}"/>
                    <arg value="${APP_NAME}.swf"/>
                    <!--
                   
                    <arg value="-C"/>
                    <arg value="${assets}"/>
                    <arg value="icons"/>
                    -->
                </java>
        </target>

Martijn van Beek wrote:
> If everything goes alright I have internet access tomorrow. I will 
> make a AIR wrapper for the Panel. Flex 3 is not so different from Flex 
> 3 in code, its more the IDE where the big changes are. (the framework 
> get's an update to but it's still not super new). AIR = apollo and the 
> name apollo was an code name like whistler.
>
> On 7/6/07, *Dan Rossi* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Thats the idea, I forgot about that, its painful to keep up. I thought
>     Apollo was going to be called Apollo. This is the one major gripe
>     about
>     the flash platform, they cant make up their mind in this technology
>     race. You just manage to learn the API of flex 2 and get comfortable
>     with it, now 3 is coming out :)
>
>     check this
>
>     http://airchive.codeapollo.com/browse.php?show=latest
>
>     Ok im searching for an ant build for AIR, i saw an example not
>     sure if
>     its exact.
>
>     Martijn van Beek wrote:
>     > Adobe AIR is a better solution is my guess. I could make an AIR file
>     > of the project (also nice to experiment with).
>     >
>     > On 7/6/07, *Dan Rossi* < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>
>     wrote:
>     >
>     >     No idea I reckon we clean that acegi code up first, because
>     that wiki
>     >     page was halfbaked and return proper reject messages to the
>     client
>     >     first
>     >     maybe ? Ive included a mac projector in that zip, is it possible
>     >     to make
>     >     the same on the pc standalone ?
>     >
>     >     Martijn van Beek wrote:
>     >     > Hi Dan,
>     >     >
>     >     > Pretty neat. Thanks! Do you know something about the progress
>     >     > concerning submitting the admin panel to the svn? (maybe I
>     missed
>     >     > something)
>     >     >
>     >     > Cheers,
>     >     > Martijn
>     >     >
>     >     > On 7/5/07, *Dan Rossi* <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     > <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>>
>     >     wrote:
>     >     >
>     >     >     Ive added quickly the clear text based authentication.
>     I also
>     >     >     started on
>     >     >     the client registry example from that page and bits
>     >     commented out
>     >     >     in the
>     >     >     code and xml files, but its terrible documentation,
>     and was
>     >     full of
>     >     >     missing bits and discrepancies as the clientregistry
>     had no
>     >     way of
>     >     >     getting the scope context like it said. Somebody maybe
>     want
>     >     to add the
>     >     >     authentication part back into the clientregistry class
>     >     properly, which
>     >     >     throws a clientrejection class aparantly. The
>     rejectclient also
>     >     >     doesnt
>     >     >     send the reject message back to the client ?
>     >     >
>     >     >     Anyway it works as suggested, even though it may be
>     >     overkill, its prob
>     >     >     always best to use a standard authentication API like
>     this ?
>     >     >
>     >     >     http://www.electroteque.org/red5/Admin%20Panel.zip
>     <http://www.electroteque.org/red5/Admin%20Panel.zip>
>     >     >
>     >     >
>     >     >     Martijn van Beek wrote:
>     >     >     > The restart button is a fake button. It is there for the
>     >     future
>     >     >     (i hope).
>     >     >     >
>     >     >     > It should restart an application like we can in FMS
>     >     >     >
>     >     >     > On 7/4/07, *Dan Rossi* <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     > <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     > <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>>
>     >     >     wrote:
>     >     >     >
>     >     >     >     Question about the code is, was there a need to
>     >     rewrite it,
>     >     >     would
>     >     >     >     you be
>     >     >     >     able to expose AMF methods which gets the
>     information
>     >     >     obtained via
>     >     >     >     JMX ?
>     >     >     >     Its pretty much the same things and then it can prob
>     >     manage
>     >     >     a few
>     >     >     >     things. How does the restart stuff work, it
>     didnt seem to
>     >     >     function.
>     >     >     >
>     >     >     >     Lenny Sorey wrote:
>     >     >     >     > Martijn,
>     >     >     >     >
>     >     >     >     > I had to change a couple of items and add a
>     >     context.xml for it
>     >     >     >     to work
>     >     >     >     > in Tomcat.
>     >     >     >     >
>     >     >     >     > After you have released you final source, I can
>     >     writeup some
>     >     >     >     > instructions for Tomcat
>     >     >     >     > users.
>     >     >     >     >
>     >     >     >     > But again, pretty neat app.  Thanks again.
>     >     >     >     >
>     >     >     >     > Regards,
>     >     >     >     >
>     >     >     >     > Lenny
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     > On 7/4/07, *Martijn van Beek* <
>     >     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> >
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>>
>     >     >     >     > <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>>>> wrote:
>     >     >     >     >
>     >     >     >     >     Thanks Lenny,
>     >     >     >     >
>     >     >     >     >     I didn't know that would be possible :d
>     >     >     >     >     I dunno tomcat that's why ;)
>     >     >     >     >
>     >     >     >     >     Cheers,
>     >     >     >     >     Martijn
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >     On 7/3/07, *Lenny Sorey* <
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     >     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>
>     >     >     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     >     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>
>     >     >     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>>> wrote:
>     >     >     >     >
>     >     >     >     >         Hello Martijn,
>     >     >     >     >
>     >     >     >     >         I now have you app running within Tomcat
>     >     red5 app.
>     >     >     >     >
>     >     >     >     >         I now can connect to any red5 server.
>     >     >     >     >
>     >     >     >     >         Pretty neat app.
>     >     >     >     >
>     >     >     >     >         Lenny
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >         On 7/3/07, *Martijn van Beek* <
>     >     >     [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto:
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>>
>     >     >     >     >         <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>> >> wrote:
>     >     >     >     >
>     >     >     >     >             That looks easy (I will look at it
>     this
>     >     evening).
>     >     >     >     >
>     >     >     >     >             If I had internet at home
>     development would
>     >     >     >     accelerate :s
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >             On 7/3/07, *Dan Rossi* <
>     >     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>
>     >     >     >     >             <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>>>> wrote:
>     >     >     >     >
>     >     >     >     >
>     >     >     >
>     >     >
>     >    
>     http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security
>     <http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security>
>     >    
>     <http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security>
>     >     >     >     >                 <
>     >     >     >
>     >     >
>     >    
>     http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security
>     >     <
>     http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security>
>     >     >
>     >     <
>     http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security>
>     >     >     >
>     >     >     <
>     >    
>     http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security
>     <http://jira.red5.org/confluence/display/docs/Red5+and+Acegi+Security>>>
>     >     >     >     >
>     >     >     >     >                 Martijn van Beek wrote:
>     >     >     >     >                 > Acegi looks with a quick
>     look as a
>     >     complete
>     >     >     >     solution
>     >     >     >     >                 (even overkill).
>     >     >     >     >                 >
>     >     >     >     >                 > I never worked on a project
>     like
>     >     this.
>     >     >     How do
>     >     >     >     we or
>     >     >     >     >                 where do we set up
>     >     >     >     >                 > the project?
>     >     >     >     >                 >
>     >     >     >     >                 > On 7/3/07, * Dan Rossi* <
>     >     >     >     [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>
>     >     >     >     >                 <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>>
>     >     >     >     >                 > <mailto:
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>>
>     >     >     >     >                 <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>
>     >     >     >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>     >     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>>>>>> wrote:
>     >     >     >     >                 >
>     >     >     >     >                 >     Martijn van Beek wrote:
>     >     >     >     >                 >     > I use WinRar and he
>     claims
>     >     the zip
>     >     >     is good.
>     >     >     >     >                 >     >
>     >     >     >     >                 >     > Dan: I still have to
>     look at
>     >     >     authentication
>     >     >     >     >                 which isn't my biggest
>     >     >     >     >                 >     > priority. I first want the
>     >     tool to be
>     >     >     >     useful
>     >     >     >     >                 for looking at
>     >     >     >     >                 >     statistics
>     >     >     >     >                 >     > and for killing
>     connections
>     >     (which is
>     >     >     >     the main
>     >     >     >     >                 reason I
>     >     >     >     >                 >     developed it).
>     >     >     >     >                 >     >
>     >     >     >     >                 >     > We could create a project
>     >     >     somewhere so
>     >     >     >     we can
>     >     >     >     >                 work together :d
>     >     >     >     >                 >     OK well im already
>     looking at
>     >     Acegi
>     >     >     for a
>     >     >     >     token
>     >     >     >     >                 system which is
>     >     >     >     >                 >     far off
>     >     >     >     >                 >     still. There was also a blog
>     >     about
>     >     >     >     implementing
>     >     >     >     >                 acegi with clear text
>     >     >     >     >                 >     passwords which is prob
>     the first
>     >     >     thing that
>     >     >     >     >                 could be done.
>     >     >     >     >                 >
>     >     >     >     >                 >     >
>     >     >     >     >                 >     > I developed using debian
>     >     with JDK1.6.0
>     >     >     >     >                 >     Im on OSX JDK 1.5,
>     Kubuntu and
>     >     >     Win2K3 JDK
>     >     >     >     1.6.1
>     >     >     >     >                 >
>     >     >     >     >                 >     Waiting for leapord to
>     get JDK
>     >     1.6,
>     >     >     its a
>     >     >     >     scam I
>     >     >     >     >                 still think just
>     >     >     >     >                 >     to get
>     >     >     >     >                 >     the next major java
>     releases.
>     >     >     >     >                 >
>     >     >     >     >                 >
>     >     >     >     _______________________________________________
>     >     >     >     >                 >     Red5 mailing list
>     >     >     >     >                 >     Red5@osflash.org
>     <mailto:Red5@osflash.org>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>>> <mailto:
>     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>
>     >     >     >     >                 <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     >     <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org> <mailto:Red5@osflash.org
>     <mailto:Red5@osflash.org>>
>     >     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >>><mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     >     <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org> <mailto:Red5@osflash.org
>     <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org> <mailto:
>     Red5@osflash.org <mailto:Red5@osflash.org>>>>
>     >     >     >     >                 <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>>>>>>
>     >     >     >     >                 >
>     >     >     >    
>     http://osflash.org/mailman/listinfo/red5_osflash.org
>     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     <
>     http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     >                 >
>     >     >     >     >                 >
>     >     >     >     >                 >
>     >     >     >
>     >     >
>     >    
>     ------------------------------------------------------------------------
>
>     >     >     >     >                 >
>     >     >     >     >                 >
>     >     >     _______________________________________________
>     >     >     >     >                 > Red5 mailing list
>     >     >     >     >                 > Red5@osflash.org
>     <mailto:Red5@osflash.org>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org> <mailto:
>     Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>
>     >     >     >     <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org> <mailto:Red5@osflash.org
>     <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org> <mailto:
>     Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>>
>     >     >     >     >                 >
>     >     >     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     >     >     >                 >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     _______________________________________________
>     >     >     >     >                 Red5 mailing list
>     >     >     >     >                 Red5@osflash.org
>     <mailto:Red5@osflash.org>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>> <mailto:
>     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>
>     >     >     >     <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org> <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>>
>     >     >     >     >
>     >     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     < http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     _______________________________________________
>     >     >     >     >             Red5 mailing list
>     >     >     >     >             Red5@osflash.org
>     <mailto:Red5@osflash.org>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>> <mailto:
>     Red5@osflash.org <mailto:Red5@osflash.org>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>
>     >     >     >     <mailto: Red5@osflash.org
>     <mailto:Red5@osflash.org> <mailto:Red5@osflash.org
>     <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org> <mailto:
>     Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>>
>     >     >     >     >
>     >     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     <
>     http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >        
>     _______________________________________________
>     >     >     >     >         Red5 mailing list
>     >     >     >     >         Red5@osflash.org
>     <mailto:Red5@osflash.org> <mailto:Red5@osflash.org
>     <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>> <mailto:
>     >     >     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>>
>     >     >     >     >
>     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     < http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >    
>     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >    
>     _______________________________________________
>     >     >     >     >     Red5 mailing list
>     >     >     >     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>> <mailto:
>     >     >     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org> <mailto:
>     Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>>
>     >     >     >     >
>     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     < http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >
>     >     >
>     >    
>     ------------------------------------------------------------------------
>
>     >     >     >     >
>     >     >     >     > _______________________________________________
>     >     >     >     > Red5 mailing list
>     >     >     >     > Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>
>     >     >     >     >
>     http://osflash.org/mailman/listinfo/red5_osflash.org
>     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >     >
>     >     >     >
>     >     >     >
>     >     >     >     _______________________________________________
>     >     >     >     Red5 mailing list
>     >     >     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>>
>     >     >     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     >     >     <
>     http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >
>     >     >     >
>     >     >     >
>     >     >
>     >    
>     ------------------------------------------------------------------------
>     >     >
>     >     >     >
>     >     >     > _______________________________________________
>     >     >     > Red5 mailing list
>     >     >     > Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto: Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     > http://osflash.org/mailman/listinfo/red5_osflash.org
>     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >     >     >
>     >     >
>     >     >
>     >     >     _______________________________________________
>     >     >     Red5 mailing list
>     >     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>>
>     >     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     >
>     >     >
>     >     >
>     >    
>     ------------------------------------------------------------------------
>
>     >     >
>     >     > _______________________________________________
>     >     > Red5 mailing list
>     >     > Red5@osflash.org <mailto:Red5@osflash.org> <mailto:
>     Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     > http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     >
>     >
>     >
>     >     _______________________________________________
>     >     Red5 mailing list
>     >     Red5@osflash.org <mailto:Red5@osflash.org>
>     <mailto:Red5@osflash.org <mailto:Red5@osflash.org>>
>     >     http://osflash.org/mailman/listinfo/red5_osflash.org
>     >     <http://osflash.org/mailman/listinfo/red5_osflash.org>
>     >
>     >
>     >
>     ------------------------------------------------------------------------
>
>     >
>     > _______________________________________________
>     > Red5 mailing list
>     > Red5@osflash.org <mailto:Red5@osflash.org>
>     > http://osflash.org/mailman/listinfo/red5_osflash.org
>     >
>
>
>     _______________________________________________
>     Red5 mailing list
>     Red5@osflash.org <mailto:Red5@osflash.org>
>     http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Red5 mailing list
> Red5@osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>   


_______________________________________________
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to