Thanks Strom for Googleing me :)

Le 11 mars 07 à 22:37, Storm a écrit :

Each p_name is a String that you could add to whatever collection/ class/component you may need. Managing connections and disconnections is where the fun starts, but if what you have here is an AS problem i suggest you to read the tutorials in www.actionscript.org, or have a look at macromedia live docs when interested in some particular class/component (ie: google for "livedocs macromedia actionscript List")

On 3/11/07, Jean-Philippe DELAVALLADE <[EMAIL PROTECTED]> wrote:
        hi,
In visioconference, i would like to get the names of connected personns,
if i code this in flash in GlobalObject;as

private function newNameHandler(p_name:String, p_videoID):Void
        {

        trace(p_name);


dispatchEvent({type:"onNewName", name:p_name, videoID: p_videoID});


        }

        trace(p_name); give me the names of connected people
but if i want to take this in List component or texfield, i've problem.
is it a an array ? How i can get this name in a list ?
Thanks
JP


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



--
-------------------------------------------------------------------
"Nos gusta los domingos ir al parque a pinchar los globos de los niños para verlos llorar" .- Eskorbuto
_______________________________________________
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