Page 1 of 1

Set BlueBox settings without loading config xml

Posted: 29 Mar 2011, 09:09
by lomriilod
Hi,

I am trying to set the BlueBox settings in sfsclient.config (ConfigData) which does not work, because I am not loading the server settings via loadConfig. (I use my own config loader). Is there a way to force the sfsclient to create ConfigData?

Dirk

Posted: 01 Apr 2011, 08:11
by Bax
No.
But why do you use your own config loader?

Posted: 01 Apr 2011, 08:15
by lomriilod
Because we are storing various other client settings within the same xml file.

Posted: 01 Apr 2011, 08:50
by Bax
I'm sorry but this is not possible.
Use two separate files.

Posted: 20 Apr 2011, 23:46
by dingo
So how do i get the xml file to the client?

It's not automatically downloaded with the swf, and even if it were, the clients security restrictions won't allow to read an xml file.

I don't quite understand how I'm supposed to accomplish setting up bluebox.

thanks.

Posted: 23 Apr 2011, 09:41
by Bax
You have to use the default loadConfig method to load the client configuration file in which the BlueBox settings are stored.
For your additional settings use a separate xml file that you have to load in your application.