<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>mac-dev.net</title>
	<link>http://www.mac-dev.net/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 01 Jul 2008 16:24:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title></title>
		<link>http://www.mac-dev.net/blog/flash-video-plugin-for-wordpress/screenshots/</link>
		<comments>http://www.mac-dev.net/blog/flash-video-plugin-for-wordpress/screenshots/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 13:46:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flash Video Plugin for WordPress]]></category>

		<guid isPermaLink="false">http://www.mac-dev.net/blog/flash-video-plugin-for-wordpress/screenshots/</guid>
		<description><![CDATA[Screenshots
Administrative Options Panel:

Video Player Embedded in  a Post with Custom Poster Frame:
Floating Player Controls:

Player with Custom Watermark Logo:

Custom Player Color Examples:

]]></description>
			<content:encoded><![CDATA[<h2 style="padding: 10px; background-color: #c5fab4">Screenshots</h2>
<p><em>Administrative Options Panel:</em><br />
<img src="http://mac-dev.net/blog/wp-content/uploads/2007/10/screenshot-1.png" alt="Plugin Options Menu" width="500" /></p>
<p><em>Video Player Embedded in  a Post with Custom Poster Frame:</em><img src="http://mac-dev.net/blog/wp-content/uploads/2007/10/screenshot-2.png" alt="Video Player Embedded in Post with Poster Frame" width="500" /></p>
<p><em>Floating Player Controls:</em></p>
<p><img src="http://mac-dev.net/blog/wp-content/uploads/2007/10/screenshot-3.png" alt="Player with Floating Controls" /></p>
<p><em>Player with Custom Watermark Logo:</em></p>
<p><img src="http://mac-dev.net/blog/wp-content/uploads/2007/10/screenshot-4.png" alt="Player with Custom Watermark Logo" /></p>
<p><em>Custom Player Color Examples:</em></p>
<p><img src="http://mac-dev.net/blog/wp-content/uploads/2007/10/screenshot-5.png" alt="Custom Player Colors" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mac-dev.net/blog/flash-video-plugin-for-wordpress/screenshots/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash Video Player Plugin for WordPress</title>
		<link>http://www.mac-dev.net/blog/flash-video-plugin-for-wordpress/flv-video-plugin-for-wordpress/</link>
		<comments>http://www.mac-dev.net/blog/flash-video-plugin-for-wordpress/flv-video-plugin-for-wordpress/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 13:49:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flash Video Plugin for WordPress]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[

After some deliberation, I decided to look into alternative methods for delivering video over the web. I was pushed into action by the service patch to IE6 that presented visitors to my website with an active-x dialog box. This was disturbing at best and downright annoying at worst. However, even before the IE update, I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mac-dev.net/blog/files/flashvideo-1.1.php.gz"><img src="images/download-banner.gif" alt="Download Flash Video Plugin" /></a></p>
<p><img src="http://www.mac-dev.net/blog/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p>After some deliberation, I decided to look into alternative methods for delivering video over the web. I was pushed into action by the service patch to IE6 that presented visitors to my website with an active-x dialog box. This was disturbing at best and downright annoying at worst. However, even before the IE update, I was getting reports of people not being able to view my videos, or having to download a new version of Quicktime every time they wanted to watch a video (and at a 30+mb download, that was very painful for some). So, I decided to look into alternatives for video delivery. It seemed like Flash video was the best available option, given it’s penetration (97% of computers have Flash installed) and small download size (1.31mb). Also, <a href="http://video.google.com" title="Google Video Website">Google</a>, <a href="http://www.youtube.com" title="YouTube Website">YouTube</a> and <a href="http://video.aol.com" title="AOL Video Website">AOL</a> all use a flash based player for video, so it seems that the industry has finally begun to converge on a single technology.</p>
<p>After deciding on the technology, I set out to find a good free player. Hands down, the best free player I found was the <a href="http://www.jeroenwijering.com/?item=JW_FLV_Player" title="Jeroen Wijering's Flash Video Player Website">Flash Video Player created by Jeroen Wijering</a>.</p>
<p>Here’s are the simple steps to get it working on your website.</p>
<p>1. <a href="http://www.jeroenwijering.com/?item=JW_FLV_Player" title="Jeroen Wijering's Flash Video Player Website">Download the Flash Video Player</a> from Jeroen’s website. Unpack the files.</p>
<p><code>unzip jw_flv_player.zip</code></p>
<p>2. Transfer the following files to your WordPress root directory:</p>
<p><code>swfobject.js, flvplayer.swf</code></p>
<p>3. Using the “Theme Editor” under admin tools, edit your WordPress Theme header template file to include the following code between the head tags:</p>
<p><code>&lt;script src="swfobject.js" type="text/javascript"&gt;&lt;/script&gt;</code></p>
<p>4. Download my Flash Video Plugin for Wordpress. Unpack the plugin.</p>
<p><code>gunzip flashvideo-1.1.php.gz</code></p>
<p>5. Transfer the plugin to your server’s WordPress plugins (wp-content/plugins/) directory.</p>
<p>6. Enter the admin panel and activate the plugin</p>
<p>7. FTP into your server and create the folder that will contain your videos under your main WordPress install directory. Call it videos or whatever you want.</p>
<p>8. Move the included video file (video.flv) into your newly created videos directory to test.</p>
<p>9. Create a new post and enter the following tag:</p>
<p><code>&#91;flashvideo width="320" height="240" filename="videos/video.flv" /]</code></p>
<p>10. That’s it! You’re in business. If you want to further customize the player, you will have to hack the plugin to add other options, but it should be pretty easy.</p>
<p>** Update: I have updated the plugin to version 1.1. I have switched the plugin to write the JavaScript code using the SWFObject library. To update from the previous version, follow these simple steps:</p>
<ul>
<li><a href="http://www.jeroenwijering.com/?item=JW_FLV_Player" title="Jeroen Wijering's Flash Video Player Website">Download the new Flash Video Player</a></li>
<li>Unzip the package and transfer the files flvplayer.swf and swfobject.js into your wordpress root directory.</li>
<li>Download the new Flash Video Player Plugin for WordPress</li>
<li>Decompress the plugin and transfer to your plugins directory. Deactivate the old plugin and activate the new one.</li>
<li>Edit your Header file:<br />
Change: &lt;script src=&#8221;ufo.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
To: &lt;script src=&#8221;swfobject.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</li>
<li>Optionally, you can remove the following files: fullscreen.html, ufo.js, flashvideo-1.0.php</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mac-dev.net/blog/flash-video-plugin-for-wordpress/flv-video-plugin-for-wordpress/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
