Hi,

You have an extra character > on line 9. Without, it loads fine.

PS If you want to call the flash from javascript (through
ExternalInterface), you should add the allowscriptaccess:"always"
property when embedding the flash and set Security.allowDomain("*");
in your Flex/Flash application
(this because the wave is not rendered at the same host as the flash)


Cheers
Dagfinn

On 2 Okt, 02:46, Dave Peck <[email protected]> wrote:
> Hi,
>
> I wrote a tiny gadget (a collaborative drum machine) at the Wave
> hackathon earlier this year.
>
> Now that wave is out, I'm trying to get it working again.
>
> The gadget URL ishttp://codeorange-entertain.appspot.com/drum/drum-gadget.xml
>
> It depends on soundmanager2, a SWF and javascript library, to play its
> sounds. I load the SWF successfully into a div of my choosing using
> the gadgets.flash.embedFlash() API. But for some reason, the
> soundmanager code is unable to find the swf via the DOM, or unable to
> communicate with it. Is embedFlash() actually adding a nested div
> somewhere?
>
> ----
>
> As an unrelated question, is there a testing sandbox where I can load
> my gadget _without_ the rest of the wave interface? It would make
> debugging a little quicker, I think. I tried just opening the IFRAME
> URL for my embedded gadget, but this apparently doesn't fully work...
>
> Thanks,
> Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" 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-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to