Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created November 23, 2011 04:17
Show Gist options
  • Save gonzedge/1387877 to your computer and use it in GitHub Desktop.
Save gonzedge/1387877 to your computer and use it in GitHub Desktop.
IE and the flash "wmode" madness
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