Hi,
I use the dataUrl parameter to render a chart using the multipleAxis swf. This works fine. Now I want to send a parameter to the server side script which retrieves the xml for the swf. This in order to create multiple charts for a single page request. To differentiate between charts I add "&id=" to the dataUrl parameter where is a uuid.
So my DataUrl parameter reads like this:
dataURL="http://pimso/coldboxproxy.cfc?method=getXmlData&id=550e8400-e29b-41d4-a716-446655440000"
Instead of a nice graph the swf now displays an "invalid xml data" error message.
This is strange because if I use the url by itself in a new tab the xml data loads with no problem.
So it is retrieved but the flash file refuses to read it.
I have no clue as to what may cause this but wonder -after quickly looking at another related post - if this has to do with the '&' in the url? If so, how can I use a parameter in calling the data for the swf file in the way described?
Thanks,
Marc