Loads a set of images defined in a Flash library for subsequent use within either <image name=""> or <graphical_button name=""> tags.
The <file> tag must contain the full path to the Flash library to be loaded.
The <next_node> tag is optional and defines the node to proceed to when the image library has finished loading.
To call an image from a media library, use <file library=""> tags within <image name=""> and <up_image library="">, <down_image library="">, and <over_image library=""> tags within <graphical_button name="">.
Child of: <node name="">
Parent of: <file>, <next_node>
See also: <down_image library="">, <graphical_button name="">, <image name="">, <over_image library="">, <up_image library="">
Example:
<medialibrary_load name="my_media_library">
<file>FULL_PATH_TO_LIBRARY_FILE</file>
<next_node>node_1</next_node>
</medialibrary_load name>