I’m trying to create a simple 3D viewer app using Air Desktop/Projector, but I’m having problems on how to properly load it. With SWF I just use URLRequest and it works great.
_container.load(new URLRequest('teapot.3ds'));
I’m also not trying to use the file browser utility as this is not what I have in mind. I would just like to load the model relative to the executable directory or at least inside subfolder.
How do I do this?