Sorry I did not identify the folder that the Flex 2 Video Conference app is
located that I ask for help on.

On the ftp it is in the flex2_videoconf folder.

Thanks,

Lenny


On 5/29/07, Lenny Sorey <[EMAIL PROTECTED]> wrote:

Actually, I am not throwing the towel, just looking for some help.

I am going to keep working until I find a solution.

Thanks for pointing that out to me Dominick.

For those who will look a this app.

This is where I believe I am having problems with the videoconf app.

public function usersSyncHandler( event:SyncEvent ):void
   {
    Logger.debug( "MAIN:usersSyncHandler" + event.target.data );
    var results:Object = event.target.data;
    var usersArray:Array = new Array();
    for( var a:String in results ) {    <  - Here
     var obj:Object = new Object();
     obj.name = results[ a ];
     obj.identifier = a;
    Logger.debug( " obj.name = "+ a );
     usersArray.push( obj );
    }
    dpUsers = new ArrayCollection( usersArray );  < - Here
    Logger.debug( "dpUser :"+ dpUsers );
   }


Regards,

Lenny

 On 5/29/07, Lenny Sorey <[EMAIL PROTECTED]> wrote:
>
> Hello Dominick,
>
> Got no problem on this one.
>
> I was planning on donating the source to red5 once I had this running.
>
> Just trying to get by with a little help from my friends. : )
>
> Regards,
>
> Lenny
>
>
>  On 5/29/07, Dominick Accattato <[EMAIL PROTECTED] > wrote:
> >
> > I love this one ;)... giving up, throwing in the towel.. heres all my
> > source!
> >
> > i wish others did the same... like microsoft.. heheheh
> >
> >  On 5/29/07, Lenny Sorey < [EMAIL PROTECTED] > wrote:
> >
> > >  Hello All,
> > >
> > > Looks like my first posting was a tad to big for the Gmail list. So
> > > I will place the files on my ftp server.
> > >
> > > Well, I am throwing in the towel with working with this app.
> > >
> > > I am placing my Flex 2 example, Java application sources,
> > > Log4j.properties files (This is for Tomcat), videoconf-context.xmlfile up 
on
> > > my ftp server in hopes someone can tell me what I am doing wrong
> > > with this app.
> > >
> > > ftp://67.79.48.170
> > >
> > > username: red5
> > > password: red5
> > >
> > >
> > > Everything seems to work properly except the video container
> > > displaying within the Flex app.
> > >
> > > RED5 seems to move along fine with the logs being full of the
> > > references from the Flex app.
> > >
> > > Also, I am placing Xpanel up with these app as this is what I am
> > > using for external logging.
> > >
> > > Just fire up the XPanel executable, the AS3 Logger files are already
> > > in the videoconf app.
> > >
> > > If anyone can give me some direction with this app, I would be a
> > > very happy person. : )
> > >
> > > I think this app would be a good core for a Flex Video Conference /
> > > Chat app.
> > >
> > > Please email me with any questions.
> > >
> > > Here's my platform:
> > >
> > > Red5 Trunk 2082
> > > Tomcat 5.5.20
> > > Java 1.6
> > >
> > > Thanks in advance for any feedback.
> > >
> > > Regards,
> > >
> > > Lenny
> > >
> > > _______________________________________________
> > > Red5 mailing list
> > > [email protected]
> > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > >
> > >
> >
> >
> > --
> > Dominick Accattato, CTO
> > Infrared5 Inc.
> > www.newviewnetworks.com
> > _______________________________________________
> > Red5 mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
>

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

Reply via email to