| Previous | Next | |
Windows: Flash 8 or 9 AS2.0 SWF + mProjector
3.0; Windows NT Support: Flash 7 SWF + mProjector
2.0;
Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector
3.1;
mApplication.loadBitmap(fileName:String, target:Object) : VoidfileName - Name (including the path) of the bitmap file.
target - A path to a target movie clip. The target movie clip will be replaced by the loaded bitmap.
Nothing.
Method; Loads a bitmap from a .bmp file into a movie clip.
The following example loads a bitmap.
mApplication.loadBitmap(mApplication.getFolder()+"/bitmap.bmp",_root.capture);
| Questions or Feedback? | Previous | Next |