wijmo.gallery.wijgallery Namespace > options type : flashInstall Option |
Default value: 'player\\\\expressInstall.swf'
The relative path and name of the flash installation guide.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijgallery("option", "flashInstall"); // Set value var newValue; // Type: string $(".selector").wijgallery("option", "flashInstall", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijgallery({ flashInstall: " player\expressInstall2.swf " });