Template:FlashEmbed: Difference between revisions
Template page
More actions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<htmltag tagname="object" type="application/x-shockwave-flash" data="{{{url}}}" width="{{{width|600}}}" height="{{{height|400}}}"> | <div class="preloader"> | ||
<htmltag tagname="img" src="https://flashmuseum.org/wp-content/uploads/2023/05/Find-the-Escape-Men-199-Name-of-New-Era_logo.png" alt="bgr" /> | |||
<div class="preloader_title">ピクトさんをさがせ!199(新元号編)</div> | |||
<div class="preloader_button wp-block-button__link">Play Now</div> | |||
</div> | |||
<htmltag tagname="object" | |||
type="application/x-shockwave-flash" | |||
data="{{{url}}}" | |||
width="{{{width|600}}}" | |||
height="{{{height|400}}}"> | |||
<htmltag tagname="param" name="movie" value="{{{url}}}" selfclose="true" /> | <htmltag tagname="param" name="movie" value="{{{url}}}" selfclose="true" /> | ||
<htmltag tagname="param" name="allowScriptAccess" value="never" selfclose="true" /> | <htmltag tagname="param" name="allowScriptAccess" value="never" selfclose="true" /> | ||
<htmltag tagname="param" name="allowFullScreen" value="true" selfclose="true" /> | |||
<htmltag tagname="embed" | |||
src="{{{url}}}" | |||
type="application/x-shockwave-flash" | |||
allowfullscreen="true" | |||
allowscriptaccess="never" | |||
width="{{{width|600}}}" | |||
height="{{{height|400}}}" /> | |||
</htmltag> | </htmltag> | ||
</includeonly> | </includeonly> | ||