Wijmo UI for the Web
flvPlayer Option

Default value: 'player\\\\player.swf'

Determines the relative path and name of the flash vedio player.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "flvPlayer");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "flvPlayer", newValue);
        
});
Javascript (Specification) 
var flvPlayer : string;
Example
$("#id").wijlightbox({
     flvPlayer: "player\\myplayer.swf"
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.