<?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>Jaketastic &#187; pods plugin</title>
	<atom:link href="http://jaketastic.com/blog/tag/pods-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaketastic.com/blog</link>
	<description>Jake's Blog</description>
	<lastBuildDate>Tue, 22 Jun 2010 01:47:06 +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>Flash Slideshow for pods, etc.</title>
		<link>http://jaketastic.com/blog/flash-slideshow-for-pods-etc/</link>
		<comments>http://jaketastic.com/blog/flash-slideshow-for-pods-etc/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[pods plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jaketastic.com/blog/?p=199</guid>
		<description><![CDATA[I&#8217;ve made a simple slide show in flash to work with the pods plugin for wordpress. In principle, you can use the slide show in any situation, because it uses a &#8216;magic&#8217; string to get the images, links etc it needs to load. The compiled .swf is just under 4kB and uses a config_slideshow.txt file [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a simple slide show in flash to work with the pods plugin for wordpress. In principle, you can use the slide show in any situation, because it uses a &#8216;magic&#8217; string to get the images, links etc it needs to load.</p>
<p>The compiled .swf is just under 4kB and uses a config_slideshow.txt file to get itself started.</p>
<p>The slideshow.swf looks for config_slideshow.txt in the same directory (as itself) and loads some configuration variables from it. (Don&#8217;t rename slideshow.swf or config_slideshow.txt.) The config_slideshow.txt will look like this:</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;">url=http://your domain.com/flash_slideshow/<span class="sc1">&amp;delay=6&amp;suppressLoadInfo=false&amp;linkText=Click here to learn more.</span></div>
</div>
<p>The format for the magic string the slideshow will read is:</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;">title of image^http://my domain.com/path_to_image.jpg.gif.png.bmp^http://link when you click the linkText^image description text in simple html or txt#<span class="sc2">&lt;<a href="http://december.com/html/4/element/br.html"><span class="kw2">br</span></a>&gt;</span><br />
title of image2^http://my domain.com/path_to_image2.jpg.gif.png.bmp^http://link when you click the linkText^<br />
image description text in simple html or txt#<span class="sc2">&lt;<a href="http://december.com/html/4/element/br.html"><span class="kw2">br</span></a>&gt;</span></div>
</div>
<p>etc&#8230;<br />
You can see the magic string uses carrots &#8220;^&#8221; and &#8220;#&lt;br&gt;&#8221; to break into usable data. The order of the elements in the magic strings is important, but you may leave an element blank if you like: &#8220;^^&#8221;</p>
<p>Here is an example with intentional missing images to show how errors are handled:</p>

		<span class="flash">
		<object width="400" height="300">
			<param name="movie" value="http://jaketastic.com/blog/wp-content/themes/jaketastic/slideshow.swf"></param>
			<param name="allowFullScreen" value="true"></param>
			<param name="allowscriptaccess" value="always"></param>
			<embed src="http://jaketastic.com/blog/wp-content/themes/jaketastic/slideshow.swf" type="application/x-shockwave-flash"allowscriptaccess="always" allowfullscreen="true" width="400" height="300"></embed>
		</object>
		</span>
		
<p>Here are the files:</p>
<p><a href="http://jaketastic.com/blog/wp-content/uploads/2009/09/slideshow.zip">Flash slideshow files and source</a></p>
<p>Still to do:<br />
back/forward buttons. + configure in config_slideshow.txt file.<br />
Fullscreen button. + on/off in config_slideshow.txt file.<br />
Play music .mp3 or midi with the slideshow. +config_slideshow.txt file controlled.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaketastic.com/blog/flash-slideshow-for-pods-etc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BridgeCityPM.com</title>
		<link>http://jaketastic.com/blog/bridgecitypm-com/</link>
		<comments>http://jaketastic.com/blog/bridgecitypm-com/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 00:25:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[pods plugin]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jaketastic.com/blog/?p=179</guid>
		<description><![CDATA[I&#8217;ve made a more complicated WordPress website using the excellent pods plugin. BridgeCityPM.com]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a more complicated WordPress website using the excellent <a href="http://pods.uproot.us" target="_blank">pods plugin</a>.</p>
<p><a href="http://BridgeCityPM.com" target="_blank">BridgeCityPM.com</a><br />
<a href="http://bridgecitypm.com" target="_blank"><img class="alignleft size-medium wp-image-182" title="bridgecitypm.com_screenshot" src="http://jaketastic.com/blog/wp-content/uploads/2009/07/bridgecitypm.com_screenshot-300x253.png" alt="bridgecitypm.com_screenshot" width="300" height="253" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaketastic.com/blog/bridgecitypm-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
