Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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?
Develop games in your browser. Powerful, performant & highly capable.
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
Oh great, this is super helpful. Thank you!