Select to view content in your preferred language

url parameters location and custom config.xml

3475
2
Jump to solution
09-11-2014 10:41 AM
LefterisKoumis
Regular Contributor II

I have been using the url parameters in my projects either with a specific location or with a custom config.xml file.

However, now I am working on a project where I need  to have both the location and the custom config.xml file posted on the flexviewer url. Is that possible?

Thanks.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Sure just add an ampersand symbol and then your next url parameter.

http://gislap183/FlexViewer3.6/index.html?debug=true&config=config-esearch.xml&esearch=1998&slayer=4...

0 Kudos
LefterisKoumis
Regular Contributor II

Thank you Robert. I use custom url parameters and I use the externalinteface to read them. I thought that injecting the config.xml, it would not be read. But I was wrong. I should check it first. Sorry to waste your time.

0 Kudos