Wijmo UI for the Web
flashParams Field

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

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijlightbox.options.flashParams;
Javascript (Specification) 
var flashParams : object;
Example
$("#id").wijlightbox({
     flashParams: {
        autostart: true,
        allowscriptaccess: 'always'
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.