PDA

View Full Version : display userlist on other frame



mayuresh
August 13th, 2009, 08:40 AM
hi
my problem is that i can display list of users connected to my application only to a single frame
i want the userlist to b displayed on next frame
any help wuld b highly appreciated

453.0
August 13th, 2009, 08:54 AM
Store a reference to the list that can be accessed from a global point and simply read the content of the list trough that reference whenever needed.

mayuresh
August 13th, 2009, 09:08 AM
Store a reference to the list that can be accessed from a global point and simply read the content of the list trough that reference whenever needed.


If possible plz give me a example of referring
so yhat i can understand it thorughly
thanx for the response

453.0
August 13th, 2009, 09:15 AM
The most simple example would be to have a variable defined on the first frame and use MovieClip(root).yourVarName; whenever you want to read the value stored by that variable.

mayuresh
August 13th, 2009, 09:57 AM
The most simple example would be to have a variable defined on the first frame and use MovieClip(root).yourVarName; whenever you want to read the value stored by that variable.


thank u sir=)