Wijmo UI for the Web
flashParams Option
wijmo.lightbox.wijlightbox Namespace > options type : flashParams Option

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "flashParams");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "flashParams", newValue);
        
});
var flashParams : object;
Example
$("#id").wijlightbox({
     flashParams: {
         autostart: true,
         allowscriptaccess: 'always'
     }
 });
See Also

Reference

options type
wijlightbox jQuery Widget