Template File Format
Format
The File is a standard zip
file with the extension .stf. The file contains two files. One is a png
file containing the icon used to represent the template. The other is an
xml file named template.xml.
Sample XML File
<TEMPLATE
title="WMP7+"
basecontainer="Theme"
con="WMP7
Template Icon.png"
mediaplayer="WMP"
version="7"
os="Windows"
description="Template
for Windows Media Player Version 7"
/>
Break down of format
Title
The text label that appears with the
icon on the new project page
Basecontainer
The widget to search for which is the
base element in the skin file
Icon
The name of the icon used to display the
template in the New Project dialog.
MediaPlayer
The Media Player this project is
designed for.
Version
The minimum version number of the Media
Player this project is destined for.
OS
This is deprecated now, the Operating
System this project is designed for.
Description
The text description of this template
which gets displayed on the New Project dialog.
|