Syntax:
load {player} from {media name}
Keyword handler:
net.eclecity.linguist.media.keyword.MediaKLoad.class
Runtime handler(s):
net.eclecity.linguist.media.handler.MediaHLoadMedia.class
Function:
Loads a media file using the previously declared and created player. All of the settings; window position/size and event handlers will have previously been specified using create and on. The media will not yet be made visible, neither will its controller. See show and play.
Example(s):
load MoviePlayer from "sample.mpg"