Template:FlashEmbed: Difference between revisions
Template page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
< | <div style="text-align:center;"> | ||
<div class="ruffle-player" style="width:{{{width|640}}}px;height:{{{height|480}}}px;"> | |||
<object data="{{{url}}}" | |||
</ | type="application/x-shockwave-flash" | ||
width="{{{width|640}}}" | |||
height="{{{height|480}}}"> | |||
<param name="movie" value="{{{url}}}" /> | |||
<param name="allowScriptAccess" value="never" /> | |||
</object> | |||
</div> | |||
</div> | |||
</includeonly> | </includeonly> | ||