wijmo.lightbox.wijlightbox Namespace > options type : flashVars Option |
Determines a hash object that contains variants for a flash object.
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) | |
---|---|
|
$("#id").wijlightbox({ flashVars: { backcolor: "0x000000", frontcolor: "0xCCCCCC" } });