I'm trying to make a youtube background for a game, but for some reason I cannot get a sprite to display on a level above an iframe. Am I missing something, or is it not possible to render a sprite on top of an iframe?
http://stackoverflow.com/questions/3820325/overlay-opaque-div-over-youtube-iframe
You need to add this "wmode=opaque" parameter to the youtube URL to be able to display stuff on top of it.
I made a test here... check the page source:
https://dl.dropboxusercontent.com/u/8367729/construct/exports/Seesaw/index.html
Develop games in your browser. Powerful, performant & highly capable.
Oh great, this is super helpful. Thank you!