<?xml version="1.0" encoding="utf-8"?>
<site>

	<pages>
	
		<page page_number="1">
			<title>Page #1</title>
			<content>This is the FIRST page. This text is loaded from the "my_site.xml" file.</content>
			<image>http://flashmymind.com/SWF/page1.gif</image>
		</page>
		
		<page page_number="2">
			<title>Page #2</title>
			<content>This is the SECOND page. You can modify this content by modifying the XML file. No need to modify your .fla file anymore!</content>
			<image>http://flashmymind.com/SWF/page2.gif</image>
		</page>
		
		<page page_number="3">
			<title>Page #3</title>
			<content>The images on the right side are also specified in the XML file!</content>
			<image>http://flashmymind.com/SWF/page3.gif</image>
		</page>
	
	</pages>

</site>

