Template:FlashEmbed: Difference between revisions
Template page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<templatestyles src="Template:FlashEmbed/styles.css" /> | <!-- load the template’s CSS --> | ||
<templatestyles src="Template:FlashEmbed/styles.css" /> | |||
<div class="ruffle-player"> | <div class="ruffle-player"> | ||
<div class="preloader"> | |||
<!-- background/logo image --> | |||
<img | |||
src="{{{bgimage|https://flashmuseum.org/wp-content/uploads/2023/06/The_Right_Mix_logo.png}}}" | |||
alt="{{{title|Play}}}" | |||
/> | |||
<!-- title text --> | |||
<div class="preloader_title"> | |||
{{{title|The Right Mix}}} | |||
</div> | |||
<!-- play button --> | |||
<div class="preloader_button wp-block-button__link"> | |||
{{{button|Play Now}}} | |||
</div> | |||
</div> | </div> | ||
<!-- your original Flash embed --> | |||
<htmltag | |||
tagname="object" | |||
type="application/x-shockwave-flash" | |||
data="{{{url}}}" | |||
width="{{{width|600}}}" | |||
height="{{{height|400}}}" | |||
> | |||
<htmltag name="movie" value="{{{url}}}" tagname="param" selfclose="true" /> | |||
<htmltag name="allowScriptAccess" value="never" tagname="param" selfclose="true" /> | |||
</htmltag> | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||