<?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: Full Screen Cube</title>
	<atom:link href="http://pv3d.org/2009/04/08/full-screen-cube/feed/" rel="self" type="application/rss+xml" />
	<link>http://pv3d.org/2009/04/08/full-screen-cube/</link>
	<description>Papervision3D, ActionScript, and Flex examples and tutorials by John Lindquist</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:10:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arindam Mojumder</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-32711</link>
		<dc:creator>Arindam Mojumder</dc:creator>
		<pubDate>Fri, 23 Jul 2010 10:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-32711</guid>
		<description>how can I add a sprite or MovieClip to this class. If I extends the BAsicView class and trying to add a Sprite&lt;br&gt;like below method:&lt;br&gt;&lt;br&gt;...... starting .........   public function FullScreenCube&lt;br&gt;&lt;br&gt;var sp:Sprite = new Sprite();&lt;br&gt;scene.addChild(sp);&lt;br&gt;&lt;br&gt;I know it will work Properly if I use DisplayObject3d, but just want to know is there any way to &lt;br&gt;add a Sprite or MovieClip dynamically to scene??? &lt;br&gt;&lt;br&gt;I love pv3d but some time it hurt me a lot due to some unexpected code error. I just can&#039;t freely writing the code as like normal as3.0. I think in pv3d there are so many boundation.&lt;br&gt;&lt;br&gt;Please guide me. Actually I want to make an application like this links. &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.citroen.co.uk/home/#/home&quot; rel=&quot;nofollow&quot;&gt;http://www.citroen.co.uk/home/#/home&lt;/a&gt;/&lt;br&gt;&lt;br&gt;see the above links&lt;br&gt;how can I create this kind of slider? If there is different sizes images? I have tried carousel method but facing problem to x,yrotation and z axis problem.&lt;br&gt;&lt;br&gt;Here is my demo link :&lt;a href=&quot;http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d&quot; rel=&quot;nofollow&quot;&gt;http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d&lt;/a&gt;/&lt;br&gt;Here is my source code:&lt;a href=&quot;http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/pv3d.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/pv3d.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;Arindam [ arindam.mojumder@gmail.com ]&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>how can I add a sprite or MovieClip to this class. If I extends the BAsicView class and trying to add a Sprite<br />like below method:</p>
