ExternalInterface.call within transparent container
Hello, I'm having trouble with accomodating the flash.external.ExternalInterface within a transparent container (HTML).
The HTML reads:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="demo" ...>
<param name="allowFullScreen" value="false" />
...lot of rubbish...
<param name="wmode" value="transparent" />
...lot of rubbish...
<embed ...>
</object>
If it wasnt for the bolded line instructing the container to be transparent, the ExternalInterface.call method would work.
I went trhough the internet, but unfortunately found no solution yet.
All suggestions are welcome.
Thanks
Tom