# massLoader: Masapi

**URL:** https://forum.kirupa.com/t/massloader-masapi/268484
**Category:** flash
**Created:** [August 14, 2008, 12:28pm UTC](https://forum.kirupa.com/t/massloader-masapi/268484 "2008-08-14T12:28:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tonin10](https://avatars.discourse-cdn.com/v4/letter/t/f475e1/32.png) [@tonin10](https://forum.kirupa.com/u/tonin10)
#### Post date: [August 14, 2008, 12:28pm UTC](https://forum.kirupa.com/t/massloader-masapi/268484/1 "2008-08-14T12:28:34Z")

</div>

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/](http://code.google.com/p/masapi/)

i can upload jpg without problem but how can we use it?

```auto

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
