Hello,
this is my first post , thank you for people how take time to response for ower question.
I have un problem with MassLoader , masapi
http://code.google.com/p/masapi/
i can upload jpg without problem but how can we use it?
public static var illus_1:Loader;
private var nomimage1:ILoadableFile;
...
nomimage1 = cl.addFile(fichierXML.panneau[0].@image_url,LoadableFileType.BINARY)
//when the upload is finish
illus_1 = nomimage1.getData("flash.display.Loader");
In another class i take the illus_1 whitout problem but if i want make for exemple a reflect with the api pielfumes, it doesn't work,it say, it's not a bitmap ou bitmapdata
var r2:Reflect = new Reflect({mc:ConfigLoader.illus_1, alpha:20, ratio:30, distance:0, updateTime:-1, reflectionDropoff:1});
did you have a idéa to help me??
thank , i hope you understant my poor english
antonin