<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Papervision Page Turn Demo</title>
	<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/</link>
	<description>Interactive Developer</description>
	<pubDate>Tue, 07 Sep 2010 12:17:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: MarkWalk</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-221</link>
		<dc:creator>MarkWalk</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:22:46 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-221</guid>
		<description>This is amazing and a great start for me to review on how to use PV w/ AS3. I do have one question: how does the vector star animation play on the back cover? How is that being called? I looked in the .AS and .FLA files but can't figure out how you're playing a Flash vector timeline animation in a Papervision Plane. I've been trying to get a simple Flash timeline animation to work w/ my Papervision project and can't do it. Can anyone get me started? Thanks!</description>
		<content:encoded><![CDATA[<p>This is amazing and a great start for me to review on how to use PV w/ AS3. I do have one question: how does the vector star animation play on the back cover? How is that being called? I looked in the .AS and .FLA files but can&#8217;t figure out how you&#8217;re playing a Flash vector timeline animation in a Papervision Plane. I&#8217;ve been trying to get a simple Flash timeline animation to work w/ my Papervision project and can&#8217;t do it. Can anyone get me started? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bristol Web Design</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-82</link>
		<dc:creator>Bristol Web Design</dc:creator>
		<pubDate>Sat, 21 Mar 2009 15:15:43 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-82</guid>
		<description>Thanks for this great demo.

@Jordan: I got the book moving around like this:

In the BookPage.as class:

public function setXPosLeft() {
TweenMan.addTween(plane1, { x: -170, frames: 30, delay: 0 });
TweenMan.addTween(plane2, { x: -170, frames: 30, delay: 0 }); }

and in the Book.as class:

for each( var page in _pages ) 
{
page.setXPosLeft();
}

This works fine.

I am having major troubles trying to load SWFs at runtime and then apply them to the already created pages. Once they are created I can't seem to get the material to update to reflect changes to the movieClip. 

I have tried calling:

material1.updateBitmap();

after I have updated the movieClip but it just doesn't seem to do anything. 

Anyone solved this? 

Also anyone solved the hand cursor appearing on the entire plane yet?

Holland Risley

Mentor Web Design Bristol</description>
		<content:encoded><![CDATA[<p>Thanks for this great demo.</p>
<p>@Jordan: I got the book moving around like this:</p>
<p>In the BookPage.as class:</p>
<p>public function setXPosLeft() {<br />
TweenMan.addTween(plane1, { x: -170, frames: 30, delay: 0 });<br />
TweenMan.addTween(plane2, { x: -170, frames: 30, delay: 0 }); }</p>
<p>and in the Book.as class:</p>
<p>for each( var page in _pages )<br />
{<br />
page.setXPosLeft();<br />
}</p>
<p>This works fine.</p>
<p>I am having major troubles trying to load SWFs at runtime and then apply them to the already created pages. Once they are created I can&#8217;t seem to get the material to update to reflect changes to the movieClip. </p>
<p>I have tried calling:</p>
<p>material1.updateBitmap();</p>
<p>after I have updated the movieClip but it just doesn&#8217;t seem to do anything. </p>
<p>Anyone solved this? </p>
<p>Also anyone solved the hand cursor appearing on the entire plane yet?</p>
<p>Holland Risley</p>
<p>Mentor Web Design Bristol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rober</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-70</link>
		<dc:creator>Rober</dc:creator>
		<pubDate>Wed, 21 Jan 2009 16:22:24 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-70</guid>
		<description>hacer paginas web con estos efectos 3D es la repera</description>
		<content:encoded><![CDATA[<p>hacer paginas web con estos efectos 3D es la repera</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-66</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:28:59 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-66</guid>
		<description>Thanks a million for sharing! Great Framework(do you say that in Flash?!) your offering and keep that up. There's no way learning webtechniques without people sharing their work. So thanks a million!</description>
		<content:encoded><![CDATA[<p>Thanks a million for sharing! Great Framework(do you say that in Flash?!) your offering and keep that up. There&#8217;s no way learning webtechniques without people sharing their work. So thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-58</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 15 Sep 2008 19:03:47 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-58</guid>
		<description>@Steve Jones &#038; mooshoo: I'm not sure about Lee, but I haven't developed anything further on the pageturn since this demo. Some day I will revisit it.

@Jordan: Not quite sure, but remember that the book is a set of planes, not an actual model.</description>
		<content:encoded><![CDATA[<p>@Steve Jones &#038; mooshoo: I&#8217;m not sure about Lee, but I haven&#8217;t developed anything further on the pageturn since this demo. Some day I will revisit it.</p>
<p>@Jordan: Not quite sure, but remember that the book is a set of planes, not an actual model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-57</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Mon, 15 Sep 2008 18:44:13 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-57</guid>
		<description>your implementation of this page flipper is awesome. Quick question for you: how would I go about controlling the x,y,z,rotation of the book itself, not the camera?</description>
		<content:encoded><![CDATA[<p>your implementation of this page flipper is awesome. Quick question for you: how would I go about controlling the x,y,z,rotation of the book itself, not the camera?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jrock</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-56</link>
		<dc:creator>Jrock</dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:51:41 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-56</guid>
		<description>Wow, this is great!  Any tips on what to do if the pages are .png's and not jpgs?  I'm having trouble getting the transparency to show - only shows black.</description>
		<content:encoded><![CDATA[<p>Wow, this is great!  Any tips on what to do if the pages are .png&#8217;s and not jpgs?  I&#8217;m having trouble getting the transparency to show - only shows black.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mooshoo</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-53</link>
		<dc:creator>mooshoo</dc:creator>
		<pubDate>Mon, 04 Aug 2008 00:25:29 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-53</guid>
		<description>Neat! Do you know if you will be posting a PV 2.0-compatible version? If so, I'd love to see it. I'm trying to convert the files now, but it seems to be stuck on the Faces3D...</description>
		<content:encoded><![CDATA[<p>Neat! Do you know if you will be posting a PV 2.0-compatible version? If so, I&#8217;d love to see it. I&#8217;m trying to convert the files now, but it seems to be stuck on the Faces3D&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-52</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 28 Jul 2008 10:30:16 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-52</guid>
		<description>thanks very much. diving deep into your code helped me understand the original class so much more!

 i'm currently fighting a strange issue of transparent pages, with working (also invisible :( ) buttons on them - mysterious encounter, and thought just to stop by and thank you as a relaxing moment :))</description>
		<content:encoded><![CDATA[<p>thanks very much. diving deep into your code helped me understand the original class so much more!</p>
<p> i&#8217;m currently fighting a strange issue of transparent pages, with working (also invisible <img src='http://danro.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ) buttons on them - mysterious encounter, and thought just to stop by and thank you as a relaxing moment :))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Jones</title>
		<link>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-50</link>
		<dc:creator>Steve Jones</dc:creator>
		<pubDate>Thu, 17 Jul 2008 08:06:09 +0000</pubDate>
		<guid>http://danro.net/2007/11/08/pv3d-pageflip-demo/#comment-50</guid>
		<description>Hi Dan (and Lee)

This is a cool start to something - just wanted to know if you're still working on it. I was thinking of developing it further into a class where you can supply any form of DisplayObject that conforms to an IPage interface, so the pages can be added dynamically from real content rather than having to use embedded library symbols.

I obviously won't do it if you are already spending time on it, but I would like to contribute with some dev work...

Cheers

Steve J</description>
		<content:encoded><![CDATA[<p>Hi Dan (and Lee)</p>
<p>This is a cool start to something - just wanted to know if you&#8217;re still working on it. I was thinking of developing it further into a class where you can supply any form of DisplayObject that conforms to an IPage interface, so the pages can be added dynamically from real content rather than having to use embedded library symbols.</p>
<p>I obviously won&#8217;t do it if you are already spending time on it, but I would like to contribute with some dev work&#8230;</p>
<p>Cheers</p>
<p>Steve J</p>
]]></content:encoded>
	</item>
</channel>
</rss>
  
