Wijmo UI for the Web
flashInstall Option
wijmo.gallery.wijgallery Namespace > options type : flashInstall Option

Default value: 'player\\\\expressInstall.swf'

The relative path and name of the flash installation guide.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "flashInstall");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "flashInstall", newValue);
        
});
var flashInstall : string;
Example
$("#id").wijgallery({  flashInstall: " player\expressInstall2.swf " });
See Also

Reference

options type
wijgallery jQuery Widget