JPlayerがあるページからのnativeSupport
設定方法がわかりません。false
私が変更しようとしているコードは次のとおりです。
$.jPlayer.defaults = {
cssPrefix: "jqjp",
swfPath: "js",
volume: 80,
oggSupport: false,
nativeSupport: true, //I want to change this one to false
preload: 'none',
customCssIds: false,
graphicsFix: true,
errorAlerts: false,
warningAlerts: false,
position: "absolute",
width: "0",
height: "0",
top: "0",
left: "0",
quality: "high",
bgcolor: "#ffffff"
};
私は運がないのでこれを試しました:
$("#jquery_jplayer").jPlayer("option", "nativeSupport", "false");
どんな助けでも大歓迎です。ありがとう。