Confused with the AssetLibrary thang.
from the pdf
// To load
AssetLibrary.load(new URLRequest('path/to/my/file.awd'));
// Once load has finished
var mesh : Mesh = Mesh(AssetLibrary.getAsset('nameOfMyMesh'));Also tried the example in this thread. If I do the above I get an error [Fault] exception, information=Error: Unsupported file type:../models/hp2/hp2 Fault, AssetLibrary.as:197 Really could do with a full example.
