Wijmo UI for the Web
flashParams Option

A hash object that contains parameters for flash object.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijgallery("option", "flashParams");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijgallery("option", "flashParams", newValue);
        
});
Javascript (Specification) 
var flashParams : object;
Example
$("#id").wijgallery({
     flashParams: { allowfullscreen: false }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.