I want to generate a QrCode image with the Google Chart API. The QrCode encloses an URL with multiple parameters
http://example.com/page.php?param=nothing¶m2=nothing
The Google Chart URL to generate this code would be
http://chart.apis.google.com/chart?cht=qr&chs=230x230&choe=UTF-8&chld=L&chl=*http://example.com/page.php?param=nothing**¶m2**=nothing*
But this doesn’t work. Obviously, the browser consider param2 to be part of the original URL.
Any hack to solve this?
Check out this flex example out. Full call looks like this: