Page 1 of 1

Smartfox V2 configData readWrite

Posted: 12 Jul 2012, 03:55
by levancho
Hi,

is there a way you can make configData as read write,
I have a use case that i need to creat several smart fox objects for different environments, and I would like to set configData object programatically, instead of making a service call to load xml file.


basically so I could do

Code: Select all

var sf:SmartFox = new SmartFox()
sf.configData = createConfigDataMethod()




and so I could fill config data properties programatically.