Created
November 23, 2011 04:17
-
-
Save gonzedge/1387877 to your computer and use it in GitHub Desktop.
IE and the flash "wmode" madness
This file contains 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
clone.find('object').prepend('<param name="wmode" value="opaque" />') unless clone.find('param[name=wmode]').length | |
clone.find('embed').attr wmode: 'opaque' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment