You could, in theory, hack the FeedControl to do this, but it would be a pain considering that the API is compiled, and the compiled name spaces aren't consistent from one version to the next. The Dynamic Feed Control used to diaplay a pic, if I recall, but its documentation was pulled lonbg ago, and I don't think I would rely on it. I would therefore build a custom control. Look in the documentation for some ideas as to how you might do this, but you'll want to be familiar with DOM methods at least. And if you ever anticipate a situation where you would have multiple controls on the same page, you'll want to have a grasp of JS prototyping (NOT the JS library Prototype).
All that said, you should be aware that the Feeds API TOS indicate that the deprecation policy will no longer apply after April 2015, meaning that the entire service may be shut down at any time, with or without warning, after that date. So you may want to build your own feed parser back end for your custom control. Just a suggestion.
Jg
Any input ???--
--
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax...@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-searc...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/56696ef8-074e-412f-830a-8fcb81abb2b6%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-ajax-searc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am using google's AJAX FeedControl API