Publishing > Customizing HTML publishing templates > Sample template

 

Sample template

The Default.html template file in Flash, shown here as a sample, includes many of the commonly used template variables.

$TTFlash Only (Default)
$DS
Use an OBJECT and EMBED tag to display Flash.
$DF
<HEAD>
<TITLE>$TI</TITLE>
</HEAD>
<HTML><BODY bgcolor="$BG">

<!-- URL's used in the movie-->
$MU
<!-- text used in the movie-->
$MT

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH=$WI HEIGHT=$HE id=$TI>
 $PO
<EMBED $PE WIDTH=$WI HEIGHT=$HE id=$TI
 TYPE="application/x-shockwave-flash"
 PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>

</BODY>
</HTML>