I tried a couple of things in a Java applet both of which threw a SocketsPermission exception. My online Java applets uses <img> tag in my About Dialog box to display my image which is stored on one of my sites. The image gets rendered. So I thought since the <img> tag uses a url in src attribute, I may be able to call charts api url to get a chart displayed in my applet. This threw an exception. Another thing I tried was to use getImage(url) method within the body of the code to use charts api. This too threw an Exception. I think it said something like SocketsPermission error
Are we not allowed to call the Api from outside a web page? Asad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
