Wijmo UI for the Web
flvPlayer Option
wijmo.lightbox.wijlightbox Namespace > options type : flvPlayer Option

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

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "flvPlayer");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "flvPlayer", newValue);
        
});
var flvPlayer : string;
Example
$("#id").wijlightbox({
     flvPlayer: "player\\myplayer.swf"
 });
See Also

Reference

options type
wijlightbox jQuery Widget