<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Source Code &#8211; PV3D &#124; WhiteVoid Clone by Craig</title>
	<atom:link href="http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/</link>
	<description>A Blog covering Air, Flash, Flex, Illustrator and Photoshop</description>
	<lastBuildDate>Tue, 27 Oct 2009 14:26:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 3D Interface :: 3komma14</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-18416</link>
		<dc:creator>3D Interface :: 3komma14</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-18416</guid>
		<description>[...] plekken. http://rapidshare.com/files/240707748/ProblemSolvedZoomingTheImagespaper3dyn.rar http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/ Trackback URL     Leave your own comments about this [...]</description>
		<content:encoded><![CDATA[<p>[...] plekken. <a href="http://rapidshare.com/files/240707748/ProblemSolvedZoomingTheImagespaper3dyn.rar" rel="nofollow">http://rapidshare.com/files/240707748/ProblemSolvedZoomingTheImagespaper3dyn.rar</a> <a href="http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/" rel="nofollow">http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/</a> Trackback URL     Leave your own comments about this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlmaier</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-18395</link>
		<dc:creator>karlmaier</dc:creator>
		<pubDate>Tue, 11 Aug 2009 23:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-18395</guid>
		<description>@ jeff
if u still working on this..
i think u must use two different viewports with 2 different cameras,..this works..
but i am really not sure ...maybe there is a better solution already for your case...
because this maybe will take a lot of cpu..but give it a try..if u already have a cool 	solution ..pls let me know.

@ vee cee
glad that i could help.
but in this case sorry. i dont know what u could do ...to be honest i dont use xml with papervision3d..just assets from the library..</description>
		<content:encoded><![CDATA[<p>@ jeff<br />
if u still working on this..<br />
i think u must use two different viewports with 2 different cameras,..this works..<br />
but i am really not sure &#8230;maybe there is a better solution already for your case&#8230;<br />
because this maybe will take a lot of cpu..but give it a try..if u already have a cool 	solution ..pls let me know.</p>
<p>@ vee cee<br />
glad that i could help.<br />
but in this case sorry. i dont know what u could do &#8230;to be honest i dont use xml with papervision3d..just assets from the library..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VeeCee</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-18284</link>
		<dc:creator>VeeCee</dc:creator>
		<pubDate>Fri, 19 Jun 2009 01:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-18284</guid>
		<description>1. KARLMAIER IS A GENIUS!!

karlmaier is a genius!! I had the same problem.. got it to compile then panels moved around with mouse but did not tilt.. at least not until karlmaier suggested.. so for the newbies like me u should add the line as suggested at the New Camera3D section of code. (look further up the screen 2 see Karlmaier&#039;s posting)

so your code reads like this.. 

camera.zoom = 0;
camera.focus = 100;
camera.target =  DisplayObject3D.ZERO;
camera.extra = (goPosition... etc etc

Now the panels should tilt when you have made your own swf

2. HELP FOR NEWBIES WITH COMPILE PROBLEMS

The zip includes everything you need to compile and run. If you&#039;re getting a problem then what you should do is make a new folder. (keep it simple not placed within many other subfolders/directories). Then place everything from zip file in that folder (maybe drag n drop). Open the FLA and straight away go to Edit/Preferences.. and click to change the ActionScript 3 class settings.. when in the prompt box.. click + sign to add a new one and target that to the folder name where u placed the files.. thats all you need.. the path to the folder name..  now you can compile it without errors. There shouldnt be any errors cos the correct Papervision version came with the zip file.. so if you&#039;re getting errors still then theres a conflict somewhere.. check the AS class settings.. is there any another paths to another PV3d project? utilising a different version of PV3D maybe? this could be the conflict.. remove all other PV3D related targets LEAVING only those for Flash and for this project and compile.  

Its a pain to have to remove/re-add class paths but if  thats how it goes so oh well.. my method is to keep always the inbuilt Flash classes.. then I add a path to the current PV3D project/tutorial/sample code whateva.. and then later remove it and re add a new PV3D target with yet another download of source.. its a pain that you cant disable with a tick what u dont want to use.. but this way at least its 99% guaranteed to compile any source you work with from whateva website..

Hope this helps the new experimenters and learners..


3. HOW TO ADD SUB IMAGES????

Pleeeeze tell me haha. If any 1 figures it out please share the knowledge. It might be possible to do with xml but dont bother.. the subs in xml simply tells how many times to recreate the Sub movieclip  for each pic (see library in FLA). Best to create a whole new set of planes (for subs maybe populated by their own subs.xml  each main picture would refer to certain a number/word in xml for knowing that these certain picture filenames grouped with this number/word belongs to its subs panels, for example..

01= x1.jpg
01= x2.jpg
01= x2.jpg
02= abc.jpg
02= xyz.jpg  

Panel 1 when clicked looks at subs.xml.. and understands that its subs images come from 01= , Panel 2 subs come from 02= etc etc. 

Yeah its long but im not a genius so my problem now is to figure how to tell the main panel clicked to read my subs.xml and create panels accordingly.. time for a brain food snack me thinks.. 

all suggestions in the right direction welcome and thnx in advance.</description>
		<content:encoded><![CDATA[<p>1. KARLMAIER IS A GENIUS!!</p>
<p>karlmaier is a genius!! I had the same problem.. got it to compile then panels moved around with mouse but did not tilt.. at least not until karlmaier suggested.. so for the newbies like me u should add the line as suggested at the New Camera3D section of code. (look further up the screen 2 see Karlmaier&#8217;s posting)</p>
<p>so your code reads like this.. </p>
<p>camera.zoom = 0;<br />
camera.focus = 100;<br />
camera.target =  DisplayObject3D.ZERO;<br />
camera.extra = (goPosition&#8230; etc etc</p>
<p>Now the panels should tilt when you have made your own swf</p>
<p>2. HELP FOR NEWBIES WITH COMPILE PROBLEMS</p>
<p>The zip includes everything you need to compile and run. If you&#8217;re getting a problem then what you should do is make a new folder. (keep it simple not placed within many other subfolders/directories). Then place everything from zip file in that folder (maybe drag n drop). Open the FLA and straight away go to Edit/Preferences.. and click to change the ActionScript 3 class settings.. when in the prompt box.. click + sign to add a new one and target that to the folder name where u placed the files.. thats all you need.. the path to the folder name..  now you can compile it without errors. There shouldnt be any errors cos the correct Papervision version came with the zip file.. so if you&#8217;re getting errors still then theres a conflict somewhere.. check the AS class settings.. is there any another paths to another PV3d project? utilising a different version of PV3D maybe? this could be the conflict.. remove all other PV3D related targets LEAVING only those for Flash and for this project and compile.  </p>
<p>Its a pain to have to remove/re-add class paths but if  thats how it goes so oh well.. my method is to keep always the inbuilt Flash classes.. then I add a path to the current PV3D project/tutorial/sample code whateva.. and then later remove it and re add a new PV3D target with yet another download of source.. its a pain that you cant disable with a tick what u dont want to use.. but this way at least its 99% guaranteed to compile any source you work with from whateva website..</p>
<p>Hope this helps the new experimenters and learners..</p>
<p>3. HOW TO ADD SUB IMAGES????</p>
<p>Pleeeeze tell me haha. If any 1 figures it out please share the knowledge. It might be possible to do with xml but dont bother.. the subs in xml simply tells how many times to recreate the Sub movieclip  for each pic (see library in FLA). Best to create a whole new set of planes (for subs maybe populated by their own subs.xml  each main picture would refer to certain a number/word in xml for knowing that these certain picture filenames grouped with this number/word belongs to its subs panels, for example..</p>
<p>01= x1.jpg<br />
01= x2.jpg<br />
01= x2.jpg<br />
02= abc.jpg<br />
02= xyz.jpg  </p>
<p>Panel 1 when clicked looks at subs.xml.. and understands that its subs images come from 01= , Panel 2 subs come from 02= etc etc. </p>
<p>Yeah its long but im not a genius so my problem now is to figure how to tell the main panel clicked to read my subs.xml and create panels accordingly.. time for a brain food snack me thinks.. </p>
<p>all suggestions in the right direction welcome and thnx in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-18054</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 04 May 2009 11:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-18054</guid>
		<description>karlmaier , thanks your solution, but I wanna ask , let say i want to make a character&#039;s head rolling like the gallery plane, but body keep still, any suggestion? besides, i want to reverse the x axis movement of the plane, thanks a lot.</description>
		<content:encoded><![CDATA[<p>karlmaier , thanks your solution, but I wanna ask , let say i want to make a character&#8217;s head rolling like the gallery plane, but body keep still, any suggestion? besides, i want to reverse the x axis movement of the plane, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeri</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17915</link>
		<dc:creator>joeri</dc:creator>
		<pubDate>Tue, 07 Apr 2009 14:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17915</guid>
		<description>Hi, thumbs up for supplying the source code.! 


but does anyone know how to add subs and place images in there? 
do I need CS4?
Would be great if some of you heroes would shine a little light !</description>
		<content:encoded><![CDATA[<p>Hi, thumbs up for supplying the source code.! </p>
<p>but does anyone know how to add subs and place images in there?<br />
do I need CS4?<br />
Would be great if some of you heroes would shine a little light !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Hurley</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17719</link>
		<dc:creator>Will Hurley</dc:creator>
		<pubDate>Fri, 13 Feb 2009 21:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17719</guid>
		<description>Might be an easy question for you brainboxes out there, what I want to do is have the image expand when clciked on or call a larger version of the pic from an xml file when clicked, any help woul be so so apprecated.
Cheers folks</description>
		<content:encoded><![CDATA[<p>Might be an easy question for you brainboxes out there, what I want to do is have the image expand when clciked on or call a larger version of the pic from an xml file when clicked, any help woul be so so apprecated.<br />
Cheers folks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17637</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Sat, 17 Jan 2009 12:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17637</guid>
		<description>Hi, I need to insert other subsub folder (3 or 4 level) and I need to load swf externaly with all different look and internal link, somebody can tell me how to start please? thanks</description>
		<content:encoded><![CDATA[<p>Hi, I need to insert other subsub folder (3 or 4 level) and I need to load swf externaly with all different look and internal link, somebody can tell me how to start please? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markosana</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17633</link>
		<dc:creator>markosana</dc:creator>
		<pubDate>Fri, 16 Jan 2009 09:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17633</guid>
		<description>Hi, I could like to know how to add subsub folders and one material different between for page.
M</description>
		<content:encoded><![CDATA[<p>Hi, I could like to know how to add subsub folders and one material different between for page.<br />
M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17454</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Mon, 08 Dec 2008 20:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17454</guid>
		<description>trying to edit the XML to populate the subs with images -no luck yet.  Can someone help?</description>
		<content:encoded><![CDATA[<p>trying to edit the XML to populate the subs with images -no luck yet.  Can someone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alecs</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17438</link>
		<dc:creator>alecs</dc:creator>
		<pubDate>Fri, 05 Dec 2008 17:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17438</guid>
		<description>hello there!
i just got this source but i can&#039;t fix the camera in the center it follows my mouse....if i played deswf as i downloaded it works but when i tried to published as a swf from the fla i doesn&#039;t work anymore...
can you help out to get this work
thanks!!!!!:)</description>
		<content:encoded><![CDATA[<p>hello there!<br />
i just got this source but i can&#8217;t fix the camera in the center it follows my mouse&#8230;.if i played deswf as i downloaded it works but when i tried to published as a swf from the fla i doesn&#8217;t work anymore&#8230;<br />
can you help out to get this work<br />
thanks!!!!!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: youness</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17427</link>
		<dc:creator>youness</dc:creator>
		<pubDate>Tue, 02 Dec 2008 21:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17427</guid>
		<description>thx karlmaier for ur help
i will work on it</description>
		<content:encoded><![CDATA[<p>thx karlmaier for ur help<br />
i will work on it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlmaier</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17405</link>
		<dc:creator>karlmaier</dc:creator>
		<pubDate>Wed, 26 Nov 2008 20:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17405</guid>
		<description>to youness

i dont know if you still have this problem..
but when i open this original fla file the same happens to me.... i am not sure exactly what the reason is..as far i understand great white revision 810 should be the last update which i already have...mmm
maybe in the meanthime shomething changed with the camera...
because when i set the camera.target = DisplayObject3D.ZERO;
it works like in the original version...maybe this helps you...
cheers</description>
		<content:encoded><![CDATA[<p>to youness</p>
<p>i dont know if you still have this problem..<br />
but when i open this original fla file the same happens to me&#8230;. i am not sure exactly what the reason is..as far i understand great white revision 810 should be the last update which i already have&#8230;mmm<br />
maybe in the meanthime shomething changed with the camera&#8230;<br />
because when i set the camera.target = DisplayObject3D.ZERO;<br />
it works like in the original version&#8230;maybe this helps you&#8230;<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kcchao: AIR</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17395</link>
		<dc:creator>Kcchao: AIR</dc:creator>
		<pubDate>Mon, 24 Nov 2008 08:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17395</guid>
		<description>[...] Source Code - PV3D &#124; WhiteVoid Clone by Craig [...]</description>
		<content:encoded><![CDATA[<p>[...] Source Code &#8211; PV3D | WhiteVoid Clone by Craig [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anirudha</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17300</link>
		<dc:creator>Anirudha</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17300</guid>
		<description>Hi
I am getting the error

1020: Method marked override must override another method.

What to do?


Thanks in advance

www.arystudios.com</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am getting the error</p>
<p>1020: Method marked override must override another method.</p>
<p>What to do?</p>
<p>Thanks in advance</p>
<p><a href="http://www.arystudios.com" rel="nofollow">http://www.arystudios.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: youness</title>
		<link>http://flashenabledblog.com/2008/04/15/source-code-whitevoid-clone-by-craig/#comment-17283</link>
		<dc:creator>youness</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=1025#comment-17283</guid>
		<description>hi i download the zip file . and i don&#039;t know all the images follow my mouse . do any body have any idea ?????</description>
		<content:encoded><![CDATA[<p>hi i download the zip file . and i don&#8217;t know all the images follow my mouse . do any body have any idea ?????</p>
]]></content:encoded>
	</item>
</channel>
</rss>
