<?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>SofaRider &#187; flash</title>
	<atom:link href="http://rider.sofarider.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://rider.sofarider.com</link>
	<description>WordPress Themes, Widgets, Development &#124; WEB &#38; Graphic Design</description>
	<lastBuildDate>Wed, 14 Oct 2009 08:40:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to connect WordPress and Flash &#8211; part #2</title>
		<link>http://rider.sofarider.com/blog/wordpress-tips/how-to-connect-wordpress-and-flash-part-2/</link>
		<comments>http://rider.sofarider.com/blog/wordpress-tips/how-to-connect-wordpress-and-flash-part-2/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:32:45 +0000</pubDate>
		<dc:creator>Feeleep</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[wordpress flash]]></category>

		<guid isPermaLink="false">http://rider.sofarider.com/?p=267</guid>
		<description><![CDATA[Finally, part 2 of this tutorial is here. Part 1 can be seen HERE. There you can find out how to prepare and format data for Flash and now we are about to do something with it. I&#8217;ve made a package of all required files for download so you can see what else will be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-170" title="2connection-done-big" src="http://rider.sofarider.com/wp-content/uploads/2009/06/2connection-done-big-200x200.jpg" alt="2connection-done-big" width="200" height="200" />Finally, part 2 of this tutorial is here. Part 1 can be seen <a href="http://rider.sofarider.com/blog/wordpress-tips/how-to-connect-wordpress-and-flash-part-1/">HERE</a>. There you can find out how to prepare and format data for Flash and now we are about to do something with it. I&#8217;ve made a package of all required files for download so you can see what else will be used. Please <a href="http://rider.sofarider.com/wp-content/uploads/2009/07/WP_flash.zip">download ZIP</a>, unpack and open <strong>WP_flash.fla</strong>. Code is well commented and I am not about to explain how and why. This is just an example of my own implementation, you may develop your own and display data differently in Flash. My goal was to demonstrate WP &#8211; Flash data exchange on the simplest possible way.</p>
<h2>How to use it?</h2>
<p>Just for demo purpose upload all the files (and &#8217;script&#8217; folder as well!) to the root of your theme, it doesn&#8217;t matter which one. Now you need to call &#8216;WP_flash_holder.php&#8217; in Browser but full path to this file must be used because we are currently out of WP &#8216;native environment&#8217;:<br />
<strong>http://yourdomain.com/wp-content/themes/your_theme_name/WP_flash_holder.php</strong>.<br />
For a case you are about to include <strong>WP_flash.swf</strong> in any existing template file of your theme (for example <strong>sidebar.php</strong>), things will work normally.</p>
<p>NOTE:</p>
<p>Open <strong>WP_flash_holder.php</strong> and change path to match your domain and theme name otherwise it&#8217;ll not work. For example the line reading:</p>
<pre><code>
&lt;script src="http://your_domain.com/wp-content/themes/your_theme_name/script/swfobject.js" type="text/javascript"&gt;&lt;/script&gt;
</code></pre>
<p>As well as:</p>
<pre><code>
var so = new SWFObject( "http://your_domain.com/wp-content/themes/your_theme_name/WP_flash.swf", "wpflash", "550", "400", "8" );
</code></pre>
<p>&#8230;must be replaced with your own data!</p>
<h2>Files in package&#8230;</h2>
<ul>
<li> <strong>slidestyle.css<br />
</strong>Flash Player supports a subset of properties in the original CSS1 specification only so basic text formatting can be done here. Not much but enough for this tutorial.</li>
<li> <strong>WP_flash_holder.php </strong><br />
This file is here just to properly include/embed Flash file into HTML page. In source code you can read how to include Flash in native WordPress environment (for example <strong>sidebar.php</strong>).</li>
<li> <strong>script &gt; swfobject.js </strong><br />
As already mentioned, swf must be properly embed so this is nothing but a piece of javascript code required to avoid page errors and Browser warnings.</li>
<li> <strong>WP_flash.fla</strong> and <strong>WP_flash.swf</strong><br />
Source and rendered file used for demonstration purpose.</li>
</ul>
<h2>It&#8217;s good to know</h2>
<p>I guess some of you already plan to make a first Flash theme so it&#8217;s good to know that each and every WP theme must fulfill minimum requirements. Theme folder MUST contain the following files: <strong>index.php</strong>, <strong>style.css</strong> and <strong>functions.php</strong> (screenshot.png). In that case you can keep all of your Flash styles in <strong>style.css</strong> and embed Flash into <strong>index.php</strong>. Remember, it&#8217;s a long way to develop Flash theme and this tutorial is just a little tiny foot step on the long path up to the hill. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://rider.sofarider.com/blog/wordpress-tips/how-to-connect-wordpress-and-flash-part-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Designer Corner &#8211; Flash made WordPress theme</title>
		<link>http://rider.sofarider.com/work/wordpress-themes/designer-corner-flash-made-wordpress-theme/</link>
		<comments>http://rider.sofarider.com/work/wordpress-themes/designer-corner-flash-made-wordpress-theme/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 10:50:28 +0000</pubDate>
		<dc:creator>Feeleep</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash template]]></category>
		<category><![CDATA[flash theme]]></category>
		<category><![CDATA[wordpress flash]]></category>

		<guid isPermaLink="false">http://rider.sofarider.com/?p=20</guid>
		<description><![CDATA[
NOTE: This theme can be purchased exclusively via Themeforest!
Sofa Designer Corner is Flash made WordPress theme. It&#8217;s straight, clean and simple portfolio theme made for anyone capable to show his/her work in digital form. Beside still images, YouTube video is supported as well. This theme has also &#8216;Lightbox&#8217; for image and video preview built in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rider.sofarider.com/wp-content/uploads/2009/06/designer_corner.jpg" rel="shadowbox[imageset]"><img src="http://rider.sofarider.com/wp-content/uploads/2009/06/designer_corner-588x588.jpg" alt="designer_corner" title="designer_corner" width="588" height="588" class="alignnone size-medium wp-image-21" /></a><br />
<strong>NOTE:</strong> This theme can be purchased exclusively via <a href="http://themeforest.net/item/sofa-designercorner/33817">Themeforest</a>!</p>
<p>Sofa Designer Corner is Flash made WordPress theme. It&#8217;s straight, clean and simple portfolio theme made for anyone capable to show his/her work in digital form. Beside still images, YouTube video is supported as well. This theme has also &#8216;Lightbox&#8217; for image and video preview built in as well as automatic pagination control. In spite of the fact this is Flash theme, almost everything can be customized via WordPress Admin interface. With just a few clicks you can have a completely different layout and design without knowing any programming language.<br />
<strong>For those people who are not willing to setup this theme on their own or don&#8217;t have time to read manuals or don&#8217;t know how, I&#8217;ll setup demo site free of charge. Drop me an email, I&#8217;ll reply as soon as I can.</strong><br />
<br />
Before you purchase this theme please check whether your server PHP version is at least 4.4.9. It&#8217;s crucial for Flash theme to function properly!</p>
]]></content:encoded>
			<wfw:commentRss>http://rider.sofarider.com/work/wordpress-themes/designer-corner-flash-made-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DesignerFolio &#8211; Premium WordPress theme</title>
		<link>http://rider.sofarider.com/work/wordpress-themes/designerfolio-premium-wordpress-theme/</link>
		<comments>http://rider.sofarider.com/work/wordpress-themes/designerfolio-premium-wordpress-theme/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 10:35:28 +0000</pubDate>
		<dc:creator>Feeleep</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rider.sofarider.com/?p=11</guid>
		<description><![CDATA[
NOTE: This theme can be purchased exclusively via Themeforest!
Sofa Designer Folio theme allows you to keep designer&#8217;s showcase separated from the blog. For that reason this theme is using two type of templates: Portfolio and Blog. These are actually two top level categories which must be created because the concept of Sofa Designer Folio theme [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rider.sofarider.com/wp-content/uploads/2009/06/designer_folio.jpg" rel="shadowbox[imageset]"><img src="http://rider.sofarider.com/wp-content/uploads/2009/06/designer_folio-588x588.jpg" alt="designer_folio" title="designer_folio" width="588" height="588" class="alignnone size-medium wp-image-12" /></a><br />
<strong>NOTE:</strong> This theme can be purchased exclusively via <a href="http://themeforest.net/item/sofa-designer-folio/30472">Themeforest</a>!</p>
<p>Sofa Designer Folio theme allows you to keep designer&#8217;s showcase separated from the blog. For that reason this theme is using two type of templates: Portfolio and Blog. These are actually two top level categories which must be created because the concept of Sofa Designer Folio theme relies on such approach. Each and every aspect of this theme can be managed through the Admin panel, even the Flash slideshow which can be seen on the top of the page.<br />
<br /> This theme is definitely not a money maker WordPress theme, it has been made for the people who make money out of their work. It&#8217;s clean, straight-two-columns, no-advertising-poluted and easy to navigate theme which will make your post/page publish job as easy as never before.</p>
<h2>Features</h2>
<ul>
<li>WordPress version 2.6 &#8211; 2.7.1.</li>
<li>All Browsers friendly (PC &#038; Mac)</li>
<li>2 columns &#8211; strict</li>
<li>Easy to manage via WP Admin panel</li>
<li>Flash slideshow included :)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rider.sofarider.com/work/wordpress-themes/designerfolio-premium-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
