wijmo.lightbox.wijlightbox Namespace > options type : flvPlayer Option |
Default value: 'player\\\\player.swf'
Determines the relative path and name of the flash vedio player.
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) | |
---|---|
|
$("#id").wijlightbox({ flvPlayer: "player\\myplayer.swf" });