<?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 Scraps &#187; tool</title>
	<atom:link href="http://blog.sitedaniel.com/tag/tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sitedaniel.com</link>
	<description>Flash, Flex and AIR development</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:15:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FLV Info : duration, width, height, videodatarate, framerate, videocodecid, stereo</title>
		<link>http://blog.sitedaniel.com/2010/01/flv-info-duration-width-height-videodatarate-framerate-videocodecid-stereo/</link>
		<comments>http://blog.sitedaniel.com/2010/01/flv-info-duration-width-height-videodatarate-framerate-videocodecid-stereo/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 12:00:25 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[flvinfo]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[onmetadata]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/?p=489</guid>
		<description><![CDATA[This FLV Info tool enables you to view embedded MetaData without needing to play the video. Just like the SWFInfo tool I blogged about last year, using this tool you select your FLV file using the FileReference class and then you can view all you need to know about your Flash video : duration, width, [...]]]></description>
			<content:encoded><![CDATA[<p>This FLV Info tool enables you to view embedded MetaData without needing to play the video. Just like the <a href="http://blog.sitedaniel.com/2009/11/swf-info-width-height-swf-version-actionscript-version-framerate/">SWFInfo tool</a> I blogged about last year, using this tool you select your FLV file using the FileReference class and then you can view all you need to know about your Flash video : duration, width, height, videodatarate, framerate, videocodecid and stereo values.</p>
<p>It works by converting the loaded FLV data into a ByteArray and then searching for the string values associated with each metadata value. Then it reads either a double-precision (64-bit) floating-point number from the ByteArray, or in the case of 'stereo', a Boolean value. Also it will tell you how the videocodecid number translates into an understandable string value (i.e. VP6, H263 or AVC).</p>
<p><a href="http://dev.sitedaniel.com/tools/flvinfo/flvinfo.swf" rel="shadowbox;height=152;width=200"><img src="http://dev.sitedaniel.com/tools/flvinfo/flvinfo.png" alt="flvinfo" title="flvinfo" width="200" height="152" class="alignnone size-full wp-image-358" /></a></p>
<p> duration, width, height, videodatarate, framerate, videocodecid, stereo</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2010/01/flv-info-duration-width-height-videodatarate-framerate-videocodecid-stereo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Swf Info : width, height, swf version, actionscript version, framerate</title>
		<link>http://blog.sitedaniel.com/2009/11/swf-info-width-height-swf-version-actionscript-version-framerate/</link>
		<comments>http://blog.sitedaniel.com/2009/11/swf-info-width-height-swf-version-actionscript-version-framerate/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:31:30 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as2.0]]></category>
		<category><![CDATA[as3.0]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfinfo]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/?p=441</guid>
		<description><![CDATA[Have a local SWF but no FLA? Need to know the width, height, swf version, actionscript version or framerate? You can use this tool to load in your SWF and find out everything you need to know. It works with Flash Movies using ActionScript 2.0 or 3.0 and will tell you instantly all the information [...]]]></description>
			<content:encoded><![CDATA[<p>Have a local SWF but no FLA? Need to know the width, height, swf version, actionscript version or framerate?<br />
You can use this tool to load in your SWF and find out everything you need to know.<br />
It works with Flash Movies using ActionScript 2.0 or 3.0 and will tell you instantly all the information you need to know about your SWF.</p>
<p><a href="http://dev.sitedaniel.com/swfinfo/swfinfo.swf" rel="shadowbox;height=122;width=200"><img src="http://dev.sitedaniel.com/swfinfo/swfinfo.png" alt="swfinfo" title="swfinfo" width="202" height="124" class="alignnone size-full wp-image-358" /></a></p>
<p>swfVersion, actionScriptVersion, frameRate, width, height</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2009/11/swf-info-width-height-swf-version-actionscript-version-framerate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
