Template:FlashEmbed: Difference between revisions
Template page
More actions
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Manual revert |
||
| Line 2: | Line 2: | ||
<templatestyles src="Template:FlashEmbed/styles.css" /> | <templatestyles src="Template:FlashEmbed/styles.css" /> | ||
<!-- Splash Screen | <!-- Splash Screen --> | ||
<htmltag tagname="div" | <htmltag tagname="div" | ||
class="custom-splash" | class="custom-splash" | ||
style="position:relative; width:{{{width|640}}}px; height:{{{height|480}}}px; background:#000; margin-left:auto; margin-right:auto; display:flex | style="position:relative; width:{{{width|640}}}px; height:{{{height|480}}}px; background:#000; margin-left:auto; margin-right:auto; display:flex; align-items:center; justify-content:center;"> | ||
<htmltag tagname="img" | <htmltag tagname="img" | ||
src="https://www.gamebrew.org/images/5/52/Gb-logo-v3.png" | src="https://www.gamebrew.org/images/5/52/Gb-logo-v3.png" | ||
alt="Loading..." | alt="Loading..." | ||
style="max-width:80%; max-height: | style="max-width:80%; max-height:80%;" /> | ||
</htmltag> | </htmltag> | ||
<!-- Ruffle Player ( | <!-- Ruffle Player (hidden at first) --> | ||
<htmltag tagname="div" | <htmltag tagname="div" | ||
class="ruffle-player" | class="ruffle-player" | ||
| Line 39: | Line 24: | ||
type="application/x-shockwave-flash" | type="application/x-shockwave-flash" | ||
data="{{{url}}}" | data="{{{url}}}" | ||
width=" | width="{{{width|640}}}" | ||
height=" | height="{{{height|480}}}" | ||
style="display:block; margin:0 auto;"> | style="display:block; margin:0 auto;"> | ||
<htmltag tagname="param" name="movie" value="{{{url}}}" selfclose="true" /> | <htmltag tagname="param" name="movie" value="{{{url}}}" selfclose="true" /> | ||