<?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: Alternativa 3D Series &#8211; Tutorial 3 &#8211; Loading Model</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/3d/alternativa-3d-loading-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/tutorials/3d/alternativa-3d-loading-model/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:11:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sooxin</title>
		<link>http://www.thetechlabs.com/tutorials/3d/alternativa-3d-loading-model/comment-page-1/#comment-12867</link>
		<dc:creator>sooxin</dc:creator>
		<pubDate>Fri, 20 Nov 2009 10:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=183#comment-12867</guid>
		<description>I export a 3DS file from 3DMAX 9.0, but when load this file have error:
don&#039;t change alternativa.engine3d.materials::FillMaterial@1ecde01 to alternativa.engine3d.materials.TextureMaterial
Please help me.</description>
		<content:encoded><![CDATA[<p>I export a 3DS file from 3DMAX 9.0, but when load this file have error:<br />
don&#8217;t change alternativa.engine3d.materials::FillMaterial@1ecde01 to alternativa.engine3d.materials.TextureMaterial<br />
Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdk</title>
		<link>http://www.thetechlabs.com/tutorials/3d/alternativa-3d-loading-model/comment-page-1/#comment-12341</link>
		<dc:creator>mdk</dc:creator>
		<pubDate>Fri, 06 Nov 2009 23:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=183#comment-12341</guid>
		<description>For those having problems compiling and running here&#039;s a couple tips.

1) compile with additional parameter -use-networking=false
   This will put it in a local security sandbox with access to files
2) Make sure you put the 3DS file in the media folder and change the SERVER_URL to &quot;../media/&quot;
3) try the flash10 swc files first, if you get errors, use the flash9 alternativa swc files</description>
		<content:encoded><![CDATA[<p>For those having problems compiling and running here&#8217;s a couple tips.</p>
<p>1) compile with additional parameter -use-networking=false<br />
   This will put it in a local security sandbox with access to files<br />
2) Make sure you put the 3DS file in the media folder and change the SERVER_URL to &#8220;../media/&#8221;<br />
3) try the flash10 swc files first, if you get errors, use the flash9 alternativa swc files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mk</title>
		<link>http://www.thetechlabs.com/tutorials/3d/alternativa-3d-loading-model/comment-page-1/#comment-11768</link>
		<dc:creator>Mk</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=183#comment-11768</guid>
		<description>Hello, I&#039;ve been trying to load a 3DS model with no luck. I&#039;ve tried it with Flex Builder, Flash Develop and without an IDE with the mxlmc compiler only. Tried on Windows and Linux. Tried this example and that one in Alternativa3D documentation site too. I&#039;ve tried even redownloading Alternativa3D 5.6.0. I always end up having no model on the canvas, with no error and no clue. Just the MEM goes still up, even to 500mb which isn&#039;t normal I think, untill I close it. My flash player version: &quot;WIN 10,0,32,18&quot;.

I don&#039;t change the code, I download it from here and try to run (except the model address) and it doesn&#039;t work for me. Does anyone know, what am I doing wrong? Please send me a message here or to &quot;svitmk&quot; at &quot;gmail&quot; the dot &quot;com&quot;.</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;ve been trying to load a 3DS model with no luck. I&#8217;ve tried it with Flex Builder, Flash Develop and without an IDE with the mxlmc compiler only. Tried on Windows and Linux. Tried this example and that one in Alternativa3D documentation site too. I&#8217;ve tried even redownloading Alternativa3D 5.6.0. I always end up having no model on the canvas, with no error and no clue. Just the MEM goes still up, even to 500mb which isn&#8217;t normal I think, untill I close it. My flash player version: &#8220;WIN 10,0,32,18&#8243;.</p>
<p>I don&#8217;t change the code, I download it from here and try to run (except the model address) and it doesn&#8217;t work for me. Does anyone know, what am I doing wrong? Please send me a message here or to &#8220;svitmk&#8221; at &#8220;gmail&#8221; the dot &#8220;com&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeS</title>
		<link>http://www.thetechlabs.com/tutorials/3d/alternativa-3d-loading-model/comment-page-1/#comment-9206</link>
		<dc:creator>MikeS</dc:creator>
		<pubDate>Fri, 21 Aug 2009 01:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=183#comment-9206</guid>
		<description>For fellow noobs my previous post referencing a Security Error arises because the 3D model referenced in the source code is hosted on the alternativa site -- but a facet of Flash Player 7+ security is to disallow loading data from a different domain (unless that other domain has a cross-domain.xml file allowing same).

Thus to get the demo to work simply copy and paste the fighter.3DS and the sf-03.jpg files into your own domain then change to your address the:

protected static const SERVER_URL:String = &quot;http://_your domain_&quot;;</description>
		<content:encoded><![CDATA[<p>For fellow noobs my previous post referencing a Security Error arises because the 3D model referenced in the source code is hosted on the alternativa site &#8212; but a facet of Flash Player 7+ security is to disallow loading data from a different domain (unless that other domain has a cross-domain.xml file allowing same).</p>
<p>Thus to get the demo to work simply copy and paste the fighter.3DS and the sf-03.jpg files into your own domain then change to your address the:</p>
<p>protected static const SERVER_URL:String = &#8220;http://_your domain_&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeS</title>
		<link>http://www.thetechlabs.com/tutorials/3d/alternativa-3d-loading-model/comment-page-1/#comment-9197</link>
		<dc:creator>MikeS</dc:creator>
		<pubDate>Thu, 20 Aug 2009 22:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=183#comment-9197</guid>
		<description>I get an Error Loading (Security Error) when compiling source files. 

Please advise how to track/fix the error -- thanks in advance.</description>
		<content:encoded><![CDATA[<p>I get an Error Loading (Security Error) when compiling source files. </p>
<p>Please advise how to track/fix the error &#8212; thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.291 seconds -->
