loadImage

format

boolean loadImage(String path)

description

Loads an image into the MediaObject. The image is loaded as a property of the MediaObject.

parameters

path - the path and filename of the image you wish to load

returns

TRUE - if the load was successful

 

FALSE - if the load failed

throws

The loadImage() method does not throw any exceptions.