This content has been marked as final.
Show 1 reply
-
1. Re: Grab picture of the day with Spry?
Donald Booth Apr 24, 2008 8:23 AM (in response to jefbak)You can only request AJAX data from the same domain as your Spry page.
Therefore, you will need to use a server side component to get the APOD image and then use that for your data source.
You can use their RSS feed to get the URL, but they don't provide the image height and width, so you will have to make it a standard size, or let your CSS layout autosize for it.

