wijmo.lightbox.wijlightbox Namespace > options type : flashParams Option |
Determines a hash object that contains parameters for a flash object.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijlightbox("option", "flashParams"); // Set value var newValue; // Type: object $(".selector").wijlightbox("option", "flashParams", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ flashParams: { autostart: true, allowscriptaccess: 'always' } });