Ok I tracked down the AS files and relative dependancies into the 
videoconference app, the strictly needed files are

videoConference.fla
xrayconnector.swf
classes\com\blitzagency\data\DecodeHTML.as
classes\com\blitzagency\events\EventBroadcaster.as
classes\com\blitzagency\events\IBroadcastable.as
classes\com\blitzagency\events\IStaticBroadcastable.as
classes\com\blitzagency\util\LSOUserPreferences.as
classes\com\blitzagency\util\SimpleDialog.as
classes\com\blitzagency\xray\util\XrayLoader.as
classes\com\gskinner\events\GDispatcher.as
classes\com\neoarchaic\ui\Tooltip.as
classes\org\red5\net\Connection.as
classes\org\red5\net\Stream.as
classes\org\red5\samples\livestream\videoconference\Broadcaster.as
classes\org\red5\samples\livestream\videoconference\Chat.as
classes\org\red5\samples\livestream\videoconference\Connection.as
classes\org\red5\samples\livestream\videoconference\ConnectionLight.as
classes\org\red5\samples\livestream\videoconference\Connector.as
classes\org\red5\samples\livestream\videoconference\GlobalObject.as
classes\org\red5\samples\livestream\videoconference\Subscriber.as
classes\org\red5\samples\livestream\videoconference\TextFilter.as
classes\org\red5\samples\livestream\videoconference\VideoConference.as
classes\org\red5\samples\livestream\videoconference\VideoPool.as
classes\org\red5\ui\controls\Help.as
classes\org\red5\ui\controls\IconButton.as
classes\org\red5\utils\Connector.as
classes\org\red5\utils\Delegate.as
classes\org\red5\utils\GlobalObject.as
classes\org\red5\utils\GridManager.as

Wait a moment... did I read "xrayconnector.swf"? strange extension, 
indeed, I tought... there's no fla for this, so I opened up
classes\com\blitzagency\xray\util\XrayLoader.as
and found out that XRay is part of a powerful debugger... I tought you 
can probably strip this out but that would require modifying the 
original FLA and also it would be handy in future if I'll full 
understand the functionality so I left this in. It will probably need 
some more time to fully understand the inner mechanisms of all the 
actionscript involved, but just finding the dependencies helped out very 
much.

By the way, didn't yet find where the server urls combo box data is 
stored. I figured out the app saves into a local cache your username and 
the list of last used servers.. but what about the first ones?

rtmp://192.168.1.2/fitcDemo
rtmp://fancycode.com/fitcDemo
rtmp://69.64.37.77/fitcDemo

where this data come from? it's not stored in plain into the code (a 
search didn't find it), it's not pulled from remote, I've emptied the 
cache... The only solution is that this data is stored into the only 
binaries into the directory: either the fla or the swf... I exclude the 
swf, so I try looking into the fla.. no it isn't there... let me try 
again searching into the actionscripts...
uhm... broadcaster.as, connector.as, and videoconference.as...
nice, it seems I found them..

let me start studying these files first! ;)

Giank aka theClock

