<?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: Flame - 3D music in Actionscript 3</title>
	<atom:link href="http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/</link>
	<description>Personal blog, portfolio &#38; online playground</description>
	<pubDate>Sat, 22 Nov 2008 04:22:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Antti</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-20761</link>
		<dc:creator>Antti</dc:creator>
		<pubDate>Mon, 07 Apr 2008 16:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-20761</guid>
		<description>Devertex: At the time when i wrote flame last.fm's crossdomain policy file (http://www.last.fm/crossdomain.xml) didn't allow this and i had to hack around it. Now however it does so yes, as you're saying, it would work with getting it directly.</description>
		<content:encoded><![CDATA[<p>Devertex: At the time when i wrote flame last.fm&#8217;s crossdomain policy file (http://www.last.fm/crossdomain.xml) didn&#8217;t allow this and i had to hack around it. Now however it does so yes, as you&#8217;re saying, it would work with getting it directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devertex</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-20742</link>
		<dc:creator>Devertex</dc:creator>
		<pubDate>Mon, 07 Apr 2008 07:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-20742</guid>
		<description>Nice job.
It made me try my own papervision experiments. Thanks a lot.

Maybe you could try to load the images directly from last.fm. The current line you use to load photos is:
imageLoader.load( new URLRequest( "http://www.anttikupila.com/crossdomain-proxy.php?url=" + _image ) );

and something like this would do the job ; )
var loaderContext:LoaderContext = new LoaderContext ();
loaderContext.checkPolicyFile = true;
imageLoader.load( new URLRequest( _image ) , loaderContext );

I doesn't have tested it since I'can't compile it right now but this is something I had to do to load photos from flickr for my experiments.
I hope it helps.</description>
		<content:encoded><![CDATA[<p>Nice job.<br />
It made me try my own papervision experiments. Thanks a lot.</p>
<p>Maybe you could try to load the images directly from last.fm. The current line you use to load photos is:<br />
imageLoader.load( new URLRequest( &#8220;http://www.anttikupila.com/crossdomain-proxy.php?url=&#8221; + _image ) );</p>
<p>and something like this would do the job ; )<br />
var loaderContext:LoaderContext = new LoaderContext ();<br />
loaderContext.checkPolicyFile = true;<br />
imageLoader.load( new URLRequest( _image ) , loaderContext );</p>
<p>I doesn&#8217;t have tested it since I&#8217;can&#8217;t compile it right now but this is something I had to do to load photos from flickr for my experiments.<br />
I hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-19820</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Thu, 20 Mar 2008 18:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-19820</guid>
		<description>Nice use of PV3D.

I'm viewing using the Flash 9r115 Debug player and I get the following runtime errors when using arrow keys zooming in and rotating.

TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at gfx.scene3d::Album3D/stopPreview()
	at gfx.scene3d::Arc/stopPreview()
	at Main/keyHandler()</description>
		<content:encoded><![CDATA[<p>Nice use of PV3D.</p>
<p>I&#8217;m viewing using the Flash 9r115 Debug player and I get the following runtime errors when using arrow keys zooming in and rotating.</p>
<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at gfx.scene3d::Album3D/stopPreview()<br />
	at gfx.scene3d::Arc/stopPreview()<br />
	at Main/keyHandler()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nachtgedanken &#187; Blog Archive &#187; datenvisualisierung mit flash und papervision3d</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-16475</link>
		<dc:creator>nachtgedanken &#187; Blog Archive &#187; datenvisualisierung mit flash und papervision3d</dc:creator>
		<pubDate>Tue, 12 Feb 2008 17:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-16475</guid>
		<description>[...] antti kupila visualisiert auf eine eindrucksvolle weise daten, die sie von last.fm bezieht. dabei nutzt die applikation papervision3d zur darstellung. gesteuert wird das ganze mit den [...]</description>
		<content:encoded><![CDATA[<p>[...] antti kupila visualisiert auf eine eindrucksvolle weise daten, die sie von last.fm bezieht. dabei nutzt die applikation papervision3d zur darstellung. gesteuert wird das ganze mit den [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7666</link>
		<dc:creator>Antti</dc:creator>
		<pubDate>Thu, 11 Oct 2007 16:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7666</guid>
		<description>That's weird. I changed a small thing that makes it check the policy file in advance (which is *, meaning it should be allowed to load without extra fuzz). Maybe it's better now?</description>
		<content:encoded><![CDATA[<p>That&#8217;s weird. I changed a small thing that makes it check the policy file in advance (which is *, meaning it should be allowed to load without extra fuzz). Maybe it&#8217;s better now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Buchanan</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7662</link>
		<dc:creator>Pat Buchanan</dc:creator>
		<pubDate>Thu, 11 Oct 2007 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7662</guid>
		<description>Doesn't work for me  :(  Looks like they changed something on you again!

Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://www.anttikupila.com/files/flame/flame.swf cannot load data from http://ws.audioscrobbler.com/1.0/artist/Brooks/similar.xml.
	at Main/initLoaders()
	at Main/init3DScene()
	at Main()</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me  <img src='http://www.anttikupila.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Looks like they changed something on you again!</p>
<p>Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: <a href="http://www.anttikupila.com/files/flame/flame.swf" rel="nofollow" >http://www.anttikupila.com/files/flame/flame.swf</a> cannot load data from <a href="http://ws.audioscrobbler.com/1.0/artist/Brooks/similar.xml" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/ws.audioscrobbler.com');">http://ws.audioscrobbler.com/1.0/artist/Brooks/similar.xml</a>.<br />
	at Main/initLoaders()<br />
	at Main/init3DScene()<br />
	at Main()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7555</link>
		<dc:creator>Antti</dc:creator>
		<pubDate>Wed, 10 Oct 2007 22:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7555</guid>
		<description>If it suddenly doesn't work, it is almost certainly because Last.fm has changed something somewhere. This has happened multiple times already and unless I fix the app to come around those changes, it stops working (and since it's just a quick experiment, you of course won't be notified in any way :) ).

However, since I still have huge demand for this one, I decided to fix it. &lt;strong&gt;So now, Oct 10th, it works again!&lt;/strong&gt;

If you notice it stopping working, please let me know. Or even better; download the source, fix the problem and share what you learned with me :)

http://www.anttikupila.com/files/flame/Main.html</description>
		<content:encoded><![CDATA[<p>If it suddenly doesn&#8217;t work, it is almost certainly because Last.fm has changed something somewhere. This has happened multiple times already and unless I fix the app to come around those changes, it stops working (and since it&#8217;s just a quick experiment, you of course won&#8217;t be notified in any way <img src='http://www.anttikupila.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>However, since I still have huge demand for this one, I decided to fix it. <strong>So now, Oct 10th, it works again!</strong></p>
<p>If you notice it stopping working, please let me know. Or even better; download the source, fix the problem and share what you learned with me <img src='http://www.anttikupila.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.anttikupila.com/files/flame/Main.html" rel="nofollow" >http://www.anttikupila.com/files/flame/Main.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gorran</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7538</link>
		<dc:creator>Gorran</dc:creator>
		<pubDate>Wed, 10 Oct 2007 18:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7538</guid>
		<description>not working for me either

tested with latest beta flash in firefox, opera ans safari. And with latest stable flash activeX in IE7.</description>
		<content:encoded><![CDATA[<p>not working for me either</p>
<p>tested with latest beta flash in firefox, opera ans safari. And with latest stable flash activeX in IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coverflow Gone Wild! AS3, Last.FM and CoverFlow &#124; Weber Design Labs</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7459</link>
		<dc:creator>Coverflow Gone Wild! AS3, Last.FM and CoverFlow &#124; Weber Design Labs</dc:creator>
		<pubDate>Tue, 09 Oct 2007 18:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-7459</guid>
		<description>[...] http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/" rel="nofollow" >http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meindert</title>
		<link>http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-6702</link>
		<dc:creator>Meindert</dc:creator>
		<pubDate>Tue, 02 Oct 2007 14:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/flame-3d-music-in-actionscript-3/#comment-6702</guid>
		<description>Same error here (only in English). After I 'upgraded' from flash player 9 debugger to the normal flash player 9, nothing happens at all. And I would love to see it in action! :)</description>
		<content:encoded><![CDATA[<p>Same error here (only in English). After I &#8216;upgraded&#8217; from flash player 9 debugger to the normal flash player 9, nothing happens at all. And I would love to see it in action! <img src='http://www.anttikupila.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
