*@Fabrice*
Damn, tortoise playing up again, even my repo browser says 3101 will
un-install and get latest version.

*@John*
My file system is

*[src dir]*
Main.as
Superman.obj
Superman.mtl
Texture1.jpg
Texture2.jpg

*[bin-debug]*
Main.swf
Superman.obj
Superman.mtl
Texture1.jpg
Texture2.jpg





On 1 April 2011 12:09, John Brookes <[email protected]> wrote:

> Just make sure on path.
>
> With flash develop.
> If I have the Main.as in src and the mtl and obj in bin
>
> bin
> -->my.obj
> -->my.mtl
> -->MyprettyImage.jpg
>
> src
> -->main.as
>
> I would have to use
> var url:String = "../bin/objCube.obj";
>
> if everything is in src then
> var url:String = "../src/objCube.obj";
>
> Otherwise it throws either mtl error or parse error.
>

Reply via email to