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. | |
These variables control which images are shown. Change the image file names to display your own images.
This image is displayed when the sample is first loaded.
This image is displayed when a user drags a file onto the plug-in.
This image is displayed when a user clicks the "Record Video" button.
This image is displayed while an upload is in progress.
This image is displayed while an encode is in progress on the Mac.
This image is displayed when encode completes on the Mac.
Provides instructions to users of the broadcast demo. This image is the only image displayed by the broadcast demonstration.
The string assigned to this var is passed to the jQuery Block UI plug-in when the reference application blocks the user interface.
// 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>';