<?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>iWebUnlimited.com &#187; Video Tutorials</title>
	<atom:link href="http://iwebunlimited.com/category/video_tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwebunlimited.com</link>
	<description>Pushing iWeb to No Limit!</description>
	<lastBuildDate>Sun, 15 Aug 2010 07:00:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Video Tutorial &#8211; Comments in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/comments-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/comments-in-iweb/#comments</comments>
		<pubDate>Wed, 12 May 2010 16:50:58 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Comments]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=640</guid>
		<description><![CDATA[
Are you hosting your iWeb site on your server? That means that you can&#8217;t use the built in comments feature in iWeb. It only works if you have a MobileMe membership. Well here comes iWebUnlimited to the rescue. Now you can get comments into iWeb no matter who your hosting your website with. Just follow [...]]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigd3HIwA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>Are you hosting your iWeb site on your server? That means that you can&#8217;t use the built in comments feature in iWeb. It only works if you have a MobileMe membership. Well here comes iWebUnlimited to the rescue. Now you can get comments into iWeb no matter who your hosting your website with. Just follow the steps in this video and your set!</p>
<p>If your doing the iFrame way use this code below to create a blank HTML page:</p>
<p><br class="spacer_" /></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote>
<div id="_mcePaste">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</div>
<div id="_mcePaste">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</div>
<div id="_mcePaste">&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;</div>
<div id="_mcePaste">&lt;head&gt;</div>
<div id="_mcePaste">&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;</div>
<div id="_mcePaste">&lt;title&gt;Comments&lt;/title&gt;</div>
<div id="_mcePaste">&lt;/head&gt;</div>
<div id="_mcePaste">&lt;body&gt;</div>
<div id="_mcePaste">&lt;!-- Add Comment Code Here --&gt;</div>
<div id="_mcePaste">&lt;/body&gt;</div>
<div id="_mcePaste">&lt;/html&gt;</div>
</blockquote>
<p></code></p>
<p><br class="spacer_" /></p>
<p><code><br />
 </code></p>
<div>If you found this video helpful, please consider donating to the iWebUnlimited cause by clicking <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=10756022" target="_blank">here</a>.</div>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/comments-in-iweb/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Video Tutorial &#8211; Photo Swapper</title>
		<link>http://iwebunlimited.com/video_tutorials/photo-swapper/</link>
		<comments>http://iwebunlimited.com/video_tutorials/photo-swapper/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 18:36:24 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=623</guid>
		<description><![CDATA[
Photo Swapper HTML Image Viewer in iWeb.
This adds a little image swapping viewer in iWeb.  Just follow the steps in the video tutorial.

Here is the snippet code below:

 &#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"       
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;
 &#60;html xmlns="http://www.w3.org/1999/xhtml"&#62;
	 &#60;head&#62;	
		 &#60;title&#62;Expanding Photos &#60;/title&#62;	
			 &#60;style type="text/css"&#62;	img.mini {border:none} 
			/*no border around left [...]]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdn5PQA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<h3>Photo Swapper HTML Image Viewer in iWeb.</h3>
<p>This adds a little image swapping viewer in iWeb.  Just follow the steps in the video tutorial.</p>
<p><span id="more-623"></span></p>
<p>Here is the snippet code below:</p>
<p><textarea rows="20" cols="80">
 &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"       
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
 &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
	 &lt;head&gt;	
		 &lt;title&gt;Expanding Photos &lt;/title&gt;	
			 &lt;style type="text/css"&gt;	img.mini {border:none} 
			/*no border around left column images */		
			div#minis a img.big {height: 0; width: 2; border-width: 2} 
		
			/* hide the big image by making its height and width 0 */	
			div#minis a:hover img.big {position:absolute; top:18px; 
left:120px;height:400px;width:500px;border:none} 
		
			/* make the big image appear in the same space as the frame at right when the visitor 
hovers over one of the image in left column */		
			#frame {position:absolute;top:16px;left:118px;height:355px;width:480px;border:none 
solid grey;font: 1em "Trebuchet MS", Verdana, sans-serif;color:grey;padding:10px} 
		
			/* create an empty frame so that visitors expect something to go there */	
			p {margin-bottom:30px} 
		
			/*add bottom margin to p elements so that they are (roughly) aligned with the big 
image frame */	
		 &lt;/style&gt;
	 &lt;/head&gt;
	
	 &lt;body&gt;
		 &lt;div id="frame"&gt;
		 &lt;p&gt;My cool text that is there when no image is. &lt;/p&gt;
		
			 &lt;/div&gt; &lt;div id="minis"&gt;
			 &lt;!-- Photo 1 --&gt;
			 &lt;p&gt; &lt;a class="photo" title="Paradise with Palms"&gt; 
			 &lt;img class="mini" 
src="http://www.iwebunlimited.com/examples/htmlimageviewer/palms_t.jpg" width="100" 
height="75" alt="Study of Women" /&gt;
			 &lt;img 
class="big"src="http://www.iwebunlimited.com/examples/htmlimageviewer/palms_b.jpg" width="535" 
height="381"/&gt; &lt;/p&gt;
			
			 &lt;!-- Photo 2 --&gt;
			 &lt;p&gt; &lt;a class="photo" title="Panda at the Zoo"&gt; 
			 &lt;img class="mini" 
src="http://www.iwebunlimited.com/examples/htmlimageviewer/panda_t.jpg" width="100" 
height="75" alt="Old Man Water" /&gt;
			 &lt;img class="big" 
src="http://www.iwebunlimited.com/examples/htmlimageviewer/panda_b.jpg" width="535" 
height="381"/&gt; &lt;/p&gt;
			
			 &lt;!-- Photo 3 --&gt;
			 &lt;p&gt; &lt;a class="photo" title="Viva Las Vegas"&gt; 	
			 &lt;img 
class="mini"src="http://www.iwebunlimited.com/examples/htmlimageviewer/lasvegas_t.jpg" 
width="100" height="75" alt="Study of Hands" /&gt;
			 &lt;img class="big" 
src="http://www.iwebunlimited.com/examples/htmlimageviewer/lasvegas_b.jpg" width="535" 
height="381"/&gt; &lt;/p&gt;
			
			 &lt;!-- Photo 4 --&gt;
			 &lt;p&gt; &lt;a class="photo" title="iJason in Paradise"&gt; 
			 &lt;img class="mini" 
src="http://www.iwebunlimited.com/examples/htmlimageviewer/ijason_t.jpg" width="100" 
height="75" alt="Infant in Womb" /&gt;
			 &lt;img class="big" 
src="http://www.iwebunlimited.com/examples/htmlimageviewer/ijason_b.jpg" width="535" 
height="381"/&gt; &lt;/a&gt; &lt;/p&gt;
		
		 &lt;/div&gt;
	 &lt;/body&gt;
 &lt;/html&gt;
 </textarea></p>
<p>Then just replace the items as outlined in the video to your images URL&#8217;s, and your Titles, and your set.</p>
<p>This was a video answer submitted in by an iWebUnlimited fan. You can submit your own questions in for a video answer under the &#8220;Video Tutorials&#8221; tab and click Video Answers or just click <a href="http://iwebunlimited.com/video_tutorials/video-answers/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/photo-swapper/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Video Tutorial &#8211; Meta Tags in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-meta-tags-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-meta-tags-in-iweb/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:31:57 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=551</guid>
		<description><![CDATA[
Need a little more help in the search engine war with your iWeb site? Well this tutorial will show you how to add Meta Tags to your iWeb pages.

Meta Tag Code:
Description:
&#60;meta name="description" content="Your site description here.  Don't go over 150 characters."/&#62;

Keywords:
&#60;meta name="keywords" content="your, keywords, here, seperated, by, commas, don't, do, more, than 7, to, 10, [...]]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdafJgA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>Need a little more help in the search engine war with your iWeb site? Well this tutorial will show you how to add Meta Tags to your iWeb pages.</p>
<p><span id="more-551"></span></p>
<h3>Meta Tag Code:</h3>
<p><strong>Description:</strong></p>
<blockquote><p><code>&lt;meta name="description" content="<span style="color: #ff0000;">Your site description here.  Don't go over 150 characters.</span>"/&gt;</code></p>
</blockquote>
<p><strong>Keywords:</strong></p>
<blockquote><p><code>&lt;meta name="keywords" content="<span style="color: #ff0000;">your, keywords, here, seperated, by, commas, don't, do, more, than 7, to, 10, keywords</span>"/&gt;</code></p>
</blockquote>
<p><strong>Author:</strong></p>
<blockquote><p><code>&lt;meta name="author" content="<span style="color: #ff0000;">Your Name or Company Here</span>"&gt;</code></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-meta-tags-in-iweb/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-Highslide in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-highslide-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-highslide-in-iweb/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:53:54 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=456</guid>
		<description><![CDATA[
Highslide JS is a great way to get that ever so popular image zoom effect just like the fancy zoom post I’ve done in the past.  The difference is, is that this one will give you the ability to zoom more than just images.  Though FancyZoom is a bit more light weight, there [...]]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdafCAA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>Highslide JS is a great way to get that ever so popular image zoom effect just like the fancy zoom post I’ve done in the past.  The difference is, is that this one will give you the ability to zoom more than just images.  Though FancyZoom is a bit more light weight, there are some great advantages to Highslide.  This tutorial will need the use of an HTML editor like Coda, Espresso, Dreamweaver, even TextEdit.  You’ll also be using the tips page for the code reference and download which can be found here.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-highslide-in-iweb/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-Manage Multiple Sites</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-manage-multiple-sites/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-manage-multiple-sites/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:34:25 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=453</guid>
		<description><![CDATA[
So your iWeb is getting pretty packed with pages and multiple sites and maybe even your band asked you to create a website for them and you don’t want to combine it with all your personal webpage files in iWeb. How do you create a whole new iWeb file and jump back and forth between [...]]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdaefQA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>So your iWeb is getting pretty packed with pages and multiple sites and maybe even your band asked you to create a website for them and you don’t want to combine it with all your personal webpage files in iWeb. How do you create a whole new iWeb file and jump back and forth between your sites. Well this video shows you all of that. You can have as many iWeb files as you’d like. iWeb has no file&gt;open option so learning this trick will help you make multiple sites and be able to jump between them as you please.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-manage-multiple-sites/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-FancyZoom in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-fancyzoom-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-fancyzoom-in-iweb/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:31:45 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=450</guid>
		<description><![CDATA[
FancyZoom in iWeb, huh? What’s that. Well there are a many websites these days that have that popular image zoom effect so that when you click on the image it animates the photo larger. Well many have asked, how can I do that with iWeb? Well here it is, this is the tutorial to show [...]]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdaeIQA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>FancyZoom in iWeb, huh? What’s that. Well there are a many websites these days that have that popular image zoom effect so that when you click on the image it animates the photo larger. Well many have asked, how can I do that with iWeb? Well here it is, this is the tutorial to show you just how to do that. Keep in mind this one is a bit more complex, but it can be done without getting your hands to dirty in code.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-fancyzoom-in-iweb/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-Using Keynote for Graphics</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-using-keynote-for-graphics/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-using-keynote-for-graphics/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:29:15 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=447</guid>
		<description><![CDATA[
This tutorial shows you how you can use Keynote from the iWork family to enhance the graphics in iWeb. Take a look.
]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdafDAA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>This tutorial shows you how you can use Keynote from the iWork family to enhance the graphics in iWeb. Take a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-using-keynote-for-graphics/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-Hot Spots in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-hot-spots-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-hot-spots-in-iweb/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:26:11 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=444</guid>
		<description><![CDATA[
This tutorial will show you how to make different parts of your image clickable.  Great if you want each head of a family photo to go to a different page, or a sports team photo, or many other possibilities.
]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdaeUAA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>This tutorial will show you how to make different parts of your image clickable.  Great if you want each head of a family photo to go to a different page, or a sports team photo, or many other possibilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-hot-spots-in-iweb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-Flash Video in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-flash-video-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-flash-video-in-iweb/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:02:34 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=426</guid>
		<description><![CDATA[
Trying to get flash video into iWeb eh? You can’t bring it in like you do a regular flash .swf file. Flash video extension is .flv and it can’t work without some sort of .swf player to go with it. This video shows you some tricks to get flash video into iWeb. There are quite [...]]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdaeJAA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>Trying to get flash video into iWeb eh? You can’t bring it in like you do a regular flash .swf file. Flash video extension is .flv and it can’t work without some sort of .swf player to go with it. This video shows you some tricks to get flash video into iWeb. There are quite a few different options and this tutorial will show you how to get your flash video in iWeb in many different ways.</p>
<p>Here are the steps below:</p>
<blockquote><p><a title="See FLV in iWeb Example" href="http://www.iwebunlimited.com/examples/jwplayer.html" target="_blank">VIEW DEMO »</a></p>
</blockquote>
<p><strong>Step 1:</strong></p>
<p>Get video you desire to be a flash video and convert it to .flv format if it’s not already.</p>
<p>How do I convert my video to flash video you ask?</p>
<p>Well there are a number of different ways.  You are going to need one of these converter below:</p>
<ul>
<li>Adobe Media Converter (comes with CS4 or Flash Video Encoder from CS3)</li>
<li>Visual Hub (no longer in development, but if you got it while it was out, lucky you)</li>
<li>Aimersoft Video Converter ($65)</li>
<li>Perian QuickTime Plug-In + QuickTime Pro (Perian is free, QuickTime Pro is $29)</li>
<li>SoThink FLV Converter ($45)</li>
<li>FFMpegX (Free, but it requires some external file installations, they make it a little difficult to get, so here it is made easy by me.  Click <a title="FFMPEGX" href="http://www.iwebunlimited.com/downloads/ffmpegX.dmg">here</a> to download the app and <a title="FFMPEGX" href="http://www.iwebunlimited.com/downloads/ffmpegx_addons.zip">here</a> to download the extra files.  Your welcome ;-).  You can get instructions and more info on the software <a title="http://www.ffmpegx.com/" href="http://www.ffmpegx.com/">here</a>. After you open the .dmg file and drap application to your app folder and launch the app it will ask you to locate 3 files to add onto it.  They are the ones I provided.  I would recommend moving them to home folder/library/application support/ffmpegx (you’ll make this folder)/put 3 files here that were in the .zip folder here.  Then in the FFMpegX App you’ll know where to find the 3 files to install and they’ll be in a safe place where no one will touch them.  Hope that makes sense.  If it sounds to complex, just go buy one of the other converters above to make life easier for you.)</li>
</ul>
<p>Which ever converter you use, just convert that video file to a .flv format.  So in a nutshell, step one is convert video to .flv</p>
<p><strong>Step 2:</strong></p>
<p>Download the Longtail Video JW player by clicking <a title="1_9-_Flash_Video_in_iWeb_(using_Longtail_Video_JW_Player)_files/jw-player.zip" href="http://www.iwebunlimited.com/downloads/jw-player.zip">here»</a></p>
<p>You’ll be downloading a .zip file.  Double-click to open and inside you will see 2 files; one called “player.swf” and the other “swfobject.js”.  We will need these files to make this work.  So now we should have a total of three files</p>
<ol>
<li>Our .flv flash video we converted in step one</li>
<li>player.swf file</li>
<li>swfobject.js file</li>
</ol>
<p>We just need to do one more thing and we’re ready to roll</p>
<p><strong>Step 3:</strong></p>
<p>We’ll need to have an image that will sit there until the user decides to click play.  So just export out a frame of your video.</p>
<p>It might be easier to go back to your original video to export out the frame.  You can do this in QuickTime pro, iMovie, Final Cut, and many other apps.  Or if you want to make it simple, just play your video, stop it on a frame that you would like to be your hold image and do a screen shot.  You can do a screen shot by pressing “command + shift + 4” on your mac, then draw a box around the frame of video your holding on.  When you let go you’ll have a new .png still frame  on your desktop.  We are going to use this to be the video preview.</p>
<p>You should now have four files.  Fyew.  These are all the files we need and we are ready to roll.  So we should have these four files</p>
<ol>
<li>Flash Video (our .flv video we converted in step one)</li>
<li>“player.swf” (file we downloaded in step 2)</li>
<li>“swfobject.js” (file we downloaded in step3)</li>
<li>Preview image (file we created in this step.  You should name it preview.png)</li>
</ol>
<p>For file size reasons you may want to open that image you created in step 3 in the application “Preview” and choose file&gt;save as and save it as a jpeg image and bring the image quality down a bit so that the file loads quickly on the web.  Just a suggestion, if you have photoshop you could choose file&gt;save for web and size it down that way too.  You can use a .png file or a .jpeg file for this</p>
<div><strong>Step 4:</strong></div>
<p><img title="flash_video-finder" src="http://iwebunlimited.com/wp-content/uploads/2008/10/flash_video-finder.jpg" alt="" width="154" height="83" /></p>
<p>Now put those four files (.flv, .swf, .js,(.png or .jpeg)) onto the server, meaning your iDisk or your own ftp server.  If your using MobileMe I’d recommend making a folder called flash in this location: iDisk/Web/Sites/flash/put 4 files here. Just make sure you have these 4 files on your iDisk or server all all will be well.</p>
<p><strong>Step 5:</strong></p>
<p>Almost done.  All we need to do now is use the below code in an html snippet and replace the items in red with our own server path names.</p>
<p><br class="spacer_" /></p>
<p><code></code></p>
<p><code></code></p>
<p><code></p>
<blockquote>
<div id="_mcePaste">&lt;script type="text/javascript"</div>
<div id="_mcePaste">src="http://web.me.com/yourusername/flash/swfobject.js"&gt;&lt;/script&gt;</div>
<div id="_mcePaste">&lt;div id="player"&gt;This text will be replaced&lt;/div&gt;</div>
<div id="_mcePaste">&lt;script type="text/javascript"&gt;</div>
<div id="_mcePaste">var so = new SWFObject('http://web.me.com/yourusername/flash/player.swf','mpl','720','480','9');</div>
<div id="_mcePaste">so.addParam('allowscriptaccess','always');</div>
<div id="_mcePaste">so.addParam('allowfullscreen','true');</div>
<div id="_mcePaste">so.addParam('flashvars','&amp;file=http://web.me.com/yourusername/flash/yourflashfile.flv&amp;image=http://web.me.com/yourusername/flash/yourimage.jpg&amp;stretching=none');</div>
<div id="_mcePaste">so.write('player');</div>
<div id="_mcePaste">&lt;/script&gt;<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"> </span></div>
</blockquote>
<p></code></p>
<p>Just replace the items in red with the path that goes to your files on the iDisk replacing the appropriate names to point to the right place.  So be sure to put in your MobileMe username and your correct flash video name (yourflashvideo.flv) and your preview image (myimage.jpeg or myimage.png).  Also be sure to adjust the width and height of your video with the 2 numbers that are red in the code.  Once it’s all updated and you have all your links pointing to the right spot, hit “apply”.</p>
<p>Done!</p>
<p>We now have flash video in iWeb successfully! Yay!</p>
<p>Hope it wasn’t too complicated for ya.  Just do it a couple times and you’ll have it down in no time.  There is a video I made that will walk you through this too if you’d rather look at that.  Just got the Video Tutorials section and it’s all about flash video.</p>
<p>Note: You can use Longtail Video JW Player on your site for free as long as your not selling anything, have ads on your site, etc.  If you are doing those things you need to purchase a license.  It’s €30 (Euro) which is about $41 dollars.  You can purchase a license <a title="http://www.longtailvideo.com/players/order" href="http://www.longtailvideo.com/players/order" target="_blank">here»</a></p>
<p>More Notes:</p>
<p>If your wanting to customize the JW player, they have a nifty little embed code creator that you can tell it what paramaters you want to be set.  Click <a title="http://www.longtailvideo.com/support/jw-player-setup-wizard?example=1" href="http://www.longtailvideo.com/support/jw-player-setup-wizard?example=1" target="_blank">here</a> to go to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-flash-video-in-iweb/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-Menu Navigation in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-menu-navigation-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-menu-navigation-in-iweb/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 08:58:16 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=423</guid>
		<description><![CDATA[
This tutorial will show you how to get more advanced navigation in iWeb. Navigation such as custom rollovers, drop down menus, and more. It’s the ultimate tutorial on getting a new navigation that goes far and beyond what the default is offered in iWeb. It’s a must see for any heavy iWeb user.
]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdaeVgA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>This tutorial will show you how to get more advanced navigation in iWeb. Navigation such as custom rollovers, drop down menus, and more. It’s the ultimate tutorial on getting a new navigation that goes far and beyond what the default is offered in iWeb. It’s a must see for any heavy iWeb user.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-menu-navigation-in-iweb/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Video Tutorial-iFrames in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-iframes-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-iframes-in-iweb/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 08:47:36 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=419</guid>
		<description><![CDATA[
This tutorial from iWebUnlimited.com will help you learn how to add a website to go inside of your website in iWeb. Very useful if you want to load a page into iWeb, such as putting in a form, your facebook page, myspace page, etc. Use this tutorial to show you how.
]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdafBQA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>This tutorial from iWebUnlimited.com will help you learn how to add a website to go inside of your website in iWeb. Very useful if you want to load a page into iWeb, such as putting in a form, your facebook page, myspace page, etc. Use this tutorial to show you how.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-iframes-in-iweb/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Video Tutorial &#8211; Flash in iWeb</title>
		<link>http://iwebunlimited.com/video_tutorials/video-tutorial-flash-in-iweb/</link>
		<comments>http://iwebunlimited.com/video_tutorials/video-tutorial-flash-in-iweb/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 08:35:53 +0000</pubDate>
		<dc:creator>iWebUnlimited</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=411</guid>
		<description><![CDATA[
This tutorial  will show you how to get files created with Adobe Flash (.swf) into iWeb. By using a little code.
]]></description>
			<content:encoded><![CDATA[<embed src="http://blip.tv/play/hcYigdadbwA%2Em4v" type="application/x-shockwave-flash" width="600" height="376" allowscriptaccess="always" allowfullscreen="true"></embed>
<p>This tutorial  will show you how to get files created with Adobe Flash (.swf) into iWeb. By using a little code.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/video_tutorials/video-tutorial-flash-in-iweb/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
