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.
Solved! Go to Solution.
Sure just add an ampersand symbol and then your next url parameter.
Sure just add an ampersand symbol and then your next url parameter.
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.