Listing 1

------ Build started: Project: 				
SwfApplication3, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...
Performing Post-Build Event...
C:\Visual Studio Projects\SwfApplication3\app.xaml
1 File(s) copied
File not found - *.swf
0 File(s) copied
File not found - *.gif
0 File(s) copied
File not found - *.jpg
0 File(s) copied
File not found - *.jpeg
0 File(s) copied
File not found - *.png
0 File(s) copied
File not found - *.htm*
0 File(s) copied

Xamlon Swf Compiler 1.0.b4
Copyright (C) 2005, Xamlon Inc. - All Rights Reserved.
ILDASM Command-Line
===================
XAML Parse
==========
C:\Visual Studio Projects\SwfApplication3\bin\app.xaml

SWF Build
=========
C:\Visual Studio Projects\SwfApplication3\bin\SwfApplication3.swf

Generate HTML
=============
C:\Visual Studio Projects\SwfApplication3\bin\SwfApplication3.html

---------------------- Done ----------------------

    Build: 1 succeeded, 0 failed, 0 skipped


Listing 2

<?xml version="1.0"?>
<!-- The width and height of your swf file is set from these -->
<Canvas Width="360" Height="240">
    <Canvas.Resources>
    </Canvas.Resources>
    <RectangleCanvas.Top="0" 
		Canvas.Left="0" 
		RectangleHeight="100" 
		RectangleWidth="360"
		Fill="VerticalGradient #AAAAAA 		
		#FFFFFF" />
    <Ellipse	CenterX="150" CenterY="95"
		RadiusX="100" RadiusY="75"
		Stroke="Blue" />
<Text FontSize="36" 
		Canvas.Left="10" 
		Canvas.Top="175">Xamlon Rocks!</Text>
<Panel	Width="11" 
		Height="11" 
		Canvas.Top="140" 
		Canvas.Left="145" >
  <Path	Fill="#FDD5C3" Data="M0.9,13.1C1.5,13.7,2
		.2,14,3,14h3.4c-0.9-0.1-1.7-0.4-2.3-1c-
		0.3-0.3-0.6-0.7-0.7-1H0.2C0.3,12.4,0.5,12.7,0.9,13.1z" />
		<Path	Fill="#FDD5C3"
		Data="M2.2,0.1C1.7,0.2,1.3,0.5,0.9,0.8C0.3
		,1.4,0,2.1,0,3h1V2h2V0C2.7,0,2.5,0,2.2,0.1z" />
<Path Fill="#CA2918" 
		Data="M3,0v2H1v1H0v9h0.2h3.2c0.1,0.3,0.4
		,0.7,0.7,1c0.6,0.6,1.4,0.9,2.3,1h0.
		2c0.9-0.1,1.7-0.4,2.4-1 c0.3-0.3,0.5-
		0.7,0.7-1H13V2v1h-1V2h-2V0H3z 					
		M6.5,8c0.7,0,1.3,0.2,1.8,0.7C8.7
		,9.2,9,9.8,9,10.5c0,0.6-0.3,1.2-0.7,1.7
		c-0.5,0.5-1.1,0.7-1.8,0.8c-0.7-
		0.1-1.3-0.3-1.8-0.8S4,11.1,4,10.5c0-
		0.7,0.2-1.3,0.7-1.8S5.8,8,6.5,8z
		M1,3h2v3h1V1h2v5h1.1V1 h2v5H10V3h2v8h-2c0-
		0.2,0-0.4,0-0.5c0-1-0.3-1.8-1-2.5S7.5,7,
		6.5,7C5.6,7,4.7,7.3,4.1,8C3.4,8.7,3,9.
		5,3,10.5c0,0.1,0,0.3,0,0.5 H1V3z" />
		<Path	Fill="#FFFFFF" 
				Data="M8.3,8.7C7.8,8.2,7.2,8,6.5,8S5.2,8.2
				,4.7,8.7S4,9.8,4,10.5c0,0.6,0.2,1.2,0.7,
				1.7s1.1,0.7,1.8,0.8 c0.7-0.1,1.3-
				0.3,1.8-0.8C8.7,11.7,9,11.1,9,10.5
				C9,9.8,8.7,9.2,8.3,8.7z" />
		<Path	Fill="#FFFFFF" 				
				Data="M3,3H1v8h2c0-0.2,0-0.4,0-0.5c0-
				1,0.4-1.8,1.1-2.5c0.6-0.7,1.5-1,2.4-1c1,
				0,1.8,0.3,2.5,1s1,1.5,1,2.5
				c0,0.1,0,0.3,0,0.5h2V3h-2v3H9.1V1h-
				2v5H6V1H4v5H3V3z" />
		<Path	Fill="#FDD5C3" Data="M11.8,0.1C11.6,0,11.3
				,0,11,0h-1v2h2v1h1V2v10H9.7c-0.2,0.3-
				0.4,0.7-0.7,1c-0.7,0.6-1.5,0.9-2.4,1H11
				c0.9,0,1.6-0.3,2.1-0.9c0.6-0.6,0.9-
				1.3,0.9-2.1V3c0-0.9-0.3-1.6-0.9-2.2C12.8
				,0.5,12.3,0.2,11.8,0.1z" />
 </Panel>
</Canvas>