Publishing and Exporting > Customizing HTML publishing templates > Sample template
Sample templateThe 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 <HTML> <HEAD> <TITLE>$TI</TITLE> </HEAD> <BODY bgcolor="$BG"> <!-- URLs 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=5,0,0,0" ID=$TI WIDTH=$WI HEIGHT=$HE> $PO <EMBED $PE WIDTH=$WI HEIGHT=$HE TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> </OBJECT> </BODY> </HTML>