wijmo.gallery.wijgallery Namespace > options type : flashVars Option |
A hash object that contains variants for flash object.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijgallery("option", "flashVars"); // Set value var newValue; // Type: object $(".selector").wijgallery("option", "flashVars", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijgallery({ flashVars: { width:300, height:400 } });