I want to create a Stencyl project with a transparent background. I've done this with Flash in the past, using the wmode param with a value of "transparent" in the <object> tag. This doesn't seem to work with Stencyl. When I select "no color" for my scene background, Stencyl seems to produce the exact same thing I get when I select a white background: the game fades in to a solid white rectangle, and wmode doesn't allow me to see through the background to the page below.
So, if I want a transparent background and want the actors drawn directly onto the web page behind the game's HTML container, what do I need to do?