Template:FlashEmbed: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<htmltag tagname="div" | <templatestyles src="Template:FlashEmbed/styles.css" /> | ||
<htmltag tagname="object" type="application/x-shockwave-flash" data="{{{url}}}" width="{{{width|640}}}" height="{{{height|480}}}"> | |||
<htmltag tagname="div" class="flash-container"> | |||
<htmltag tagname="object" | |||
type="application/x-shockwave-flash" | |||
data="{{{url}}}" | |||
width="{{{width|640}}}" | |||
height="{{{height|480}}}"> | |||
<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" /> | ||