I am using SWF Tools to show SWF files on my pages. When I press the Share/Save button found on same page, the SWF file goes away and is replaced by background, but when I press the E-mail or Bookmark tabs the SWF file comes back into view...
I have tested with chrome, and firefox - get same issue.
What is causing this ?
Comments
Comment #1
micropat commentedThis is done by AddToAny to overcome browser limitations that prevent the menu from appearing over embedded objects, like SWF files.
You can turn this option off by setting the "hide_embeds" option to 0 or false in the Additional Options box in the module's settings panel. See http://www.addtoany.com/buttons/customize/hide_embeds for the code.
Comment #2
TimAlsop commentedthankyou. I added the following to the additional options configuraiton, and it worked.