Image Files
[Section 3: Image Locations]


Variables

var flixpub_startup_bg_image
 Start Image.
var flixpub_validate_bg_image
 Validation Image.
var flixpub_record_bg_image
 Recording Image.
var flixpub_upload_bg_image
 Uploading Image.
var flixpub_encode_bg_image
 Mac Encoding Image.
var flixpub_encode_complete_bg_image
 Mac Encode Complete Image.
var flixpub_broadcast_bg_image
 Broadcast Image.
var flixpub_block_ui_markup
 Block UI HTML.

Detailed Description

The reference application includes several background images that help to inform users of their options.

These variables control which images are shown. Change the image file names to display your own images.


Variable Documentation

var flixpub_startup_bg_image

This image is displayed when the sample is first loaded.

var flixpub_validate_bg_image

This image is displayed when a user drags a file onto the plug-in.

var flixpub_record_bg_image

This image is displayed when a user clicks the "Record Video" button.

var flixpub_upload_bg_image

This image is displayed while an upload is in progress.

var flixpub_encode_bg_image

This image is displayed while an encode is in progress on the Mac.

var flixpub_encode_complete_bg_image

This image is displayed when encode completes on the Mac.

var flixpub_broadcast_bg_image

Provides instructions to users of the broadcast demo. This image is the only image displayed by the broadcast demonstration.

var flixpub_block_ui_markup

The string assigned to this var is passed to the jQuery Block UI plug-in when the reference application blocks the user interface.

Example

    // Show the old-style On2 logo in a modal box with the text 'Please wait...'
    var flixpub_block_ui_markup = '<img src="images/on2_notech_147x120_trans.png" /><br><p>Please wait...</p>';


On2 Flix Publisher documentation, generated on Mon Jan 7 18:13:01 2008 by doxygen 1.5.4 On2 Technologies, Inc