Home > With my Adobe Flash application, on Microsoft Windows, the SnapEngage button is not showing up.
Categories: Technical Options
(Last Updated On: June 23, 2017)
Adobe Flash does not obey the layering set in the HTML code on the Microsoft Windows platform. To work-around this Flash issue, you just need to set the wmode parameter set to transparent. Add this code in your OBJECT tag:
<param name=”wmode” value=”transparent” />
and the following parameter to the EMBED tag:
wmode=”transparent”
Published November 9, 2012
Reader Feedback
No comments yet