Wijmo UI for the Web
flashVars Option

Determines a hash object that contains variants for a flash object.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "flashVars");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "flashVars", newValue);
        
});
Javascript (Specification) 
var flashVars : object;
Example
$("#id").wijlightbox({
     flashVars: {
        backcolor: "0x000000",
        frontcolor: "0xCCCCCC"
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.