jwplayer - custom video player
Hi Dimtry,
I just wanted to ask if you have some advices on how to implement jwplayer videoplayer on royalslider? I have tried the "Adding support for third-party video player" article with no luck.... this is the standard embed method for jwplayer:
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "/jwplayer/player.swf",
file: "/uploads/video.mp4",
height: 270,
width: 480
});
</script>
thanks in advance!
manuel
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmytro Semenov on 05 Sep, 2012 05:16 AM
Hi,
From http://help.dimsemenov.com/kb/royalslider-javascript-api/adding-sup... article, based on your code:
Dmitry
2 Posted by pullus313 on 07 Dec, 2012 03:56 PM
Is it possible to autoplay videos on slide-in using JW player and royal slider?
Support Staff 3 Posted by Dmytro Semenov on 08 Dec, 2012 02:11 PM
Hi,
You may use RoyalSlider playVideo public method to implement this. http://dimsemenov.com/plugins/royal-slider/documentation/#api
Dmitry