[EMAIL PROTECTED] ha scritto:
> Send Red5 mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://osflash.org/mailman/listinfo/red5_osflash.org
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Red5 digest..."
>   
> ------------------------------------------------------------------------
>
> Today's Topics:
>
>    1. Re: Actionscript in Videoconference (Giancarlo Di Massa)
>    2. Videoconference app explained (Giancarlo Di Massa)
>    3. Red5 0.4 Released!!! (Dominick Accattato)
>    4. Re: Videoconference... (Giancarlo Di Massa)
>    5. Re: Red5 0.4 Released!!! (Roberto Saccon)
>   
>
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] Actionscript in Videoconference
> Da:
> Giancarlo Di Massa <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 21:12:56 +0200
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> Ooh yes I now understand! I wanted to  ask too where the AS in 
> Videoconference.fla is.... I looked everywhere! The code is linked 
> directly to the movieclips, ingenious...
> I'm glad that the shell startup script now works, I'll test it in a 
> moment..yes, it works but... not at startup... maybe I should su as a 
> different user...
> Also with the new red5.sh I got a line complaining about log4j .. I 
> don't exactly remember the message.
>
> Greets,
> Giank TheClock
>
> [EMAIL PROTECTED] ha scritto:
>> Send Red5 mailing list submissions to
>>     [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>     http://osflash.org/mailman/listinfo/red5_osflash.org
>> or, via email, send a message with subject or body 'help' to
>>     [EMAIL PROTECTED]
>>
>> You can reach the person managing the list at
>>     [EMAIL PROTECTED]
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Red5 digest..."
>>   
>> ------------------------------------------------------------------------
>>
>> Today's Topics:
>>
>>    1. Re: Red5 Videoconference Webapp on Linux (Joachim Bauch)
>>    2. red5-demo as OpenLaszlo app (Sebastian Wagner)
>>    3. Re: red5-demo as OpenLaszlo app (John Grden)
>>    4. Re: red5-demo as OpenLaszlo app (Chris Allen)
>>    5. Re: RED5 0.4????????????????????????! (seth hillinger)
>>    6. Re: red5-demo as OpenLaszlo app (Sebastian Wagner)
>>  
>> ------------------------------------------------------------------------
>>
>> Oggetto:
>> Re: [Red5] Red5 Videoconference Webapp on Linux
>> Da:
>> Joachim Bauch <[EMAIL PROTECTED]>
>> Data:
>> Fri, 21 Apr 2006 19:08:51 +0200
>> A:
>> [email protected]
>>
>> A:
>> [email protected]
>>
>>
>> Hi Giancarlo,
>>
>> Giancarlo Di Massa wrote:
>>  
>>> It has been very easy... I even did not know there was a J2SDK v1.5, 
>>> called JDK 5 update 6.. I'm a clock that loses time..
>>>
>>> [INFO] 0 main:( org.red5.server.Standalone.main ) RED5 Server 
>>> (http://www.osflash.org/red5)
>>> [INFO] 5 main:( org.red5.server.Standalone.main ) Loading red5 
>>> global context from: red5.xml
>>> Exception in thread "main" java.lang.Exception: could not find 
>>> configuration filered5.xml
>>>         at org.red5.server.Standalone.main(Standalone.java:89)
>>>
>>> this is the output when I try to load the trunk via ./red5.sh, after 
>>> issuing a make with "make" or "ant dist"
>>>     
>>
>> This has just been fixed on the trunk.  Starting via "./red5.sh" works
>> now.
>>
>>  
>>> If I try to load it trough ant server it goes... should I edit 
>>> something?
>>>
>>> Is there a way to force java to go in background and redirect the 
>>> stdout to file?
>>>     
>>
>> You can use (at least on Debian) "start-stop-daemon" to launch Red5
>> in the background.
>>
>> To write the log output in a file, just edit the log4j.properties in the
>> "conf" directory.
>>
>> Joachim
>>
>>
>>  
>> ------------------------------------------------------------------------
>>
>> Oggetto:
>> [Red5] red5-demo as OpenLaszlo app
>> Da:
>> "Sebastian Wagner" <[EMAIL PROTECTED]>
>> Data:
>> Fri, 21 Apr 2006 19:21:32 +0200
>> A:
>> [email protected]
>>
>> A:
>> [email protected]
>>
>>
>> hi
>>
>> I'm quiet new to red5, I tried to do the make the red5-demo's as 
>> OpenLaszlo-app.
>> It finally works with the VideoDemo:
>> http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx 
>> <http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx>
>>
>> But of course i also want to do the rest of the Demo-Applications in 
>> Openlaszlo especially the VideoChatDemo.
>> Red5 is running but I can't get it working with the Laszlo App...
>> The video App was quiet easy cause i could see the Actionsript code 
>> in the Source Code of your " olfdemo.fla" ... in the 
>> "videoConference.fla" i could not really see any Actionscript code. 
>> I'm familiar with Actionscript 2.0 code so that i can read and 
>> understand the most of the source in the AS2-class-library of the 
>> videoDemo .. even if i also did not read all of it because its quiet 
>> a lot. But i can't see any Actionscript-code in the " 
>> videoConference.fla", could somebody give me a hint where you have 
>> put the Actionscript Commands for the Button-Actions sothat i can see 
>> in which order a which remote-functions you call ...
>>
>> Of course if somebody is interested i'll post the source-code of the 
>> things i've done in Laszlo.
>>
>> regards
>> Sebastian Wagner
>>
>>
>> -- 
>> Sebastian Wagner
>> http://www.webbase-design.de
>> http://www.laszlo-forum.de
>> Bleichstraße 92
>> 75173 Pforzheim
>> Tel.: 0177-7341829
>> Home: 07231-417456
>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>> ------------------------------------------------------------------------
>>
>> Oggetto:
>> Re: [Red5] red5-demo as OpenLaszlo app
>> Da:
>> "John Grden" <[EMAIL PROTECTED]>
>> Data:
>> Fri, 21 Apr 2006 13:27:24 -0400
>> A:
>> [email protected]
>>
>> A:
>> [email protected]
>>
>>
>> Hey Sebastion, there's not a line of code in the video conf app fla - 
>> it's all in the code libraries.
>>
>> If you have any questions about them, let me know and I'll do my best 
>> to get you in the right direction
>>
>> JG
>>
>> On 4/21/06, *Sebastian Wagner* <[EMAIL PROTECTED] 
>> <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     hi
>>
>>     I'm quiet new to red5, I tried to do the make the red5-demo's as
>>     OpenLaszlo-app.
>>     It finally works with the VideoDemo:
>>     http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx
>>     <http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx>
>>
>>     But of course i also want to do the rest of the Demo-Applications
>>     in Openlaszlo especially the VideoChatDemo.
>>     Red5 is running but I can't get it working with the Laszlo App...
>>     The video App was quiet easy cause i could see the Actionsript
>>     code in the Source Code of your " olfdemo.fla" ... in the
>>     "videoConference.fla" i could not really see any Actionscript
>>     code. I'm familiar with Actionscript 2.0 code so that i can read
>>     and understand the most of the source in the AS2-class-library of
>>     the videoDemo .. even if i also did not read all of it because its
>>     quiet a lot. But i can't see any Actionscript-code in the "
>>     videoConference.fla", could somebody give me a hint where you have
>>     put the Actionscript Commands for the Button-Actions sothat i can
>>     see in which order a which remote-functions you call ...
>>
>>     Of course if somebody is interested i'll post the source-code of
>>     the things i've done in Laszlo.
>>
>>     regards
>>     Sebastian Wagner
>>
>>
>>     --     Sebastian Wagner
>>     http://www.webbase-design.de
>>     http://www.laszlo-forum.de
>>     Bleichstraße 92
>>     75173 Pforzheim
>>     Tel.: 0177-7341829
>>     Home: 07231-417456
>>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>
>>     _______________________________________________
>>     Red5 mailing list
>>     [email protected] <mailto:[email protected]>
>>     http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>>
>>
>>
>> -- 
>> John Grden - Blitz
>> ------------------------------------------------------------------------
>>
>> Oggetto:
>> Re: [Red5] red5-demo as OpenLaszlo app
>> Da:
>> "Chris Allen" <[EMAIL PROTECTED]>
>> Data:
>> Fri, 21 Apr 2006 13:42:43 -0400
>> A:
>> [email protected]
>>
>> A:
>> [email protected]
>>
>>
>> John is using classes linked to MovieClips to get the code in the
>> classes to execute. Perhaps that was what you were missing. Definitely
>> look at the linkage settings in the library to see which classes are
>> linked to MovieClips.  That should help.
>>
>> -Chris
>>
>> On 4/21/06, John Grden <[EMAIL PROTECTED]> wrote:
>>  
>>> Hey Sebastion, there's not a line of code in the video conf app fla 
>>> - it's
>>> all in the code libraries.
>>>
>>> If you have any questions about them, let me know and I'll do my 
>>> best to get
>>> you in the right direction
>>>
>>> JG
>>>
>>>
>>> On 4/21/06, Sebastian Wagner <[EMAIL PROTECTED]> wrote:
>>>     hi
>>>
>>> I'm quiet new to red5, I tried to do the make the red5-demo's as
>>> OpenLaszlo-app.
>>> It finally works with the VideoDemo:
>>> http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx
>>>
>>> But of course i also want to do the rest of the Demo-Applications in
>>> Openlaszlo especially the VideoChatDemo.
>>> Red5 is running but I can't get it working with the Laszlo App...
>>> The video App was quiet easy cause i could see the Actionsript code 
>>> in the
>>> Source Code of your " olfdemo.fla" ... in the "videoConference.fla" 
>>> i could
>>> not really see any Actionscript code. I'm familiar with Actionscript 
>>> 2.0
>>> code so that i can read and understand the most of the source in the
>>> AS2-class-library of the videoDemo .. even if i also did not read 
>>> all of it
>>> because its quiet a lot. But i can't see any Actionscript-code in the "
>>> videoConference.fla", could somebody give me a hint where you have 
>>> put the
>>> Actionscript Commands for the Button-Actions sothat i can see in 
>>> which order
>>> a which remote-functions you call ...
>>>
>>> Of course if somebody is interested i'll post the source-code of the 
>>> things
>>> i've done in Laszlo.
>>>
>>> regards
>>> Sebastian Wagner
>>>
>>>
>>> -- 
>>> Sebastian Wagner
>>>  http://www.webbase-design.de
>>> http://www.laszlo-forum.de
>>> Bleichstraße 92
>>> 75173 Pforzheim
>>> Tel.: 0177-7341829
>>> Home: 07231-417456
>>> [EMAIL PROTECTED]
>>> _______________________________________________
>>> Red5 mailing list
>>> [email protected]
>>>  http://osflash.org/mailman/listinfo/red5_osflash.org
>>>
>>>
>>>
>>>
>>>
>>> -- 
>>> John Grden - Blitz
>>> _______________________________________________
>>> Red5 mailing list
>>> [email protected]
>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>>
>>>
>>>
>>>     
>>
>>
>>  
>> ------------------------------------------------------------------------
>>
>> Oggetto:
>> Re: [Red5] RED5 0.4????????????????????????!
>> Da:
>> seth hillinger <[EMAIL PROTECTED]>
>> Data:
>> Fri, 21 Apr 2006 13:58:45 -0400
>> A:
>> [email protected]
>>
>> A:
>> [email protected]
>>
>>
>> fczone has an interesting video Guestmap... http://fczone.com/
>>
>> On Apr 21, 2006, at 1:06 AM, Luke Hubbard ([EMAIL PROTECTED] 
>> <mailto:[EMAIL PROTECTED]>) wrote:
>>
>>> Wow.. this thread rocks. We should create a video map for 0.5.
>>> Everyone can sign in and record a little message, do a little dance, 
>>> whatever rocks your boat :)
>>> -- Luke
>>>
>>> On 4/21/06, *Barry Beattie* <[EMAIL PROTECTED] 
>>> <mailto:[EMAIL PROTECTED]>> wrote:
>>>
>>>     G'day from Australia
>>>
>>>     (any Kiwi's on board?
>>>
>>>     On 4/21/06, Flávio Lúcio Pereira <[EMAIL PROTECTED]
>>>     <mailto:[EMAIL PROTECTED]>> wrote:
>>>     > BRASIL!!!
>>>     >
>>>     > Eu amo meu País!
>>>     >
>>>     > I love my Country! and... we will win the world cup!!! :P
>>>     >
>>>     > Regards,
>>>     >
>>>     > Flávio
>>>     >
>>>     >
>>>     >
>>>     > 2006/4/20, Jignesh Dodiya <[EMAIL PROTECTED]
>>>     <mailto:[EMAIL PROTECTED]>>:
>>>     > >
>>>     > > Indians are everywhere in software
>>>     field..................love & live
>>>     > > India.........
>>>     > >
>>>     > >
>>>     > > Regards,
>>>     > >
>>>     > > Jignesh Dodiya....
>>>     > > _______________________________________________
>>>     > > Red5 mailing list
>>>     > > [email protected] <mailto:[email protected]>
>>>     > > http://osflash.org/mailman/listinfo/red5_osflash.org
>>>     > >
>>>     > >
>>>     > >
>>>     >
>>>     >
>>>     > --
>>>     > Flávio L. Pereira
>>>     >
>>>     > _______________________________________________
>>>     > Red5 mailing list
>>>     > [email protected] <mailto:[email protected]>
>>>     > http://osflash.org/mailman/listinfo/red5_osflash.org
>>>     >
>>>
>>>     _______________________________________________
>>>     Red5 mailing list
>>>     [email protected] <mailto:[email protected]>
>>>     http://osflash.org/mailman/listinfo/red5_osflash.org
>>>
>>>
>>> _______________________________________________
>>> Red5 mailing list
>>> [email protected] <mailto:[email protected]>
>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>> ------------------------------------------------------------------------
>>
>> Oggetto:
>> Re: [Red5] red5-demo as OpenLaszlo app
>> Da:
>> "Sebastian Wagner" <[EMAIL PROTECTED]>
>> Data:
>> Fri, 21 Apr 2006 20:04:57 +0200
>> A:
>> [email protected]
>>
>> A:
>> [email protected]
>>
>>
>> ah okay thx a lot i found the linked Classes in the Library. I'll let 
>> you know if i have a working example of the ChatDemo in Laszlo.
>> Another thing i run into is the kind of EventHandling you do at the 
>> ClientSide. For example the Server tries to call a method "setID" in 
>> the ChatDemo. If the he can't map it to a function on the client side 
>> there is some debug-info in the Server log "setId not found". Is 
>> there a way to catch unhandled calls or calls on the client side? I 
>> think what you're doin is overriding the build in EventHandler and 
>> set up your own Handlers. Thats right?
>>
>> regards
>> sebastian
>>
>> 2006/4/21, Chris Allen <[EMAIL PROTECTED] 
>> <mailto:[EMAIL PROTECTED]>>:
>>
>>     John is using classes linked to MovieClips to get the code in the
>>     classes to execute. Perhaps that was what you were missing. 
>> Definitely
>>     look at the linkage settings in the library to see which classes are
>>     linked to MovieClips.  That should help.
>>
>>     -Chris
>>
>>     On 4/21/06, John Grden <[EMAIL PROTECTED]
>>     <mailto:[EMAIL PROTECTED]>> wrote:
>>     > Hey Sebastion, there's not a line of code in the video conf app
>>     fla - it's
>>     > all in the code libraries.
>>     >
>>     > If you have any questions about them, let me know and I'll do my
>>     best to get
>>     > you in the right direction
>>     >
>>     > JG
>>     >
>>     >
>>     > On 4/21/06, Sebastian Wagner < [EMAIL PROTECTED]
>>     <mailto:[EMAIL PROTECTED]>> wrote:
>>     > >
>>     >
>>     > hi
>>     >
>>     > I'm quiet new to red5, I tried to do the make the red5-demo's as
>>     > OpenLaszlo-app.
>>     > It finally works with the VideoDemo:
>>     > http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx
>>     >
>>     > But of course i also want to do the rest of the
>>     Demo-Applications in
>>     > Openlaszlo especially the VideoChatDemo.
>>     > Red5 is running but I can't get it working with the Laszlo App...
>>     > The video App was quiet easy cause i could see the Actionsript
>>     code in the
>>     > Source Code of your " olfdemo.fla" ... in the
>>     "videoConference.fla" i could
>>     > not really see any Actionscript code. I'm familiar with
>>     Actionscript 2.0
>>     > code so that i can read and understand the most of the source in
>>     the
>>     > AS2-class-library of the videoDemo .. even if i also did not
>>     read all of it
>>     > because its quiet a lot. But i can't see any Actionscript-code
>>     in the "
>>     > videoConference.fla", could somebody give me a hint where you
>>     have put the
>>     > Actionscript Commands for the Button-Actions sothat i can see in
>>     which order
>>     > a which remote-functions you call ...
>>     >
>>     > Of course if somebody is interested i'll post the source-code of
>>     the things
>>     > i've done in Laszlo.
>>     >
>>     > regards
>>     > Sebastian Wagner
>>     >
>>     >
>>     > --
>>     > Sebastian Wagner
>>     >  http://www.webbase-design.de
>>     > http://www.laszlo-forum.de
>>     > Bleichstraße 92
>>     > 75173 Pforzheim
>>     > Tel.: 0177-7341829
>>     > Home: 07231-417456
>>     > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>     > _______________________________________________
>>     > Red5 mailing list
>>     > [email protected] <mailto:[email protected]>
>>     >  http://osflash.org/mailman/listinfo/red5_osflash.org
>>     >
>>     >
>>     >
>>     >
>>     >
>>     > --
>>     > John Grden - Blitz
>>     > _______________________________________________
>>     > Red5 mailing list
>>     > [email protected] <mailto:[email protected]>
>>     > http://osflash.org/mailman/listinfo/red5_osflash.org
>>     >
>>     >
>>     >
>>
>>     _______________________________________________
>>     Red5 mailing list
>>     [email protected] <mailto:[email protected]>
>>     http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>>
>>
>> -- 
>> Sebastian Wagner
>> http://www.webbase-design.de
>> http://www.laszlo-forum.de
>> Bleichstraße 92
>> 75173 Pforzheim
>> Tel.: 0177-7341829
>> Home: 07231-417456
>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Red5 mailing list
>> [email protected]
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>   
>
>
>
> ------------------------------------------------------------------------
>
> Oggetto:
> [Red5] Videoconference app explained
> Da:
> Giancarlo Di Massa <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 23:21:21 +0200
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> Hi,
> now my attention span has moved into exploring the videoconference 
> client... as soon as I figured out the fact that all actionscript is 
> actually bounded to the respective classes via linkages, I was looking 
> for an easy way to connect at startup without asking for the URL in 
> the combobox.. I found the combo name is "uri", but can't find where 
> it is populated in the code by the server URLs... I couldn't find a 
> "main" actionscript that's executed... I even tought the list of URLs 
> is loaded remotely... but that has only been a glimpse of a second.
> Even if the example seems fairly simple in its purpose (connect, 
> transmit video, receive six feeds, chat) I almost get lost into all 
> the actionscript involved into doing it... actionscript for receiving 
> XML packets... for  creating simple dialogs... for substituting string 
> parts into chats from some words to others... I'm not really much able 
> to understand all the code behind it without some tips...
> Is there a way I should start with?
>
> Giank aka theClock
>
>
>
> ------------------------------------------------------------------------
>
> Oggetto:
> [Red5] Red5 0.4 Released!!!
> Da:
> "Dominick Accattato" <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 17:25:52 -0400
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> Download Now!!! 
> <http://www.newviewnetworks.com/nvnhome/blog/client/index.cfm/2006/4/21/Red5-04-Released>
>
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] Videoconference...
> Da:
> Giancarlo Di Massa <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 23:36:22 +0200
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> I've found what AS files are used by the videoconference app. I've 
> relocated the fla under a new path and built the swf again, receiving 
> this
>
> **Error** Symbol=Disconnect, layer=Layer 1, frame=1:Line 1: The class 
> or interface 'org.red5.ui.controls.IconButton' could not be loaded.
>
> **Error** Symbol=connection light, layer=lights, frame=1:Line 1: The 
> class or interface 
> 'org.red5.samples.livestream.videoconference.ConnectionLight' could 
> not be loaded.
>
> **Error** Symbol=__simpleDialog_ok, layer=hidden, frame=1:Line 1: The 
> class or interface 'com.blitzagency.util.SimpleDialog' could not be 
> loaded.
>
> **Error** Symbol=Connector, layer=Chat, frame=1:Line 1: The class or 
> interface 'org.red5.samples.livestream.videoconference.Connector' 
> could not be loaded.
>
> **Error** Symbol=DeleteItem, layer=Layer 1, frame=1:Line 1: The class 
> or interface 'org.red5.ui.controls.IconButton' could not be loaded.
>
> **Error** Symbol=Subscriber, layer=BG, frame=1:Line 1: The class or 
> interface 'org.red5.samples.livestream.videoconference.Subscriber' 
> could not be loaded.
>
> **Error** Symbol=videoPool, layer=Layer 1, frame=1:Line 1: The class 
> or interface 'org.red5.samples.livestream.videoconference.VideoPool' 
> could not be loaded.
>
> **Error** Symbol=Chat, layer=chatBody, frame=1:Line 1: The class or 
> interface 'org.red5.samples.livestream.videoconference.Chat' could not 
> be loaded.
>
> **Error** Symbol=Broadcaster, layer=video, frame=1:Line 1: The class 
> or interface 'org.red5.samples.livestream.videoconference.Broadcaster' 
> could not be loaded.
>
> **Error** Symbol=VideoConference, layer=TempBG, frame=1:Line 1: The 
> class or interface 
> 'org.red5.samples.livestream.videoconference.VideoConference' could 
> not be loaded.
>
> **Error** Symbol=Connect, layer=Layer 1, frame=1:Line 1: The class or 
> interface 'org.red5.ui.controls.IconButton' could not be loaded.
>
> Total ActionScript Errors: 11      Reported Errors: 11
>
>
> so in theory (I didn't copy the as yet) these are the important 
> actionscript files to run videoconference
>
> ./org/red5/ui/controls/iconbutton.as
> probably the data of a cosmetic UI object
>
> ./org/red5/samples/livestream/videoconference/connectionlight.as
> probably a connection helper
>
> ./com/blitzagency/util/simpledialog.as
> probably the data of a cosmetic UI object
>
> ./org/red5/samples/livestream/videoconference/connector.as
> probably a connection helper
>
> ./org/red5/samples/livestream/videoconference/subscriber.as
> probably some unused code for replaying back video messages, or the 
> code needed to send videostream from the client to the server
>
> ./org/red5/samples/livestream/videoconference/videopool.as
> probably some UI and connection code to handle the video group
>
> ./org/red5/samples/livestream/videoconference/chat.as
> probably some UI and connection code to handle the chat
>
> ./org/red5/samples/livestream/videoconference/broadcaster.as
> probably some unused code for recording video messages, or the code 
> needed to receive a videostream from the server to the client
>
> ./org/red5/samples/livestream/videoconference/videoconference.as
> probably the main app code is there...
>
> Uhm... hope I'm not going the wrong way... by the way, what is 
> xrayconnector.swf needed for? If I'm not wrong, it's ALSO used within 
> the videoconference app.... I hope not.
>
> Thank you again,
> Giank aka TheClock
>
> p.s.
> Sorry but I sent an email three minutes ago, this is a followup but I 
> forgot what subject I used.... so I opened another thread.
>
>
>
>
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] Red5 0.4 Released!!!
> Da:
> "Roberto Saccon" <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 18:44:26 -0300
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> I look forward to play wit it !
>
> I saw that there is some nice debian package build stuff in the source 
> repository, with init.d start and stop scripts. Are debian packages of 
> 0.4 coming or are we expected to build them by ourselves ? If the 
> later is the case, how ? Just something like dpkg -b ...or is there 
> more needed ?
>
> On 4/21/06, *Dominick Accattato* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Download Now!!!
>     
> <http://www.newviewnetworks.com/nvnhome/blog/client/index.cfm/2006/4/21/Red5-04-Released>
>
>     _______________________________________________
>     Red5 mailing list
>     [email protected] <mailto:[email protected]>
>     http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> -- 
> Roberto Saccon
> ------------------------------------------------------------------------
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>   


-- 
Saluti,
Giancarlo Di Massa
PC Help
tel. 899.221158
fax 1784.413858
partner tel. 199.240076


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to