Wijmo UI for the Web
flashVersion Option

Default value: '9.0.115'

Version of flash object.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "flashVersion");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "flashVersion", newValue);
        
});
Javascript (Specification) 
var flashVersion : string;
Example
$("#id").wijgallery({  flashVersion: "8.0" })
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.