I have a Flash AS3 app that creates an url string, sends it to the charts api server, and displays the resulting QR Code image. The app works great in the Flash IDE, but when deployed online in a php page, the server never responds. No errors are detected with the native AS3 error handlers or in Firebug. I have addressed possible security issues with Security.allowDomain(*) and with crossdomain.xml files in site and app roots. I can't determine why the server "hangs" in response to the request. Any suggestions would be greatly appreciated!
-- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
