Wijmo UI for the Web
flashVars Field

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

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijlightbox.options.flashVars;
Javascript (Specification) 
var flashVars : object;
Example
$("#id").wijlightbox({
     flashVars: {
        backcolor: "0x000000",
        frontcolor: "0xCCCCCC"
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.