71 comments found.
Hi,
Can I change the playlist location from right to left and bottom / top?
Looking forward to hearing from you.
Thanks
Hello,
I’m sorry, this option is not available.
If you need a bottom playlist player, we have this one: http://codecanyon.net/item/html5-video-player-fullscreen-video-background/8489365
Regards
Hi,
Is it possible to add my embed code instead of youtube / other video ids?
I have a video player with embed code that’s what I want to add in playlist.
Looking forward to hearing from you.
Thanks
Hello,
You can only add the YouTube & Vimeo ID or you can add the path to the self-hosted videos (.mp4 / .webm)
Regards
Hi,
How can i turn off facebook share option?
Thanks
and twitter too?
Hello,
You have ‘showFacebookBut’ and ‘showTwitterBut’ parameter which you can use when you initialize the player
jQuery('#universal_video_player_default').universal_video_player({
skin: 'whiteControllers',
width:980,
height:399,
responsive:true,
showDownloadBut:false,
showFacebookBut:false,
showTwitterBut:false
});
Please check help documentation, ‘JS Options’ section, to see all available parameters
Regards
Thank you so much, sorry i missed it 
I am trying to iframe it to wordpress, is there any guide for iframing it to sites?
Hello,
1. Create on your sever (in public_html folder) a folder called ‘lbg_player’
2. Upload in that folder the plugin files & folders, including the example .html file you want to use
3. Rename the example .html file to indes.html
4.. On your page, you’ll add the iframe
<iframe src="http://www.YOUR_DOMAIN.com/lbg_player/index.html" width="100%" height="100%"></iframe>
Regards
Hello, Great player, thank you. There is only one problem with Selfhosted-Videos. When I’m trying to play the Videos in Dreamweaver with “Debug in Browser”, everything is working fine. When I’m trying to play the Videos from my WebHoster after uploading, the videos not be found, as if the path to the Videos is wrong What’s wrong in my work? Any Idea?
http://www.peroppurtunus.org/bikevideos.htmlHello,
You defined: data-selfhostedMP4=”bikevideos/flash.video.player1/4 Ways to Ride.mp4”
So the player will look for the video here: http://www.peroppurtunus.org/bikevideos/flash.video.player1/4%20Ways%20to%20Ride.mp4
As you can see it gives ‘Not Found’. Please correct the path to the video
Regards
Thanks for the quick response.
I’ve tried two things: - I have simplified the filenames - I’ve tried in the playlist two paths: – http://www.peroppurtunus.org/bikevideos/player1/ways.mp4 – bikevideos/player1/ways.mp4
Unfortunately it does not work yet…
Hello,
When you open this link http://www.peroppurtunus.org/bikevideos/player1/ways.mp4 in Firefox it says ‘Video can’t be played because the file is corrupt’
I believe it was not converted for web. Please convert it again with http://www.mirovideoconverter.com/
Regards
Hello
The player works fine now. The Problem was a mistake in my FTP – settings: file transfer type was ASCII. Thank you for your patience and support.
Regards
Pre sales
Is this responsive and full width?
Can i serve GIF as a fallback for mobile devices?
animated gif*
Hello,
It is a responsive player.
The animated .gifs have nothing to do with a video player. There’s no such fallback
Regards
Hello! Thanks for this amazing player. I have a very important question that’s kind of time critical. I’ve been at this for hours and i’m hoping you can help me out.
I’m trying to code external buttons that launch event triggers. So for instance, I code in a play button anywhere in my HTML that can trigger the players functions.
What would be the easiest way to go about this?
Thanks! Andrew
Hello,
I’m sorry, this option is not available. The player can be controlled only from its buttons
Regards
Is there any option like seek bar disabled and seek to function? I want this player like live streaming player.
Hello,
Do you want to hide the seekbar?
Regards
Not only hide i want to disable. And i want to do server based playlist. For example playlist has 24 videos and total duration is 24 hours. when a user come to my website at 10:05 the playlist begins with the 10th video’s 5 seconds time. Is this possible? So there will be a option “seek to” is there?
I forgot to say this is a great player.
Hello,
What you want is a very particular type of player. I don’t think you’ll find a player which is designed to have only 24 videos and 1h each.
Our player doesn’t have this option
Regards
Pretty nice as always, congrats 
Only 2 downsides for me
- no multiple instances
- doesn’t look web 2.0 (too tiny and cramped for me).
Hope to see a more web 2.0 player from your team sometime. Keep up the good work!
Requested so many time for the GA analytic 
Hello,
Will add this feature with the next update.
Regards
Hello,
We updated the product and added Google Analytics
Regards
you have so many different players it is really confusing lol. question tho, can this player have multiple instances on the same page? comments on your fullscreen player said no.
Hello,
It doesn’t have multiple instances support on the same page.
These 2 players have:
http://codecanyon.net/item/html5-video-player-with-multiple-skins/896060 http://codecanyon.net/item/html5-video-player-with-playlist-multiple-skins/1382684Regards
Another Great Player 