You need to pass the attribute to the <object>
or <embed>
so that html displays the contents of your flash memory, since this function is disabled by default. So, add the following attribute to your tag, and the modal popup should work fine:
wmode="opaque"
Documentation
source share