Dear All: I am developing a Google Desktop Gadget. And I find I cannot use JavaScript's "window" & "document" object, ex. window.navigator.appName / document.getElementById(xxx) ....These all cannot work.
Now, I need a function that FLASH / JavaScript transfer data and interact. like this URL -- http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15683#exampleas3 In HTML Page, this function has work. But, I put this function in Desktop Gadget, It cannot work. function getFlashMovie(movieName) { return window[movieName] //return document[movieName]; } How Can I put these JavaScript code in Desktop Gadget's .js file and make it work? Would you like to Help me? Thanks very much. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" 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-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
