<bg_image file=""/>

The background image, in either .jpg or .png format.

This is the lowest layer of media on the screen (i.e., all other media/text will display on top of it – see Layers).

Unless a complete file path beginning with "http://" is specified, the file path from <image_path> in <settings> will be assumed.

CLEAR in place of a file name will clear any previously set background image.

Parent of: Nothing

Note: You can also set the background image as a Flash variable in the Flash code on your web page. For more information, see The bg_image Flash Variable in the Working With Variables section of Scripting Your Interactive XML Application.

Examples:

<bg_image file="my_image.jpg"/>

<bg_image file="CLEAR"/>