<p>&#8230;&#8230; starting &#8230;&#8230;&#8230;   public function FullScreenCube</p>
<p>var sp:Sprite = new Sprite();<br />scene.addChild(sp);</p>
<p>I know it will work Properly if I use DisplayObject3d, but just want to know is there any way to <br />add a Sprite or MovieClip dynamically to scene??? </p>
<p>I love pv3d but some time it hurt me a lot due to some unexpected code error. I just can&#39;t freely writing the code as like normal as3.0. I think in pv3d there are so many boundation.</p>
<p>Please guide me. Actually I want to make an application like this links. </p>
<p><a href="http://www.citroen.co.uk/home/#/home" rel="nofollow">http://www.citroen.co.uk/home/#/home</a>/</p>
<p>see the above links<br />how can I create this kind of slider? If there is different sizes images? I have tried carousel method but facing problem to x,yrotation and z axis problem.</p>
<p>Here is my demo link :<a href="http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d" rel="nofollow">http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d</a>/<br />Here is my source code:<a href="http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/pv3d.zip" rel="nofollow">http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/pv3d.zip</a></p>
<p>Arindam [ <a href="mailto:arindam.mojumder@gmail.com">arindam.mojumder@gmail.com</a> ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arindam Mojumder</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-26697</link>
		<dc:creator>Arindam Mojumder</dc:creator>
		<pubDate>Fri, 23 Jul 2010 03:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-26697</guid>
		<description>how can I add a sprite or MovieClip to this class. If I extends the BAsicView class and trying to add a Sprite&lt;br&gt;like below method:&lt;br&gt;&lt;br&gt;...... starting .........   public function FullScreenCube&lt;br&gt;&lt;br&gt;var sp:Sprite = new Sprite();&lt;br&gt;scene.addChild(sp);&lt;br&gt;&lt;br&gt;I know it will work Properly if I use DisplayObject3d, but just want to know is there any way to &lt;br&gt;add a Sprite or MovieClip dynamically to scene??? &lt;br&gt;&lt;br&gt;I love pv3d but some time it hurt me a lot due to some unexpected code error. I just can&#039;t freely writing the code as like normal as3.0. I think in pv3d there are so many boundation.&lt;br&gt;&lt;br&gt;Please guide me. Actually I want to make an application like this links. &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.citroen.co.uk/home/#/home/&quot; rel=&quot;nofollow&quot;&gt;http://www.citroen.co.uk/home/#/home/&lt;/a&gt;&lt;br&gt;&lt;br&gt;see the above links&lt;br&gt;how can I create this kind of slider? If there is different sizes images? I have tried carousel method but facing problem to x,yrotation and z axis problem.&lt;br&gt;&lt;br&gt;Here is my demo link :http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/&lt;br&gt;Here is my source code:http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/pv3d.zip&lt;br&gt;&lt;br&gt;Arindam [ &lt;a href=&quot;mailto:arindam.mojumder@gmail.com&quot; rel=&quot;nofollow&quot;&gt;arindam.mojumder@gmail.com&lt;/a&gt; ]</description>
		<content:encoded><![CDATA[<p>how can I add a sprite or MovieClip to this class. If I extends the BAsicView class and trying to add a Sprite<br />like below method:</p>
<p>&#8230;&#8230; starting &#8230;&#8230;&#8230;   public function FullScreenCube</p>
<p>var sp:Sprite = new Sprite();<br />scene.addChild(sp);</p>
<p>I know it will work Properly if I use DisplayObject3d, but just want to know is there any way to <br />add a Sprite or MovieClip dynamically to scene??? </p>
<p>I love pv3d but some time it hurt me a lot due to some unexpected code error. I just can&#39;t freely writing the code as like normal as3.0. I think in pv3d there are so many boundation.</p>
<p>Please guide me. Actually I want to make an application like this links. </p>
<p><a href="http://www.citroen.co.uk/home/#/home/" rel="nofollow">http://www.citroen.co.uk/home/#/home/</a></p>
<p>see the above links<br />how can I create this kind of slider? If there is different sizes images? I have tried carousel method but facing problem to x,yrotation and z axis problem.</p>
<p>Here is my demo link :http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/<br />Here is my source code:http://www.demo.talash.net/~demo/design/ria-demo/downloadCenter/pv3d/pv3d.zip</p>
<p>Arindam [ <a href="mailto:arindam.mojumder@gmail.com" rel="nofollow">arindam.mojumder@gmail.com</a> ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roberttimes</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-20559</link>
		<dc:creator>roberttimes</dc:creator>
		<pubDate>Sun, 28 Mar 2010 15:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-20559</guid>
		<description>Hi, I got the source and it&#039;s working fine except the cube/images don&#039;t resize to fullscreen as I resize the stage. How would that be accomplished? &lt;br&gt;&lt;br&gt;I tried to put a stage RESIZE function in there but the cube stays at the same size of 900x480.&lt;br&gt;Does anybody know how can I make this truly fullscreen? How can the cube resize to stage dimensions after the SWF is resized?</description>
		<content:encoded><![CDATA[<p>Hi, I got the source and it&#39;s working fine except the cube/images don&#39;t resize to fullscreen as I resize the stage. How would that be accomplished? </p>
<p>I tried to put a stage RESIZE function in there but the cube stays at the same size of 900&#215;480.<br />Does anybody know how can I make this truly fullscreen? How can the cube resize to stage dimensions after the SWF is resized?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kingler</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-8068</link>
		<dc:creator>Kingler</dc:creator>
		<pubDate>Fri, 11 Sep 2009 22:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-8068</guid>
		<description>Great effect! I was looking for something like this. I&#039;m new to AS3. How I would I invoke this effect with the link bar component in flex 3?</description>
		<content:encoded><![CDATA[<p>Great effect! I was looking for something like this. I&#8217;m new to AS3. How I would I invoke this effect with the link bar component in flex 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeauProductions</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-2530</link>
		<dc:creator>PeauProductions</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-2530</guid>
		<description>Hey man, thanks a bunch for this post, it was exactly what I needed to make a rotating AS3 banner for my store.  You can check it out here: http://peauproductions.com/swf/banner_cube_rotate.swf</description>
		<content:encoded><![CDATA[<p>Hey man, thanks a bunch for this post, it was exactly what I needed to make a rotating AS3 banner for my store.  You can check it out here: <a href="http://peauproductions.com/swf/banner_cube_rotate.swf" rel="nofollow">http://peauproductions.com/swf/banner_cube_rotate.swf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadrian</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-2120</link>
		<dc:creator>Hadrian</dc:creator>
		<pubDate>Sun, 31 May 2009 13:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-2120</guid>
		<description>hi , i has download the source file and code, but when i export the code to flash , it mark this error help please!!!!!</description>
		<content:encoded><![CDATA[<p>hi , i has download the source file and code, but when i export the code to flash , it mark this error help please!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandro Ieva</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-1558</link>
		<dc:creator>sandro Ieva</dc:creator>
		<pubDate>Fri, 17 Apr 2009 09:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-1558</guid>
		<description>hi,

very nice work! I search for transition where the complete screen
switch like in this example. And on stage Resize it updates his width and height. 

Can anybody help??</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>very nice work! I search for transition where the complete screen<br />
switch like in this example. And on stage Resize it updates his width and height. </p>
<p>Can anybody help??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: song.yin</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-1420</link>
		<dc:creator>song.yin</dc:creator>
		<pubDate>Thu, 09 Apr 2009 03:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-1420</guid>
		<description>oh.... love PV3D.. enbrace john!</description>
		<content:encoded><![CDATA[<p>oh&#8230;. love PV3D.. enbrace john!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://pv3d.org/2009/04/08/full-screen-cube/comment-page-1/#comment-1418</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=509#comment-1418</guid>
		<description>sweet transition! i like the Z bounce out/in.</description>
		<content:encoded><![CDATA[<p>sweet transition! i like the Z bounce out/in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
