Wijmo UI for the Web
flashVars Option

A hash object that contains variants for flash object.

Syntax
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) 
var flashVars : object;
Example
$("#id").wijgallery({  flashVars: { width:300,  height:400 } });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.