<?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>i am jack's design &#187; Flash</title>
	<atom:link href="http://www.iamjacksdesign.com/blog/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamjacksdesign.com/blog</link>
	<description>thoughts on freelancing and web development</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:28:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making The XSPF Web Music Player Work In Internet Explorer</title>
		<link>http://www.iamjacksdesign.com/blog/making-the-xspf-web-music-player-work-in-internet-explorer/</link>
		<comments>http://www.iamjacksdesign.com/blog/making-the-xspf-web-music-player-work-in-internet-explorer/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 17:16:39 +0000</pubDate>
		<dc:creator>Link</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/making-the-xspf-web-music-player-work-in-internet-explorer/</guid>
		<description><![CDATA[ The XSPF Web Music Player is a Flash widget that lets you stream a single MP3 or a full playlist of songs on a website. There&#8217;s a really nice tutorial on Forever Geek that walks you through embedding the player.
The problem is that it doesn&#8217;t always work correctly in Internet Explorer. After a few [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://musicplayer.sourceforge.net/"><img class="right" src='http://www.iamjacksdesign.com/blog/wp-content/uploads/2007/11/xspf_web_music_player.jpg' alt='XSPF Web Music Player' /></a> The <a href="http://musicplayer.sourceforge.net/">XSPF Web Music Player</a> is a Flash widget that lets you stream a single MP3 or a full playlist of songs on a website. There&#8217;s a really <a href="http://forevergeek.com/articles/xspf_a_better_way_to_play_mp3s_on_your_site.php">nice tutorial on Forever Geek</a> that walks you through embedding the player.</p>
<p>The problem is that it doesn&#8217;t always work correctly in Internet Explorer. After a few minutes of going crazy and some trial and error, I figured out what you have to do to make the player work in both IE and Firefox. The trick is to make sure the value of your &#8220;movie&#8221; parameter equals the source of your &#8220;embed&#8221; tag. Like so:</p>
<pre name="code" class="php:nogutter">&lt;param name="movie" value="http://www.example.com/xspf_player_slim.swf?song_url=http://www.example.com/song.mp3 "/>

&lt;embed src="http://www.example.com/xspf_player_slim.swf?song_url=http://www.example.com/song.mp3 "/>
</pre>
<p>There are additional options you can add to the &#8220;embed&#8221; query string, but those are covered thoroughly in the <a href="http://forevergeek.com/articles/xspf_a_better_way_to_play_mp3s_on_your_site.php">Forever Geek tutorial</a> if you&#8217;re curious.</p>
<p>a</p>
<img src="http://www.iamjacksdesign.com/blog/?ak_action=api_record_view&id=54&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.iamjacksdesign.com/blog/making-the-xspf-web-music-player-work-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Life Is Easy When Clients Use YouTube</title>
		<link>http://www.iamjacksdesign.com/blog/life-is-easy-when-clients-use-youtube/</link>
		<comments>http://www.iamjacksdesign.com/blog/life-is-easy-when-clients-use-youtube/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 20:24:44 +0000</pubDate>
		<dc:creator>Link</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/life-is-easy-when-clients-use-youtube/</guid>
		<description><![CDATA[One of my baseball clients, the Everett AquaSox, are using the power of YouTube to bring video to their site. A recent news post about the team&#8217;s new advertising campaign starring former player Jay Buhner includes a clip of their new TV commercial embedded right into the post using YouTube.
This use of third-party tools not [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>One of my baseball clients, the <a href="http://www.aquasox.com">Everett AquaSox</a>, are using the power of YouTube to bring video to their site. A recent news post about <a href="http://www.aquasox.com/news_view.php?id=270">the team&#8217;s new advertising campaign starring former player Jay Buhner</a> includes a clip of their new TV commercial embedded right into the post using YouTube.</p>
<p>This use of third-party tools not only saved them money but it also saved us all the time of going through video conversion which I can tell you <a href="http://www.iamjacksdesign.com/blog/a-decent-video-converter-for-mac-os-x/">from experience</a> is <a href="http://www.iamjacksdesign.com/blog/a-better-video-converter-for-mac-os-x/">a hassle</a>.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/gy9vxqysRKc"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/gy9vxqysRKc" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>a</p>
<img src="http://www.iamjacksdesign.com/blog/?ak_action=api_record_view&id=24&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.iamjacksdesign.com/blog/life-is-easy-when-clients-use-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Better Video Converter for Mac OS X</title>
		<link>http://www.iamjacksdesign.com/blog/a-better-video-converter-for-mac-os-x/</link>
		<comments>http://www.iamjacksdesign.com/blog/a-better-video-converter-for-mac-os-x/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 15:41:49 +0000</pubDate>
		<dc:creator>Link</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/a-better-video-converter-for-mac-os-x/</guid>
		<description><![CDATA[We went live with our embedded Flash video yesterday on mudhens.com after some trials and tribulations. It turns out that my recommendation to use FFMPEGX for all your file converting needs wasn&#8217;t the best suggestion. We had a ton of framerate issues when trying to convert from MOV to FLV with FFMPEGX so we ended [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>We went live with our embedded Flash video yesterday on <a href="http://www.mudhens.com">mudhens.com</a> after some trials and tribulations. It turns out that <a href="http://www.iamjacksdesign.com/blog/a-decent-video-converter-for-mac-os-x/">my recommendation</a> to use <a href="http://www.ffmpegx.com/">FFMPEGX</a> for all your file converting needs wasn&#8217;t the best suggestion. We had a ton of framerate issues when trying to convert from MOV to FLV with <a href="http://www.ffmpegx.com/">FFMPEGX</a> so we ended up finding something else.</p>
<p>Our final choice was a program called <a href="http://www.techspansion.com/visualhub/">VisualHub</a>. It chewed right through the MOV file that <a href="http://www.ffmpegx.com/">FFMPEGX</a> couldn&#8217;t handle. The <a href="http://www.techspansion.com/visualhub/tryit.php">trial version of VisualHub</a> will only convert up to two minutes of video but the registered version only runs $23.32 USD so it&#8217;s worth the price and then some.</p>
<p>a</p>
<img src="http://www.iamjacksdesign.com/blog/?ak_action=api_record_view&id=19&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.iamjacksdesign.com/blog/a-better-video-converter-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Decent Video Converter for Mac OS X</title>
		<link>http://www.iamjacksdesign.com/blog/a-decent-video-converter-for-mac-os-x/</link>
		<comments>http://www.iamjacksdesign.com/blog/a-decent-video-converter-for-mac-os-x/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 16:23:40 +0000</pubDate>
		<dc:creator>Link</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/a-decent-video-coverter-for-mac-os-x/</guid>
		<description><![CDATA[UPDATE: A Better Video Converter for Mac OS X
One of my baseball clients is looking to post a lot of videos to their official site this season. In the past, we would periodically post WMV or MOV files to the site for fans to download. The new push for video this season requires us to [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<div class="alert"><b>UPDATE:</b> <a href="http://www.iamjacksdesign.com/blog/a-better-video-converter-for-mac-os-x/">A Better Video Converter for Mac OS X</a></div>
<p>One of my baseball clients is looking to post a lot of videos to their official site this season. In the past, we would periodically post WMV or MOV files to the site for fans to download. The new push for video this season requires us to move towards streaming Flash videos instead.</p>
<p>The video production guys on the team&#8217;s staff are a Mac crew so I had to come up with a way for them to convert their regular video files into Flash. Luckily, I stumbled upon the freeware program called <a href="http://www.ffmpegx.com/">FFMPEGX</a> that they can use to convert their movies into FLV files. Once the movies are converted, they simply FTP the FLV file up to the webserver.</p>
<p>Now that the conversion details are out of the way I&#8217;m looking for a video player to embed on the site. Right now, I&#8217;m leaning toward using the <a href="http://www.jeroenwijering.com/?item=Flash_Video_Player">Flash Video Player</a> by Jeroen Wijering but I&#8217;m still scoping out other ideas too.</p>
<p>a</p>
<img src="http://www.iamjacksdesign.com/blog/?ak_action=api_record_view&id=18&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.iamjacksdesign.com/blog/a-decent-video-converter-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Preventing Flash Objects From Overlapping HTML Elements</title>
		<link>http://www.iamjacksdesign.com/blog/preventing-flash-objects-from-overlapping-html-elements/</link>
		<comments>http://www.iamjacksdesign.com/blog/preventing-flash-objects-from-overlapping-html-elements/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 17:22:30 +0000</pubDate>
		<dc:creator>Link</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/preventing-flash-objects-from-overlapping-html-elements/</guid>
		<description><![CDATA[I&#8217;m working on a project for a new client with a dropdown menu that sits right above a small Flash slideshow. The slideshow, powered by the excellent SlideShow Pro by the way, causes any elements that try to display on top of it to be overlapped. This is a problem with all Flash objects and [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a project for a new client with a dropdown menu that sits right above a small Flash slideshow. The slideshow, powered by the excellent <a href="http://www.slideshowpro.net/">SlideShow Pro</a> by the way, causes any elements that try to display on top of it to be overlapped. This is a problem with all Flash objects and <a hef="http://www.ozzu.com/ftopic1757.html">the solutions for fixing it</a> are varied and all too complex.</p>
<p>It turns out the easiest and simplest solution is to add this parameter to your object: wmode=&#8221;transparent&#8221;</p>
<p>Of course, your mileage may vary with this but it&#8217;s been working for me so far.</p>
<p>a</p>
<img src="http://www.iamjacksdesign.com/blog/?ak_action=api_record_view&id=15&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.iamjacksdesign.com/blog/preventing-flash-objects-from-overlapping-html-elements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Charts &amp; Graphs Using PHP &amp; Flash</title>
		<link>http://www.iamjacksdesign.com/blog/charts-graphs-using-php-flash/</link>
		<comments>http://www.iamjacksdesign.com/blog/charts-graphs-using-php-flash/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 18:38:14 +0000</pubDate>
		<dc:creator>Link</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.iamjacksdesign.com/news/?p=3</guid>
		<description><![CDATA[If you&#8217;re looking for a simple way to add charts and graphs with PHP you might want to check out PHP/SWF Charts. It&#8217;s a stupid-easy to use Flash based system that receives data from PHP includes.
There&#8217;s a free version with slightly limited features, but a full-featured single license is only $45 and it&#8217;s good for [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking for a simple way to add charts and graphs with PHP you might want to check out <a href="http://www.maani.us/charts/index.php">PHP/SWF Charts</a>. It&#8217;s a stupid-easy to use Flash based system that receives data from PHP includes.</p>
<p>There&#8217;s a <a href="http://www.maani.us/charts/index.php?menu=License">free version with slightly limited features</a>, but a full-featured single license is only $45 and it&#8217;s good for one domain name and all its sub-domains. </p>
<p>I prefer <a href="http://www.maani.us/charts/index.php">PHP/SWF Charts</a> over alternatives like <a href="http://www.aditus.nu/jpgraph/">JpGraph</a>.</p>
<p>a</p>
<img src="http://www.iamjacksdesign.com/blog/?ak_action=api_record_view&id=3&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.iamjacksdesign.com/blog/charts-graphs-using-php-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
