Hmm. I can't seem to get this to work. I'm trying to export a html5 animation with a transparent background to a website using an iframe.
I have one layer with the background set to transparent
Clear background is set to 'yes' in the project properties.
My iframe code is (though I have tried other variations as per the stackoverflow suggestion above):
<iframe width="750" height="460" src="http://www.site.com/subfolder/index.html"frameborder="0" allowtransparency="true"scrolling="no"></iframe>
The project tests just fine but once I upload it and put it into an iframe it comes over with a back backround.
Is there a project setting I am missing?
Many thanks for reading this and for any hints or tips you can provide
Huge Regards
Dave.
Ideally I want to keep the html files minified as it is already a bit of a hefty project.