Created
March 22, 2015 14:05
-
-
Save adikahorvath/e5d331e08f1d1f43102b to your computer and use it in GitHub Desktop.
wmode opaque or transparent for flash elements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<object> | |
<param name="wmode" value="opaque"/> | |
</object> | |
<embed wmode="transparent"></embed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment