jQuery.wijmo.wijlightbox Namespace > options type : flvPlayer Field |
Default value: 'player\\\\player.swf'
Determines the relative path and name of the flash vedio player.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijlightbox.options.flvPlayer; |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ flvPlayer: "player\\myplayer.swf" });