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

A hash object that contains variants for flash object.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijgallery("option", "flashVars");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijgallery("option", "flashVars", newValue);
        
});
var flashVars : object;
Example
$("#id").wijgallery({  flashVars: { width:300,  height:400 } });
See Also

Reference

options type
wijgallery jQuery Widget