<?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>ria-coder.com &#187; swf</title>
	<atom:link href="http://ria-coder.com/blog/tag/swf/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Apr 2010 19:35:08 +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>Converting GIF to SWF using Flash CS4</title>
		<link>http://ria-coder.com/blog/converting-gif-to-swf-using-flash-cs4</link>
		<comments>http://ria-coder.com/blog/converting-gif-to-swf-using-flash-cs4#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:34:32 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[flash cs4]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=509</guid>
		<description><![CDATA[A typical ballache... You want to use one of the cool loaders from http://ajaxload.info/ in your Flash/Flex apps, but it only generates a GIF file...]]></description>
			<content:encoded><![CDATA[<p>A typical ballache&#8230; You want to use one of the cool loaders from <a title="AjaxLoad" href="http://ajaxload.info/">http://ajaxload.info/</a> in your Flash/Flex apps, but it only generates a GIF file&#8230; So you&#8217;ll scour the net for a GIF2SWF application and you&#8217;ll undoubtedly come across a few, but you don&#8217;t have to look any further than Flash CS4 &#8211; surprisingly!</p>
<p>All you have to do is open a GIF file in Flash CS4 and it&#8217;ll automatically pull it apart and convert it to frames, which can then be converted to a SWF file <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope it helps you at some point!</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/converting-gif-to-swf-using-flash-cs4/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using SWFTools on Linux</title>
		<link>http://ria-coder.com/blog/using-swftools-on-linux</link>
		<comments>http://ria-coder.com/blog/using-swftools-on-linux#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:30:53 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swftools]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=123</guid>
		<description><![CDATA[SWFTools is a fantastic library of SWF manipulation utilities. It contains the following packages: PDF2SWF A PDF to SWF Converter. Generates one frame per page. Enables you to have fully formatted text, including tables, formulas etc. inside your Flash Movie. It&#8217;s based on the xpdf PDF parser from Derek B. Noonburg. SWFCombine A tool for]]></description>
			<content:encoded><![CDATA[<p>SWFTools is a fantastic library of SWF manipulation utilities. It contains the following packages:</p>
<ul>
<li><strong>PDF2SWF</strong> A PDF to SWF Converter. Generates one frame per page. Enables you to    have fully formatted text, including tables, formulas etc. inside your   Flash Movie. It&#8217;s based on the <a href="http://www.foolabs.com/xpdf">xpdf</a> PDF   parser from Derek B. Noonburg.</li>
<li><strong>SWFCombine</strong> A tool for inserting SWFs into Wrapper SWFs. (Templates)    E.g. for including the pdf2swf SWFs in some sort of Browsing-SWF.</li>
<li><strong>SWFStrings</strong> Scans SWFs for text data.</li>
<li><strong>SWFDump</strong> Prints out various informations about SWFs.</li>
<li><strong>JPEG2SWF</strong> Takes one or more JPEG pictures and generates a SWF slideshow.</li>
<li><strong>PNG2SWF</strong> Like JPEG2SWF, only for PNGs.</li>
<li><strong>GIF2SWF</strong> Converts GIFs to SWF. Also able to handle animated gifs.</li>
<li><strong>WAV2SWF</strong> Converts WAV audio files to SWFs, using the   <a href="http://www.mp3dev.org/mp3/">L.A.M.E.</a> MP3 encoder library.</li>
<li><strong>AVI2SWF</strong> Converts AVI animation files to SWF.    It supports Flash MX H.263 compression.   Some examples can be found at <a href="http://www.swftools.org/examples.html">examples.html</a>.</li>
<li><strong>Font2SWF</strong> Converts font files (TTF, Type1) to SWF.</li>
<li><strong>SWFBBox</strong> Allows to readjust SWF bounding boxes.</li>
<li><strong>SWFC</strong> A tool for creating SWF files from simple script files.</li>
<li><strong>SWFExtract</strong> Allows to extract Movieclips, Sounds, Images etc. from SWF files.</li>
<li><strong>RFXSWF Library </strong> A fully featured library which can be used for standalone SWF generation.   Includes support for Bitmaps, Buttons, Shapes, Text, Fonts, Sound etc.   It also has support for ActionScript using the <a href="http://www.opaque.net/ming/"> Ming </a> ActionCompiler.</li>
</ul>
<p>You can download the tarball from their site (<a title="SWFTools" href="http://www.swftools.org" target="_blank">http://www.swftools.org</a>) or using the Synaptic Package Manager on your Linux distro. The installation is fairly straightforward, so i&#8217;ll just skip to using the package.</p>
<p>All the exercise files i will be using in this post are available <a title="swftools-files" href="http://ria-coder.com/blog/downloads/swftools.tar.gz" target="_blank">here</a>.</p>
<p>The tools i will be highlighting are:</p>
<ul>
<li>PDF2SWF</li>
<li>SWFDump</li>
</ul>
<h3>PDF2SWF</h3>
<p>This is probably the most useful tool in the entire package. As the name implies, it will convert the inputted PDF and convert it into a SWF. Refer to the PDF2SWF.pdf and PDF2SWF.swf files in the exercise files.</p>
<p>You can find the manual for PDF2SWF <a title="PDF2SWF" href="http://www.swftools.org/pdf2swf.html" target="_blank">here</a>.</p>
<p><strong>Usage:</strong> <em>pdf2swf [options] input-file.pdf -o output-file.swf</em></p>
<p><strong>Useful arguments:<br />
</strong></p>
<ul>
<li>-P &#8211; Decrypt the SWF with a password</li>
<li>-p &#8211; Pages to convert</li>
<li>-T &#8211; Set the Flash Player version</li>
</ul>
<h3>SWFDump</h3>
<p>This is a very neat tool! It can tell you a whole lot about your SWF, such as the width, height, fonts, and it can even generate (X)HTML code for you for embedding your SWF.</p>
<p>The documentation for this tool can be found <a title="SWFDump" href="http://www.swftools.org/swfdump.htm" target="_blank">here</a>.</p>
<p>This is a very interesting package for all of the experimenting Flash/Flex developers working on or with Linux. The package is available for a plethora of operating systems though, but it&#8217;s always cooler on Linux <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/using-swftools-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

