<?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: Flipbook Movies with jQuery</title>
	<atom:link href="http://jonraasch.com/blog/jquery-flipbook-movies/feed" rel="self" type="application/rss+xml" />
	<link>http://jonraasch.com/blog/jquery-flipbook-movies</link>
	<description>Web development and design blog from Portland based developer Jon Raasch</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:38:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mark Eden</title>
		<link>http://jonraasch.com/blog/jquery-flipbook-movies/comment-page-1#comment-2541</link>
		<dc:creator>Mark Eden</dc:creator>
		<pubDate>Thu, 01 Jul 2010 19:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/jquery-flipbook-movies#comment-2541</guid>
		<description>Hi Jon,

I was looking for just such a widget!  Thanks so much.  I was easily able to get it up-and-running using the image array approach.  However, I&#039;m having problems pulling the images from a directory with AJAX.  Maybe I&#039;m not understanding what Flipbook.ajaxPhp and Flipbook.init( &#039;/images/flipbook&#039; ) represent.  I assume that the latter represents the path to the images.  I notice that you have an absolute path here.  Can a relative path be used?  If so, it is relative to what exactly?  If not, i.e., we must use an absolute path, how would that work on a virtual or hosted website?

Thanks for any suggestions,
-Mark</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I was looking for just such a widget!  Thanks so much.  I was easily able to get it up-and-running using the image array approach.  However, I&#8217;m having problems pulling the images from a directory with AJAX.  Maybe I&#8217;m not understanding what Flipbook.ajaxPhp and Flipbook.init( &#8216;/images/flipbook&#8217; ) represent.  I assume that the latter represents the path to the images.  I notice that you have an absolute path here.  Can a relative path be used?  If so, it is relative to what exactly?  If not, i.e., we must use an absolute path, how would that work on a virtual or hosted website?</p>
<p>Thanks for any suggestions,<br />
-Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Evans</title>
		<link>http://jonraasch.com/blog/jquery-flipbook-movies/comment-page-1#comment-2531</link>
		<dc:creator>Paul Evans</dc:creator>
		<pubDate>Thu, 24 Jun 2010 00:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/jquery-flipbook-movies#comment-2531</guid>
		<description>Thanks for the great plugin. It works great for me except that I really need the images to display only once each. Can you please tell me how this can be done, it would be a great help. 

Cheers

Paul</description>
		<content:encoded><![CDATA[<p>Thanks for the great plugin. It works great for me except that I really need the images to display only once each. Can you please tell me how this can be done, it would be a great help. </p>
<p>Cheers</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Raasch</title>
		<link>http://jonraasch.com/blog/jquery-flipbook-movies/comment-page-1#comment-1462</link>
		<dc:creator>Jon Raasch</dc:creator>
		<pubDate>Thu, 17 Sep 2009 04:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/jquery-flipbook-movies#comment-1462</guid>
		<description>Hi David,

Totally my fault, I messed up the syntax in the example.  Try this: Flipbook.ajaxPhp = &#039;flipbook.php&#039;;

Sorry about that and thanks for pointing it out,
Jon</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Totally my fault, I messed up the syntax in the example.  Try this: Flipbook.ajaxPhp = &#8216;flipbook.php&#8217;;</p>
<p>Sorry about that and thanks for pointing it out,<br />
Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Ascher</title>
		<link>http://jonraasch.com/blog/jquery-flipbook-movies/comment-page-1#comment-1455</link>
		<dc:creator>David Ascher</dc:creator>
		<pubDate>Tue, 15 Sep 2009 21:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/jquery-flipbook-movies#comment-1455</guid>
		<description>This looks like is something that I have been looking for the time to develop for a few years now. However, I have been trying to use your package with the ajax option and getting absolutely nowhere. I keep getting the error 
&quot;Flipbook.ajaxPhp is not a function&quot; at the line in example.html where I placed &quot;Flipbook.ajaxPhp( &#039;flipbook.php&#039; );&quot;

This seems to indicate that jQuery is calling my anonymous function before flipbook.js has created the Flipbook object. However, my grasp of jquery concepts is a bit shaky, so I wouldn&#039;t take my analysis too seriously.

I am using your code without modifications - my images are in the directory /images/flipbook (relative to the domain root - actually it is a subdomain) and I placed the code for using the ajax option just above the flipbook div in the body of example.html as I thought I was supposed to.

What might I be doing wrong?  You can see what I&#039;ve done at 

http://flips.dascher.net/example.html

thanks.</description>
		<content:encoded><![CDATA[<p>This looks like is something that I have been looking for the time to develop for a few years now. However, I have been trying to use your package with the ajax option and getting absolutely nowhere. I keep getting the error<br />
&#8220;Flipbook.ajaxPhp is not a function&#8221; at the line in example.html where I placed &#8220;Flipbook.ajaxPhp( &#8216;flipbook.php&#8217; );&#8221;</p>
<p>This seems to indicate that jQuery is calling my anonymous function before flipbook.js has created the Flipbook object. However, my grasp of jquery concepts is a bit shaky, so I wouldn&#8217;t take my analysis too seriously.</p>
<p>I am using your code without modifications &#8211; my images are in the directory /images/flipbook (relative to the domain root &#8211; actually it is a subdomain) and I placed the code for using the ajax option just above the flipbook div in the body of example.html as I thought I was supposed to.</p>
<p>What might I be doing wrong?  You can see what I&#8217;ve done at </p>
<p><a href="http://flips.dascher.net/example.html" rel="nofollow">http://flips.dascher.net/example.html</a></p>
<p>thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
