<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActionScript Examples &#187; trace()</title>
	<atom:link href="http://actionscriptexamples.com/tag/trace/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Saving the contents of the Flash Actions panel to an external file using JSFL</title>
		<link>http://actionscriptexamples.com/2008/11/27/saving-the-contents-of-the-flash-actions-panel-to-an-external-file-using-jsfl/</link>
		<comments>http://actionscriptexamples.com/2008/11/27/saving-the-contents-of-the-flash-actions-panel-to-an-external-file-using-jsfl/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 05:44:54 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[JSFL]]></category>
		<category><![CDATA[actionsPanel]]></category>
		<category><![CDATA[clear()]]></category>
		<category><![CDATA[getText()]]></category>
		<category><![CDATA[outputPanel]]></category>
		<category><![CDATA[save()]]></category>
		<category><![CDATA[trace()]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=65</guid>
		<description><![CDATA[The following example shows how you can use JSFL to export the contents of the Flash Actions panel to an external file using the fl.outputPanel.trace(), fl.actionsPanel.getText(), and fl.outputPanel.save() methods. Full code after the jump. // JSFL fl.outputPanel.clear&#40;&#41;; fl.outputPanel.trace&#40;fl.actionsPanel.getText&#40;&#41;&#41;; fl.outputPanel.save&#40;&#34;file:///C:/temp/actionsPanel.as&#34;&#41;;]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/11/27/saving-the-contents-of-the-flash-actions-panel-to-an-external-file-using-jsfl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
