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
path
returns
TRUE - if the load was successful
TRUE -
FALSE - if the load failed
FALSE
throws
The loadImage() method does not throw any exceptions.
loadImage()