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

A hash object that contains parameters for flash object.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijgallery("option", "flashParams");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijgallery("option", "flashParams", newValue);
        
});
var flashParams : object;
Example
$("#id").wijgallery({
     flashParams: { allowfullscreen: false }
 });
See Also

Reference

options type
wijgallery jQuery Widget