function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bryanobryano 

Flex Toolkit and Inconsistent Server URL

I've seen some odd behavior with the Flex Toolkit.  I'm using Release 3.11.  I've looked at Connection.as and the server url is pointing to 10.0.  However, if I pass in Application.application.parameters.server_url to my login call, it's pointing to 9.0.

The weird thing is that if I hit na4, it points to 10.0.  If I hit na5, it sometimes points to 9.0 and 10.0.  Can anyone explain this?

Thanks.
DevAngelDevAngel
Hey bryano,

Check the object tag boiler plat and the merge fields that your are passing to the flashvars variable.  This is where you get the parameters.server_url value at run time.

Cheers


bryanobryano
Thanks Dave, that did it.