<?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; swf</title>
	<atom:link href="http://blog.sitedaniel.com/tag/swf/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>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>
		<item>
		<title>Centering a Flash movie using HTML tables</title>
		<link>http://blog.sitedaniel.com/2009/11/centering-a-flash-movie-using-html-tables/</link>
		<comments>http://blog.sitedaniel.com/2009/11/centering-a-flash-movie-using-html-tables/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:56:12 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/?p=429</guid>
		<description><![CDATA[The easiest way I have found to center a SWF both vertically and horizontally in HTML is using tables. &#160; &#38;lt;table width=&#34;100%&#34; height=&#34;100%&#34; border=&#34;0&#34;&#62; &#38;lt;tr&#62; &#38;lt;td valign=&#34;middle&#34; align=&#34;center&#34;&#62; &#160; ... &#160; &#38;lt;/td&#62; &#38;lt;/tr&#62; &#38;lt;/table&#62; &#160;]]></description>
			<content:encoded><![CDATA[<p>The easiest way I have found to center a SWF both vertically and horizontally in HTML is using tables.</p>
<pre class="actionscript">&nbsp;
&amp;lt;table <span style="color: #0066CC;">width</span>=<span style="color: #ff0000;">&quot;100%&quot;</span> <span style="color: #0066CC;">height</span>=<span style="color: #ff0000;">&quot;100%&quot;</span> <span style="color: #0066CC;">border</span>=<span style="color: #ff0000;">&quot;0&quot;</span>&gt;
    &amp;lt;tr&gt;
        &amp;lt;td valign=<span style="color: #ff0000;">&quot;middle&quot;</span> <span style="color: #0066CC;">align</span>=<span style="color: #ff0000;">&quot;center&quot;</span>&gt;
&nbsp;</pre>
<p>...</p>
<pre class="actionscript">&nbsp;
        &amp;lt;/td&gt;
    &amp;lt;/tr&gt;
&amp;lt;/table&gt;
&nbsp;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2009/11/centering-a-flash-movie-using-html-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
