My google gaget is not enabled with its loaded into google/ig. I have to click on the title bar above the flash app to enable the window to be able to interact with the flash app. How do i enable this window right away?
http://www.Wisc-online.com/prototypes/googleGagetsTest/new14.xml <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="My Gadget Ad" width="300" height="300" scrolling="false"> <Require feature="ads"/> <Require feature="flash"/> </ModulePrefs> <Content type="html"><![CDATA[ <!-- Embeds a single Flash file in the gadget ad and sets the dimensions to match the ad size. --> <div id="fc"></div> <script> // Replace the SWF URL below with your own var swfUrl = 'http://www.Wisc-online.com/prototypes/ googleGagetsTest/hang.swf'; // Update the width/height to the ad size var fWidth = 300; var fHeight = 300; // Embed Flash into HTML container div _IG_EmbedCachedFlash(swfUrl, 'fc', { width: fWidth, height: fHeight }); </script> ]]></Content> </Module> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
