Commit a6543e92 authored by Craig Watson's avatar Craig Watson

Fix Flash elements appearing on top of everything on Windows

parent e690b96e
......@@ -22,7 +22,7 @@
<object type="application/x-shockwave-flash" data="{in.url}" width="100%" height="100%">
<param name="movie" value="{in.url}">
<param name="quality" value="high">
<param name="wmode" value="application">
<param name="wmode" value="window">
</object>
</div>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment