Hi, Regarding your old "embed" question look into: http://code.google.com/apis/gadgets/docs/ui.html#Flash_Example
Regarding Adjust Height, use the new apis gadgets.window.adjustHeight(); http://code.google.com/apis/gadgets/docs/ui.html#Dyn_Height On Jun 11, 10:12 am, Michel <[email protected]> wrote: > I`m working on my first iGoogle gadget. It's a very simple script to > display entries from an rss feed. My problem is that I can't get the > gadget to dynamically resize to the content_div's height. > > At the beginning of the XML I've got: > <Require feature="dynamic-height"/> > > At the end of the XML I've got: > function init() { > _IG_AdjustIFrameHeight();} > > gadgets.util.registerOnLoadHandler(init); > </script> > > I've also tried just putting this there: > _IG_AdjustIFrameHeight(); </script> > > The XML-file:http://www.acfis.nl/accountancy-nieuws-igoogle.xml -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en.
