<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlashFuck.it &#187; Flash Player 9</title>
	<atom:link href="http://www.flashfuck.it/tag/flash-player-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashfuck.it</link>
	<description>flash platform, gaming and 3D</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:11:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Flash 3D stress tests</title>
		<link>http://www.flashfuck.it/2008/06/26/flash-3d-stress-tests/</link>
		<comments>http://www.flashfuck.it/2008/06/26/flash-3d-stress-tests/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 07:31:18 +0000</pubDate>
		<dc:creator>pigiuz</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Flash Player 9]]></category>
		<category><![CDATA[Papervision 3D]]></category>

		<guid isPermaLink="false">http://www.flashfuck.it/2008/06/26/flash-3d-stress-tests/</guid>
		<description><![CDATA[I just moved to my fresh new countryÂ¬â€  and started studing for my new job I&#8217;m trying to get a usual &#8220;virtual world&#8221; scene (such as second life&#8217;s) using (possibly free and open) as3 3D frameworks, so my first choice has been papervision3D. Unfortunately I&#8217;m not a 3D modeler so I had to get models [...]]]></description>
			<content:encoded><![CDATA[<p>I just moved to my <a href="http://en.wikipedia.org/wiki/Switzerland">fresh new country</a>Â¬â€  and started studing for my new job <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m trying to get a usual &#8220;virtual world&#8221; scene (such as second life&#8217;s) using (possibly free and open) as3 3D frameworks, so my first choice has been papervision3D.</p>
<p>Unfortunately I&#8217;m not a 3D modeler so I had to get models from the web, anyway <a href="http://sketchup.google.com/3dwarehouse/">google sketchup warehouse</a> is a very good resource to collect DAEs (but remember they may be not parsable by ascollada).<br />
For the human model I&#8217;ve just &#8220;stolen&#8221; a walking girl from <a href="http://perso.numericable.fr/chamaslot/anim.php">3Dflasho</a>.<br />
&#8230;and <a href="http://www.flashfuck.it/vwtests/stadium/pv3d.html">here</a>&#8216;s what I got combining the 2 models: a girl walking in a stadium. (girl is automatically walking forward, just use left and right arrows to make her turn)</p>
<p style="text-align: center"><a href="http://www.flashfuck.it/vwtests/stadium/pv3d.html"><img src="http://www.flashfuck.it/wp-content/uploads/2008/06/pv3dstadium.jpg" alt="pv3dstadium.jpg" /></a></p>
<p style="text-align: center"><em>(note: textures are about 7 mb and the whole swf is very cpu intensive)Â¬â€ </em></p>
<p>Take a look to the profiler, you can notice that framerate is very low even on a very good machine (i had a value range from 12 to 18 with everything loaded and 26\28 for the girl only on a macbookpro 2.4ghz and flash player 9.0.124 debug).</p>
<p>Next steps for me are:</p>
<p>1) try the same models on Away3D and maybe on Alternativa</p>
<p>2) search for better models (expecially for the stadium which generates too many culling issues on the ground)</p>
<p>3) have a <a href="http://www.thinkgeek.com/caffeine/drinks/a273/">mana potion</a></p>
<p>I hope to get good news from papervision and away3d mailing lists about flash 10 implementations, expecially about both engines&#8217; drawing speed..in the while I&#8217;m going on with my tests <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashfuck.it/2008/06/26/flash-3d-stress-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrintJob bug on OS X 10.5 Leopard</title>
		<link>http://www.flashfuck.it/2008/06/09/printjob-bug-on-os-x-105-leopard/</link>
		<comments>http://www.flashfuck.it/2008/06/09/printjob-bug-on-os-x-105-leopard/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:12:31 +0000</pubDate>
		<dc:creator>pigiuz</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Flash Player 9]]></category>

		<guid isPermaLink="false">http://www.flashfuck.it/2008/06/09/printjob-bug-on-os-x-105-leopard/</guid>
		<description><![CDATA[I accidentally found a bug on PrintJob Class on Mac OS X 10.5 (leopard) using Flash Player 9 (i tried every player 9 release up to 124) This the fact: whenever you try to print something using PrintJob.send() you&#8217;ll get a blank sheet instead of the effective Sprite printout. On previous versions of OS X [...]]]></description>
			<content:encoded><![CDATA[<p>I accidentally found a bug on PrintJob Class on Mac OS X 10.5 (leopard) using Flash Player 9 (i tried every player 9 release up to 124)</p>
<p style="text-align: center"><img src="http://www.flashfuck.it/wp-content/uploads/2008/06/printjobbug.png" alt="printjobbug.png" /></p>
<p>This the fact:<br />
whenever you try to print something using PrintJob.send() you&#8217;ll get a blank sheet instead of the effective Sprite printout.</p>
<p>On previous versions of OS X and on Windows everything is working fine.</p>
<p>Try to test it using Language Reference&#8217;s example. It seems not to be working even on AS2 swfs.</p>
<p>I just submitted this bug at bugs.adobe.com, if you have access to serverside scripting AlivePDF project can be a good workaround.<br />
If you find any workaround or want to contribute to solve this issue, here&#8217;s the link at adobe bugs: <a href="https://bugs.adobe.com/jira/browse/FP-307">https://bugs.adobe.com/jira/browse/FP-307</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashfuck.it/2008/06/09/printjob-bug-on-os-x-105-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

