Wijmo UI for the Web
flashParams Option

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

Syntax
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) 
var flashParams : object;
Example
$("#id").wijlightbox({
     flashParams: {
        autostart: true,
        allowscriptaccess: 'always'
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.