How do I share NetConnection Object between .mxml and .as
hi all.
i'm new flex. please me.
i wanna share netconnection object between .mxml files , .as files.
i have 4 files.
i created new object netconnection in actionscript file. ( initconnection = new initconnection() );
and how can share netconnection object between main.mxml , testa.mxml?
and how can share netconnection object between testa.mxml , testb?
thanks in advanced. , sorry english.
create nc in main , pass children there, inside creationcompletehandler instance.
c
More discussions in Flex (Read Only)
adobe

Comments
Post a Comment