<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iWeb Tip #19 &#8211; Shadowbox in iWeb</title>
	<atom:link href="http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/</link>
	<description>Pushing iWeb to No Limit!</description>
	<lastBuildDate>Sat, 19 May 2012 15:43:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: daniele</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-199663</link>
		<dc:creator>daniele</dc:creator>
		<pubDate>Sun, 29 Apr 2012 18:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-199663</guid>
		<description>BenP and i have the same problem, see our post in January, anyone sort it out?</description>
		<content:encoded><![CDATA[<p>BenP and i have the same problem, see our post in January, anyone sort it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-184180</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Wed, 04 Apr 2012 22:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-184180</guid>
		<description>Is there anyway to not lose all the html code when we change anything in iWeb and publish the site again???? depending on the website, if we change one letter, we have to do everything all over again!!! to much work!!!</description>
		<content:encoded><![CDATA[<p>Is there anyway to not lose all the html code when we change anything in iWeb and publish the site again???? depending on the website, if we change one letter, we have to do everything all over again!!! to much work!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachael</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-173996</link>
		<dc:creator>Rachael</dc:creator>
		<pubDate>Fri, 16 Mar 2012 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-173996</guid>
		<description>O
M
G............ No Bounds....</description>
		<content:encoded><![CDATA[<p>O<br />
M<br />
G&#8230;&#8230;&#8230;&#8230; No Bounds&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilie</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-173985</link>
		<dc:creator>Emilie</dc:creator>
		<pubDate>Fri, 16 Mar 2012 18:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-173985</guid>
		<description>I laugh in the face of HTML coding ;) finally have got this amazing effect to work with vimeo!!! am very very proud....so after following the iwebunlimited steps my coding looked like this: (N.B. XXXXXXXX stands for your vimeo video number)

&lt;a href=&quot;https://vimeo.com/XXXXXXXX&quot; rel=&quot;shadowbox;width=640;height=480&quot; title=&quot;https://vimeo.com/XXXXXXXX&quot;

At which point when I tried the video it would either go to a blank screen or directly link to the vimeo page, bypassing the shadowbox effect.  

However if you go to your vimeo video and click on the share icon (that appears in the top right hand corner) it will open up another window which has the vimeo embed coding.  Which will look something like this...slight variations will occur depending on your embed customisation options you&#039;ve chosen.



You will only need part of this coding so copy the following:

&quot;http://player.vimeo.com/video/XXXXXXXX?byline=0&amp;portrait=0&amp;color=ffffff&amp;autoplay=1&quot; width=&quot;500&quot; height=&quot;291&quot; frameborder=&quot;0&quot;

Then go back to your HTML code editor (I use Text Wrangler).  Wheras before you had:

href=&quot;https://vimeo.com/XXXXXXXX&quot;

replace it with the coding you have copied so you get

href=&quot;http://player.vimeo.com/video/XXXXXXXX?byline=0&amp;portrait=0&amp;color=ffffff&amp;autoplay=1&quot; width=&quot;500&quot; height=&quot;291&quot; frameborder=&quot;0&quot;

so my whole coding for my video should look like this:

&lt;a href=&quot;https://player.vimeo.com/video/XXXXXXXX?byline=0&amp;portrait=0&amp;color=ffffff&amp;autoplay=0&quot; rel=&quot;shadowbox;width=640;height=480&quot; title=&quot;https://vimeo.com/XXXXXXXX

obviously save etc and then ta da....my vimeo video now works with the great shadowbox effect! :)</description>
		<content:encoded><![CDATA[<p>I laugh in the face of HTML coding ;) finally have got this amazing effect to work with vimeo!!! am very very proud&#8230;.so after following the iwebunlimited steps my coding looked like this: (N.B. XXXXXXXX stands for your vimeo video number)</p>
<p>&lt;a href=&quot;https://vimeo.com/XXXXXXXX&quot; rel=&quot;shadowbox;width=640;height=480&quot; title=&quot;https://vimeo.com/XXXXXXXX&quot;</p>
<p>At which point when I tried the video it would either go to a blank screen or directly link to the vimeo page, bypassing the shadowbox effect.  </p>
<p>However if you go to your vimeo video and click on the share icon (that appears in the top right hand corner) it will open up another window which has the vimeo embed coding.  Which will look something like this&#8230;slight variations will occur depending on your embed customisation options you&#039;ve chosen.</p>
<p>You will only need part of this coding so copy the following:</p>
<p>&#8220;http://player.vimeo.com/video/XXXXXXXX?byline=0&amp;portrait=0&amp;color=ffffff&amp;autoplay=1&#8243; width=&#8221;500&#8243; height=&#8221;291&#8243; frameborder=&#8221;0&#8243;</p>
<p>Then go back to your HTML code editor (I use Text Wrangler).  Wheras before you had:</p>
<p>href=&#8221;https://vimeo.com/XXXXXXXX&#8221;</p>
<p>replace it with the coding you have copied so you get</p>
<p>href=&#8221;http://player.vimeo.com/video/XXXXXXXX?byline=0&amp;portrait=0&amp;color=ffffff&amp;autoplay=1&#8243; width=&#8221;500&#8243; height=&#8221;291&#8243; frameborder=&#8221;0&#8243;</p>
<p>so my whole coding for my video should look like this:</p>
<p>&lt;a href=&quot;https://player.vimeo.com/video/XXXXXXXX?byline=0&amp;portrait=0&amp;color=ffffff&amp;autoplay=0&quot; rel=&quot;shadowbox;width=640;height=480&quot; title=&quot;https://vimeo.com/XXXXXXXX</p>
<p>obviously save etc and then ta da&#8230;.my vimeo video now works with the great shadowbox effect! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armonasia</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-157988</link>
		<dc:creator>Armonasia</dc:creator>
		<pubDate>Mon, 06 Feb 2012 03:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-157988</guid>
		<description>Got it going!</description>
		<content:encoded><![CDATA[<p>Got it going!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armonasia</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-155399</link>
		<dc:creator>Armonasia</dc:creator>
		<pubDate>Tue, 31 Jan 2012 05:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-155399</guid>
		<description>I have added all the text content and uploaded the shadow folder but it will not work for me.</description>
		<content:encoded><![CDATA[<p>I have added all the text content and uploaded the shadow folder but it will not work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathan</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-153921</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-153921</guid>
		<description>The youtube concept don&#039;t work on iPhone and iPad, I guess is not a good idea  to  implement this to  my website, the less content viewable for the  audience the less  chances of getting the customer.. thought!  any other method to show the youtube video with the same concept? thanks</description>
		<content:encoded><![CDATA[<p>The youtube concept don&#8217;t work on iPhone and iPad, I guess is not a good idea  to  implement this to  my website, the less content viewable for the  audience the less  chances of getting the customer.. thought!  any other method to show the youtube video with the same concept? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenP</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-153634</link>
		<dc:creator>BenP</dc:creator>
		<pubDate>Thu, 26 Jan 2012 17:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-153634</guid>
		<description>I Have the same problem. I publish my sites to Mobile Me so I can only upload via iWeb, and when I do that it seems to overwrite any changes I may have made in the code. Does anyone else know a way around it?
Cheers
Ben</description>
		<content:encoded><![CDATA[<p>I Have the same problem. I publish my sites to Mobile Me so I can only upload via iWeb, and when I do that it seems to overwrite any changes I may have made in the code. Does anyone else know a way around it?<br />
Cheers<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniele</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-152122</link>
		<dc:creator>daniele</dc:creator>
		<pubDate>Sun, 22 Jan 2012 13:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-152122</guid>
		<description>Hi there,
is there anyway to keep the changes in the code .html i mean every times i make some little changes into my pages with Iweb and publish it to local folder, the shadowbox code was already there  disappear, and i have to add again manually the shadowbox code and all the &quot;rel=&quot;shadowbox[Group1]&quot;
Any easy way for do not do that every times? 

many thanks</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
is there anyway to keep the changes in the code .html i mean every times i make some little changes into my pages with Iweb and publish it to local folder, the shadowbox code was already there  disappear, and i have to add again manually the shadowbox code and all the &#8220;rel=&#8221;shadowbox[Group1]&#8221;<br />
Any easy way for do not do that every times? </p>
<p>many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shannon</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-150691</link>
		<dc:creator>shannon</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-150691</guid>
		<description>has anybody gotten this to work on ipad?  when i test the same site on a mac or pc, shadowbox works.  when i try on ipad, it seems to bypass shadowbox and opens the video on a new page.</description>
		<content:encoded><![CDATA[<p>has anybody gotten this to work on ipad?  when i test the same site on a mac or pc, shadowbox works.  when i try on ipad, it seems to bypass shadowbox and opens the video on a new page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruno</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-116780</link>
		<dc:creator>bruno</dc:creator>
		<pubDate>Tue, 08 Nov 2011 15:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-116780</guid>
		<description>hi, is there anyway to use this cool effect with a roll over image?! I mean ... it&#039;s to boring a link without a effect when your have a mouse over. What I am looking for is a picture that changes when the mouse is over and ALSO apply the Shadowbox effect when we hit it!! is there anyway to do this?! Thanks!</description>
		<content:encoded><![CDATA[<p>hi, is there anyway to use this cool effect with a roll over image?! I mean &#8230; it&#8217;s to boring a link without a effect when your have a mouse over. What I am looking for is a picture that changes when the mouse is over and ALSO apply the Shadowbox effect when we hit it!! is there anyway to do this?! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-115929</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Mon, 07 Nov 2011 02:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-115929</guid>
		<description>I am able to get this to work with a variety of files. However, I cannot get it to work with Vimeo. Does anyone know where to pull the vimeo link from? 

Thanks!</description>
		<content:encoded><![CDATA[<p>I am able to get this to work with a variety of files. However, I cannot get it to work with Vimeo. Does anyone know where to pull the vimeo link from? </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-115785</link>
		<dc:creator>oliver</dc:creator>
		<pubDate>Sun, 06 Nov 2011 19:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-115785</guid>
		<description>Can you help, slideshow works fine apart from it starts with the last slide first and you have to click backwards 6of6 to 5of6 to 4of 6 etc. What have I done wrong?</description>
		<content:encoded><![CDATA[<p>Can you help, slideshow works fine apart from it starts with the last slide first and you have to click backwards 6of6 to 5of6 to 4of 6 etc. What have I done wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nycjup</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-2/#comment-107834</link>
		<dc:creator>nycjup</dc:creator>
		<pubDate>Wed, 19 Oct 2011 20:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-107834</guid>
		<description>Same here - did you ever find a soliution?</description>
		<content:encoded><![CDATA[<p>Same here &#8211; did you ever find a soliution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nycjup</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-107828</link>
		<dc:creator>nycjup</dc:creator>
		<pubDate>Wed, 19 Oct 2011 20:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-107828</guid>
		<description>Hey Eric - can you share how you fixed it? same problem here
Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Eric &#8211; can you share how you fixed it? same problem here<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odie</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-102915</link>
		<dc:creator>Odie</dc:creator>
		<pubDate>Fri, 07 Oct 2011 14:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-102915</guid>
		<description>ok, so I know where to put the html, i figured it out, I wasn&#039;t reading right, but what if I want to put and html code in the shadow box?</description>
		<content:encoded><![CDATA[<p>ok, so I know where to put the html, i figured it out, I wasn&#8217;t reading right, but what if I want to put and html code in the shadow box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odie</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-4/#comment-102910</link>
		<dc:creator>Odie</dc:creator>
		<pubDate>Fri, 07 Oct 2011 13:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-102910</guid>
		<description>you should make a video for this i&#039;m kind of confused of where to put the stuff, like rel=&quot;shadowbox&quot; .</description>
		<content:encoded><![CDATA[<p>you should make a video for this i&#8217;m kind of confused of where to put the stuff, like rel=&#8221;shadowbox&#8221; .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-83193</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 12 Sep 2011 15:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-83193</guid>
		<description>Hi Everyone, for some strange reason I have photo repeating themselves in my slideshows! Any help or tips gratefully received!</description>
		<content:encoded><![CDATA[<p>Hi Everyone, for some strange reason I have photo repeating themselves in my slideshows! Any help or tips gratefully received!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lida Brock</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-64886</link>
		<dc:creator>Lida Brock</dc:creator>
		<pubDate>Thu, 04 Aug 2011 04:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-64886</guid>
		<description>aw, this was a really nice post. in idea i would like to put in writing like this additionally ð taking time and actual effort to make a very good articleé but what can i sayé i procrastinate alot and by no means seem to get something done.</description>
		<content:encoded><![CDATA[<p>aw, this was a really nice post. in idea i would like to put in writing like this additionally ð taking time and actual effort to make a very good articleé but what can i sayé i procrastinate alot and by no means seem to get something done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-62605</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 29 Jul 2011 21:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-62605</guid>
		<description>OMG!! i luv this tip!!! Thank you SO musch iwebunlimited.com!!! LOVE IT... will definately come here again for more hehehe... :D</description>
		<content:encoded><![CDATA[<p>OMG!! i luv this tip!!! Thank you SO musch iwebunlimited.com!!! LOVE IT&#8230; will definately come here again for more hehehe&#8230; :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Moorhouse</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-61888</link>
		<dc:creator>Jamie Moorhouse</dc:creator>
		<pubDate>Wed, 27 Jul 2011 22:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-61888</guid>
		<description>Hey everyone,

I have managed to get this all working on multiple pages on my website (www.talkinglightmedia.com) however it only works on my Mac. When I go to the site on a PC the shadowbox doesn&#039;t work. Anyone have any idea why this might be?

Thanks in advance.

Jamie</description>
		<content:encoded><![CDATA[<p>Hey everyone,</p>
<p>I have managed to get this all working on multiple pages on my website (www.talkinglightmedia.com) however it only works on my Mac. When I go to the site on a PC the shadowbox doesn&#8217;t work. Anyone have any idea why this might be?</p>
<p>Thanks in advance.</p>
<p>Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Matoza</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-48110</link>
		<dc:creator>Marc Matoza</dc:creator>
		<pubDate>Sat, 02 Jul 2011 11:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-48110</guid>
		<description>OK - So next time I will fully read the instructions and put the &quot;/v/&quot; in the YouTube URL</description>
		<content:encoded><![CDATA[<p>OK &#8211; So next time I will fully read the instructions and put the &#8220;/v/&#8221; in the YouTube URL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Matoza</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-47920</link>
		<dc:creator>Marc Matoza</dc:creator>
		<pubDate>Fri, 01 Jul 2011 20:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-47920</guid>
		<description>Got mp4 files to work fine - when I am using YouTube URL - it takes me to YouTube.   I don&#039;t want to leave my page, would like it in a window that returns to my site.

Any suggestions - am sure I missed something</description>
		<content:encoded><![CDATA[<p>Got mp4 files to work fine &#8211; when I am using YouTube URL &#8211; it takes me to YouTube.   I don&#8217;t want to leave my page, would like it in a window that returns to my site.</p>
<p>Any suggestions &#8211; am sure I missed something</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wholesale Hawks jerseys</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-44568</link>
		<dc:creator>wholesale Hawks jerseys</dc:creator>
		<pubDate>Sun, 19 Jun 2011 14:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-44568</guid>
		<description>This was a genuinely tremendous post. In theory I&#039;d like to dream up like this also – getting everything and staunch go to make a good peace… but what can I articulate… I tergiversate alot and in no practice appear to fall some element carried out.</description>
		<content:encoded><![CDATA[<p>This was a genuinely tremendous post. In theory I&#8217;d like to dream up like this also – getting everything and staunch go to make a good peace… but what can I articulate… I tergiversate alot and in no practice appear to fall some element carried out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-38099</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 26 May 2011 14:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-38099</guid>
		<description>my code didn&#039;t post....just delete the &quot;-3.03&quot;</description>
		<content:encoded><![CDATA[<p>my code didn&#8217;t post&#8230;.just delete the &#8220;-3.03&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-38098</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 26 May 2011 14:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-38098</guid>
		<description>People should note if you download the latest Shadowbox - the folder is labeled shadowbox-3.03. In order for the above code to work you need to delete the &quot;-3.03&quot; from the folder name or change the code above to read :

&lt;!-- Start of Shadowbox Code --&gt;







Shadowbox.init({

players:    [&#039;img&#039;, &#039;html&#039;, &#039;iframe&#039;, &#039;qt&#039;, &#039;wmp&#039;, &#039;swf&#039;, &#039;flv&#039;]

});



&lt;!-- End of Shadowbox Code --&gt;

</description>
		<content:encoded><![CDATA[<p>People should note if you download the latest Shadowbox &#8211; the folder is labeled shadowbox-3.03. In order for the above code to work you need to delete the &#8220;-3.03&#8243; from the folder name or change the code above to read :</p>
<p><!-- Start of Shadowbox Code --></p>
<p>Shadowbox.init({</p>
<p>players:    ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']</p>
<p>});</p>
<p><!-- End of Shadowbox Code --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-37803</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Wed, 25 May 2011 13:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-37803</guid>
		<description>FOLLOW-ON:
I&#039;m still having troubles with quicktime
But YouTube works GREAT!

Two additional questions:
1. I&#039;d like to link to a couple of other sites with videos (e.g. edutopia, NBC news) but they don&#039;t seem to work - any suggestions on how to find out the key to launching their videos within the webpage?

2. The pages I built work great on my Mac in Safari, Chrome, FIrefox. But when I bring them up on a WIndows machine in Explorer - they don&#039;t work.  Same is true of an iPad - (but I may be asking too much)

Any suggestions or help is GREATLY appreciated.</description>
		<content:encoded><![CDATA[<p>FOLLOW-ON:<br />
I&#8217;m still having troubles with quicktime<br />
But YouTube works GREAT!</p>
<p>Two additional questions:<br />
1. I&#8217;d like to link to a couple of other sites with videos (e.g. edutopia, NBC news) but they don&#8217;t seem to work &#8211; any suggestions on how to find out the key to launching their videos within the webpage?</p>
<p>2. The pages I built work great on my Mac in Safari, Chrome, FIrefox. But when I bring them up on a WIndows machine in Explorer &#8211; they don&#8217;t work.  Same is true of an iPad &#8211; (but I may be asking too much)</p>
<p>Any suggestions or help is GREATLY appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-37391</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Tue, 24 May 2011 00:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-37391</guid>
		<description>Hi
I&#039;m trying to build some pages with videos. I can get YouTube to play OK - but I can&#039;t get .mov to play - a window opens but I get the &quot;Q&quot; with the question mark?
I&#039;ve made sure the movie is in the resource folder for the page
I have Quiktime Pro on my machine
But no joy

ANy help you can give is appreciated - thanks for the website. It&#039;s great</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;m trying to build some pages with videos. I can get YouTube to play OK &#8211; but I can&#8217;t get .mov to play &#8211; a window opens but I get the &#8220;Q&#8221; with the question mark?<br />
I&#8217;ve made sure the movie is in the resource folder for the page<br />
I have Quiktime Pro on my machine<br />
But no joy</p>
<p>ANy help you can give is appreciated &#8211; thanks for the website. It&#8217;s great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-37344</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 23 May 2011 21:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-37344</guid>
		<description>Hi, 

I&#039;m using this to display a group of photos.  I have a Menu bar built in flash that is embedded into the site.  When the shadowbox appears, the flash menu remains the same and is in front of the shadowbox pictures.  Am I just not layering things correctly, or is there another issue with Shadowbox working with flash elements on a page?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m using this to display a group of photos.  I have a Menu bar built in flash that is embedded into the site.  When the shadowbox appears, the flash menu remains the same and is in front of the shadowbox pictures.  Am I just not layering things correctly, or is there another issue with Shadowbox working with flash elements on a page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://iwebunlimited.com/iweb-tips/shadowbox-in-iweb/comment-page-3/#comment-33561</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 11 May 2011 04:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=157#comment-33561</guid>
		<description>Thanks for the tips.  I&#039;m working with iWeb &#039;08, and I placed the code exactly as it is written in the instructions.  For some reason, when I execute the page, it begins to download my videos instead of executing the shadowbox.

What am I doing wrong?  I have a thumbnail picture representing my FLV video, and it is hyperlinked to &quot;a file&quot;, which is the FLV video I want to play in the shadowbox.  Instead of the shadowbox popping up, the files begin to download...hmmm....

Any suggestions would help.  Thank you!!!</description>
		<content:encoded><![CDATA[<p>Thanks for the tips.  I&#8217;m working with iWeb &#8216;08, and I placed the code exactly as it is written in the instructions.  For some reason, when I execute the page, it begins to download my videos instead of executing the shadowbox.</p>
<p>What am I doing wrong?  I have a thumbnail picture representing my FLV video, and it is hyperlinked to &#8220;a file&#8221;, which is the FLV video I want to play in the shadowbox.  Instead of the shadowbox popping up, the files begin to download&#8230;hmmm&#8230;.</p>
<p>Any suggestions would help.  Thank you!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

