Commit 972e078a authored by Craig Watson's avatar Craig Watson

Fixed SWF transparency issue on Linux

parent da5378a6
......@@ -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="transparent">
<param name="wmode" value="application">
</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