<?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: Simple flex flip book for WordPress</title>
	<atom:link href="http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/</link>
	<description>Jon Lund Steffensen</description>
	<lastBuildDate>Thu, 17 May 2012 15:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ridou</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-3843</link>
		<dc:creator>Ridou</dc:creator>
		<pubDate>Wed, 18 May 2011 13:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-3843</guid>
		<description>Hi thanks for the sample code.

I have a little problem, can you help me ?
- i&#039;ve created a next/prev button to flip page but when i reach the end of the book or the first minus page it bug:
Supplied index is below zero or greater than the amount of pages in PageManager (minus one).

I&#039;ve you an idea to resolve this ?

I&#039;ve an another problem, when i display an image on the right page, the image doesn&#039;t scale correctly unlike the left page. i don&#039;t know where i must look.

Thanks anyway, i&#039;m novice in flex.</description>
		<content:encoded><![CDATA[<p>Hi thanks for the sample code.</p>
<p>I have a little problem, can you help me ?<br />
- i&#8217;ve created a next/prev button to flip page but when i reach the end of the book or the first minus page it bug:<br />
Supplied index is below zero or greater than the amount of pages in PageManager (minus one).</p>
<p>I&#8217;ve you an idea to resolve this ?</p>
<p>I&#8217;ve an another problem, when i display an image on the right page, the image doesn&#8217;t scale correctly unlike the left page. i don&#8217;t know where i must look.</p>
<p>Thanks anyway, i&#8217;m novice in flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lund Steffensen</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-3746</link>
		<dc:creator>Jon Lund Steffensen</dc:creator>
		<pubDate>Thu, 12 May 2011 09:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-3746</guid>
		<description>Hi Ridou, the xml file for the example above is here: http://jonls.dk/wp-content/plugins/book-jonls/desc.php?id=1 . The flip book can only load images.</description>
		<content:encoded><![CDATA[<p>Hi Ridou, the xml file for the example above is here: <a href="http://jonls.dk/wp-content/plugins/book-jonls/desc.php?id=1" rel="nofollow">http://jonls.dk/wp-content/plugins/book-jonls/desc.php?id=1</a> . The flip book can only load images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ridou</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-3735</link>
		<dc:creator>Ridou</dc:creator>
		<pubDate>Wed, 11 May 2011 14:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-3735</guid>
		<description>I&#039;m curious about your xml file you loaded into the flex flipbook. Can we have a sample ?
In your code,  can you load pdf files or only images ?</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious about your xml file you loaded into the flex flipbook. Can we have a sample ?<br />
In your code,  can you load pdf files or only images ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lund Steffensen</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-2300</link>
		<dc:creator>Jon Lund Steffensen</dc:creator>
		<pubDate>Tue, 25 Jan 2011 13:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-2300</guid>
		<description>@Justine: IIRC it&#039;s currently not possible to do what you describe, but it is certainly possible to add that feature if you&#039;re familiar with flex.</description>
		<content:encoded><![CDATA[<p>@Justine: IIRC it&#8217;s currently not possible to do what you describe, but it is certainly possible to add that feature if you&#8217;re familiar with flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justine</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-2298</link>
		<dc:creator>Justine</dc:creator>
		<pubDate>Tue, 25 Jan 2011 12:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-2298</guid>
		<description>Hi, I am using the flipping book library as well. I see you are creating your pages dinamically but you still have the gotoPage method that flips every page to go to the last page for example. Do you know if there a way to change that behaviour and make the book go to the selected page without flipping all pages between?
Thanks,

Justine</description>
		<content:encoded><![CDATA[<p>Hi, I am using the flipping book library as well. I see you are creating your pages dinamically but you still have the gotoPage method that flips every page to go to the last page for example. Do you know if there a way to change that behaviour and make the book go to the selected page without flipping all pages between?<br />
Thanks,</p>
<p>Justine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lund Steffensen</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-895</link>
		<dc:creator>Jon Lund Steffensen</dc:creator>
		<pubDate>Thu, 26 Aug 2010 23:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-895</guid>
		<description>@Stanza: Yes, IIRC, the size of the book depends on the size of the images. There&#039;s no scaling applied. You can set the size of the swf when you embed it but this only sets the size of the &quot;canvas&quot; where the book is painted. The size of the book itself depends on the image size.</description>
		<content:encoded><![CDATA[<p>@Stanza: Yes, IIRC, the size of the book depends on the size of the images. There&#8217;s no scaling applied. You can set the size of the swf when you embed it but this only sets the size of the &#8220;canvas&#8221; where the book is painted. The size of the book itself depends on the image size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanza</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-894</link>
		<dc:creator>Stanza</dc:creator>
		<pubDate>Thu, 26 Aug 2010 08:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-894</guid>
		<description>Hi and thank you for the great work.
I actually don&#039;t know how works the size of the swf movie. It depends automatically from the size of the images you use?
So, is it possible to control the width and height of the movie?

Thanks

Stanza</description>
		<content:encoded><![CDATA[<p>Hi and thank you for the great work.<br />
I actually don&#8217;t know how works the size of the swf movie. It depends automatically from the size of the images you use?<br />
So, is it possible to control the width and height of the movie?</p>
<p>Thanks</p>
<p>Stanza</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lund Steffensen</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-662</link>
		<dc:creator>Jon Lund Steffensen</dc:creator>
		<pubDate>Thu, 01 Jul 2010 09:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-662</guid>
		<description>@Marc Seter: Hi. Sadly, I haven&#039;t kept the source in a revision control system so I don&#039;t remember exactly what changes I made and why. The main problem with Ruben&#039;s code was that pages couldn&#039;t be added dynamically. A number of tweaks to the code was required to allow that; the change you mentioned could very well be one of those.</description>
		<content:encoded><![CDATA[<p>@Marc Seter: Hi. Sadly, I haven&#8217;t kept the source in a revision control system so I don&#8217;t remember exactly what changes I made and why. The main problem with Ruben&#8217;s code was that pages couldn&#8217;t be added dynamically. A number of tweaks to the code was required to allow that; the change you mentioned could very well be one of those.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Seter</title>
		<link>http://jonls.dk/2010/03/simple-flex-flip-book-for-wordpress/comment-page-1/#comment-638</link>
		<dc:creator>Marc Seter</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonls.dk/?p=67#comment-638</guid>
		<description>Hello to a fellow Dane!  You, sir, are working on some very cool projects.  Redshift looks fascinating.  Nice ubuntu brochure too - I also have &quot;discovered ubuntu&quot; - I&#039;d been a Slackware fan since &#039;94 (or so) and started with ubuntu 6.04.  Love `apt-get`ting stuff!

Question about the flipbook:  Ruben&#039;s source code includes an &quot;if&quot; conditional in SuperViewStack:childrenCreated() that your flipbook20100318 code does not.  Did you delete that conditional, or did Ruben add it recently?  If you deleted it, why?  I&#039;m wondering if it&#039;s a bugfix...

Keep up the cool work!</description>
		<content:encoded><![CDATA[<p>Hello to a fellow Dane!  You, sir, are working on some very cool projects.  Redshift looks fascinating.  Nice ubuntu brochure too &#8211; I also have &#8220;discovered ubuntu&#8221; &#8211; I&#8217;d been a Slackware fan since &#8217;94 (or so) and started with ubuntu 6.04.  Love `apt-get`ting stuff!</p>
<p>Question about the flipbook:  Ruben&#8217;s source code includes an &#8220;if&#8221; conditional in SuperViewStack:childrenCreated() that your flipbook20100318 code does not.  Did you delete that conditional, or did Ruben add it recently?  If you deleted it, why?  I&#8217;m wondering if it&#8217;s a bugfix&#8230;</p>
<p>Keep up the cool work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

