Cole Ferrier

October 19, 2009

Code Test

Filed under: Uncategorized — cole.ferrier @ 4:24 pm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" 
	layout="absolute"
	width="245" 
	height="280"
	paddingLeft="10"
	paddingTop="10"
	paddingRight="10"
	paddingBottom="10"
						>
	<mx:Script>
		<![CDATA[
 
 
 
		]]>
	</mx:Script>
 
 
</mx:WindowedApplication>
16
17
18
19
			protected function test(event:FlexEvent):void
			{
 
			}

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment