<?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"
	>
<channel>
	<title>Comments on: Full Browser Flash Blog with Five3D</title>
	<atom:link href="http://www.datafake.com/blog/?feed=rss2&#038;p=7" rel="self" type="application/rss+xml" />
	<link>http://www.datafake.com/blog/?p=7</link>
	<description>Web fun with Actionscript, PHP and .NET</description>
	<pubDate>Wed, 08 Sep 2010 01:27:03 +0000</pubDate>
	<generator>http://wordpress.org/</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Flash AS3 and Five3D - a quick test &#124; wasted potential</title>
		<link>http://www.datafake.com/blog/?p=7#comment-95</link>
		<dc:creator>Flash AS3 and Five3D - a quick test &#124; wasted potential</dc:creator>
		<pubDate>Fri, 21 May 2010 13:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.datafake.com/blog/?p=7#comment-95</guid>
		<description>[...] A fun Five3D experiment [...]</description>
		<content:encoded><![CDATA[<p>[...] A fun Five3D experiment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://www.datafake.com/blog/?p=7#comment-78</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.datafake.com/blog/?p=7#comment-78</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.datafake.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.datafake.com/blog/?p=7#comment-70</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 18 Mar 2009 18:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.datafake.com/blog/?p=7#comment-70</guid>
		<description>you could get around much of the performance issues by not using vector text.

example:
(temp contains a dynamic textfield, with filled out information)
var t_bmp:BitmapData = new BitmapData(temp.width,temp.height, true, 0x000000);
t_bmp.draw(temp);
var bmp3D:Bitmap3D = new Bitmap3D(t_bmp);
var spr:Sprite3D = new Sprite3D();
spr.addChild(bmp3D);
scene.addChild(spr);

assuming your fonts are embedded, this will give you good looking text without screwing too much with processing/memory.</description>
		<content:encoded><![CDATA[<p>you could get around much of the performance issues by not using vector text.</p>
<p>example:<br />
(temp contains a dynamic textfield, with filled out information)<br />
var t_bmp:BitmapData = new BitmapData(temp.width,temp.height, true, 0&#215;000000);<br />
t_bmp.draw(temp);<br />
var bmp3D:Bitmap3D = new Bitmap3D(t_bmp);<br />
var spr:Sprite3D = new Sprite3D();<br />
spr.addChild(bmp3D);<br />
scene.addChild(spr);</p>
<p>assuming your fonts are embedded, this will give you good looking text without screwing too much with processing/memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Badimon &#124; FIVe3D &#124; Blog &#187; Blog Archive &#187; Full Browser Flash Blog with Five3D</title>
		<link>http://www.datafake.com/blog/?p=7#comment-16</link>
		<dc:creator>Mathieu Badimon &#124; FIVe3D &#124; Blog &#187; Blog Archive &#187; Full Browser Flash Blog with Five3D</dc:creator>
		<pubDate>Sat, 30 Aug 2008 16:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.datafake.com/blog/?p=7#comment-16</guid>
		<description>[...] Direct link: click here [...]</description>
		<content:encoded><![CDATA[<p>[...] Direct link: click here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d</title>
		<link>http://www.datafake.com/blog/?p=7#comment-7</link>
		<dc:creator>d</dc:creator>
		<pubDate>Mon, 28 Jul 2008 23:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.datafake.com/blog/?p=7#comment-7</guid>
		<description>i like it</description>
		<content:encoded><![CDATA[<p>i like it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
