• Register
THIS Q&A SECTION HAS BEEN CLOSED. PLEASE GO TO OUR old discussion forum TO POST YOUR QUESTIONS THERE.

controlsDisableFade and plugin_share does not work!

0 votes
hi,everybody
i love the player ,but a few problems bothering me now. i use version 0.9.01 .

first question, i found the "controlsDisableFade" switch doesn't work for me
second question, how to use plugin_share ,i have add
<script type="text/javascript" src="projekktor.share.js"></script>

My code is very simple: (who help me ? thks very much )

<video id="playerBoxGBAGHBA" class="projekktor" width="645" height="359" poster="intro.png" controls>
<source src="intro.ogv" type="video/ogg" />
<source src="intro.mp4" type="video/mp4" />
<source src="intro.webm" type="video/webm" />
</video>

<script type="text/javascript">
$(document).ready(function() {
projekktor("#playerBoxGBAGHBA", {
"autoplay":false,
"width":645,
"height":359,
plugin_display:{},
plugin_controlbar:{controlsDisableFade: true},
plugin_share:{}
});
})
</script>
asked 1 year ago in Projekktor Core by xulevy

2 Answers

0 votes
controlsDisableFade already good for me,thanks slight, i modify theme's css file, it's good !

but plugin_share not work for me , how could i, thanks?
answered 1 year ago by xulevy
0 votes
thanks the homepage demo , i have solved it .
answered 1 year ago by xulevy

Related questions

–1 vote
1 answer
0 votes
1 answer
0 votes
1 answer
asked 2 years ago by anonymous