At this point, the Flex component is ready to be tested by SOASTA. Compile the above .mxml and .as files to create FlexAUT.swf. Add the Flex object to an html page with an id of FlexAUT.
You can copy this code from this page or download the source file here.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="FlexAUT" width="336" height="194"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="bin-debug/FlexAUT.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="bin-debug/FlexAUT.swf" quality="high" bgcolor="#869ca7"
width="336" height="194" name="FlexAUT" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>