Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:FlashEmbed: Difference between revisions

Template page
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 with Title + Logo + Button -->
<!-- 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; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center;">
     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;">
    
    
  <!-- Title Text -->
  <htmltag tagname="div"
    class="splash-title"
    style="color:white; font-size:24px; font-weight:bold; margin-bottom:10px;">
    {{{title|My Flash Game}}}
  </htmltag>
  <!-- Logo Image -->
   <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:60%;" />
     style="max-width:80%; max-height:80%;" />
 
  <!-- Play Now Button -->
  <htmltag tagname="button"
    class="play-button"
    style="padding:10px 20px; font-size:18px; background-color:#36c; color:#fff; border:none; border-radius:8px; cursor:pointer;">
    Play Now
  </htmltag>


</htmltag>
</htmltag>


<!-- Ruffle Player (Hidden initially) -->
<!-- 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="100%"  
     width="{{{width|640}}}"  
     height="100%"  
     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" />

Revision as of 12:57, 25 April 2025

Advertising: