# swf_template.html

#

# There are many different ways of embedding SWF files in web pages and they all

# have their advantages and disadvantages.

# When InDesign exports data as XHTML it loads this file and uses it as a template.

#

# Lines starting with a # are removed.

# Every occurrence of ${swf} gets replaced with the URL of the SWF file.

# Every occurrence of ${width} gets replaced with the width of the SWF file

#	as it appears in InDesign.

# Every occurrence of ${height} gets replaced with the height of the SWF file

#	as it appears in InDesign.

# Every occurrence of ${id} gets replaced with unique id based on the 

#	name of the SWF file

#

<object data="${swf}" width="${width}" height="${height}" />

