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.


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

Reply via email to