Groups | Blog | Home
all groups > macromedia flash flashcom > october 2005 >

macromedia flash flashcom : Application Directory Parameter


Comgenie-com
10/5/2005 12:00:00 AM
I want to change the 'Application Directory' parameter of the SimpleConnect
control using Actionscript. Maybe a dumb question... but how?

This is what i want to do:

thingidontknow = "rtmp:/chat/" + _root.roomid;

So the chat can have different rooms.

Cya, Comgenie
Elisson
10/5/2005 12:00:00 AM
:confused;

dejayfx
10/5/2005 6:55:30 PM
one simple idea is to just connect the components via script without the simple
connect.

search flashcom_developing.pdf chapter 6, each components methods are outlined
there.

you genrally do something like

comp.connect(nc);
comp.setUsername('string');

and there's a bit of code on the server side too.
Comgenie-com
10/5/2005 7:31:24 PM
AddThis Social Bookmark Button