303 comments found.
Hi, I want to play youtube playlist, my playlist has more than 50 items. i think there is a bug with deeplink mode and this type of playlist, after played the item 49, it returns to 1. In the URL, we have; playlist1, ..., playlist49 and the next is playlist1. Thumbnails are displayed correctly.
There is not the problem when i use no deeplink.
How to correct it?
thanks, tom.
Hello!
Can you show me the playlist example part from html you use?
Hello, I use the template “index_playlistBottom_buttons.html”.
My tests are here: http://mytv.livehost.fr/play.html
I use Youtube playlist “PLbzvJGBK_v5HqHq3DQbwQ0XhyD-CUj5eJ”
I have corrected the issue. Send a message here for a quick fix before official update: http://codecanyon.net/user/Tean#contact
Thank you very much!!! it works well
Hello,
I would like to use a youtube playlist in the background, without the possibility to pause the video. So i delete the pause button (control toggle) but when the video is launched, we have the possibility to pause the video with a simple click anywhere in the screen. Is it possible to prevent it ?
Thanks for your response thanks, tom.
Hello!
This is default behavior by Youtube video, it could be possible if you code a transparent div above the video to block click.
ok great, i will do that. Thank you !
Hi,
I am using “index_singleYoutube.html” and I just wanted to replace a current Youtube Video with a new one. However when I do that, it no longer works. Any idea why?
Here it how it was:
<!- playlist data (hidden) ->
-
-
So, I replace data-path=”IpBFAZf_2wc” with data-path=”D3spbeQGCE”
But then it no longer works:
http://www.instituto-internacional.org/A011-Mestrado_Profissional_Administracao_MMS.htmlIs there anything else I should do?
Thanks in advance
Purchase: b71e07c5-db63-4266-a8b9-6182fcb49b5c
Hello!
I have checked you link: http://www.instituto-internacional.org/A011-Mestrado_Profissional_Administracao_MMS.html
It plays on my side. This is the correct way to replace video.
Additionally, you have one file for flash backup missing, you can see message in console.
Hi,
Sorry, it plays beacuse we had to put the old page back. Here is the new link: http://www.instituto-internacional.org/A011-Mestrado_Profissional_Administracao_MMS-newVideo.htmlNot sure why this is happening, would that be becuase of the console?
Thanks for your response
Your video doesnt exit: https://www.youtube.com/watch?v=D3spbeQGCE
You can always test here: https://developers.google.com/youtube/youtube_player_demo
Humm… That what was shown in my browser. Thanks for pointing it out!
I got this already. Good work. Although same issue that thepcman indicated about use of cookies. Really, i think it will complete this nicely done script of yours. I understand that means further coding but it’s necessary even if the price gets higher.
Thanks
Hello!
What is the issue in question?
Sorry man but i might missed something. The issue was the use of cookies so that the user that saw the video once was excluded and was going to the target url. Anyhow i wrote this before i had a chance to use the script. As i saw once i opened it, the cookie issue is already taken care, i think, so my upper post is not valid.
Thanks anyway
Hey, great work!
Is SAMPLE 1 possible to made way after video ends, it will automatically skip to websites, not loop again?
Hello!
Yes, this feature is included.
Hello,
We can start auto play for Mobile? Thank You
Hello!
No, you cannot force autoplay on ios, maybe on android but you need to change the code which sets autoPlay off if mobile.
ok thanks, for your anwser.
/autoPlay: true/false (default false on mobile) */ autoPlay:true, /randomPlay: true/false */ randomPlay:false,
The code in Html or Java?
Javascript, in videoGallery file.
ok, i have change
var useYoutubeHighestQuality = settings.useYoutubeHighestQuality; if(isMobile){ autoPlay =true; yt_autoPlay = true; } var randomPlay=settings.randomPlay;
because on mobile see only the preloder, on desktop it´s ok
I dont know about youtube, I was talking about self hosted html5 videos.
its self hosted video
I dont know like this, this needs to be tested.
i have in the folder _deploy/js/jquery.videoGallery.min.js only this and not the videoGallery.js
i have copy from the _source/js/jquery.videoGallery.js an this file change the Mobile autoplay funktion. and copy this file in the _deploy/js/jquery.videoGallery.min.js
If you need code modification you can contact here: http://codecanyon.net/user/Tean#contact
ok thanks…
Hello I have send a message yesterday, can you help me pleas. Thanks a lot….
I have replied to your email yesterday.
Hello friend!
With the Youtube API, we can do something when the video ends (e.g. show a popup). Is it possible to use that API function with your plugin man?
Thanks for reading me. 
Hello!
Yes, there is a function videoEndHandler where you can perform you actions or add a callback inside.
Nice man! Can you show me an exemple code with an alert?
In case you decide to purchase I can show you where the code is.
I understand. But before I buy, I need to be sure that this is the right plugin for me. I wanna do something like calm.com Check the one minute option, and you’ll see that at the end, there is a share popup. I want to do the same thing at the end of the videos. Do you think it’s possible?
There is no share popup in this plugin, I was referring to the video end callback in which you can run the code of your choice.
Yeah so it’s possible, cool!
can you make it like playit.pk in this site user auto search videos from YouTube and also video source save in db. this scrip work in all countries where youtube blocked.
Hello!
No, you can search for youtube videos, but you cannot save them.
Is there a way to do a Video Mp4 file that plays then to a m3u8 stream. I want to pre roll an Advertisement before the Actual m3u8 stream. Is that possible.
Hello!
As far as I know, html5 support for mentioned format is not videly spread: http://stackoverflow.com/questions/23388135/how-to-play-html5-video-play-m3u8-on-mobile-and-desktop
Can I autoplay from a Youtube file to a playlist -
Can you explain more what you are trying to do?
Hi,
Congratulations for your work! I’m not a coder and it will take a considerable amount of time to learn how to use a youtube embed video on the code. Do you provide a service where for a fee you will send the code with the youtube video?
Thank you
Hello!
What demo page do you use?
I mean what html page from the download package?
index_singleYoutube.html
data-path="F08U2yCxbYg"and replace with this:
data-path="IpBFAZf_2wc"
Hi,
index_singleLocal
I’m not a coder so I kinda need better help than you’ve given to others before. I need the video not to loop, it needs to auto start but I need it to stop at the end show the final frame. Can you help?
Hello!
You can either set autoPlay on in settings which will loop the video or autoPlay off which will stop the video at the end. For your combination, code modification is required.
yes, i need it to autoplay but not loop. Do you have a code I can amend to the scripting?
Code can be modified on freelance basis. You can contact me here is you are interested: http://codecanyon.net/user/Tean#contact
Hello, I’m quite interested in your script but I have some questions before the purchase :
1. I’m making a website using Wordpress, is it a Wordpress plugin ? How can I integrate this in a homepage ?
2. What I’m willing to do is to have a fullscreen video when you get on the website, with sound controls and skip intro feature. And when the video ends, or if we skip it, we end up in the home page. Does your script works like that ?
Thank you very much.
Hello!
1. This is jquery, if you want it in wordpress you need to embed it over iframe for example.
2. Yes, exactly like that.
Hello,
1. Ok I thought so, but I don’t know a lot about coding. How can I create a page and embed an iframe in it ? A Wordpress plugin would be nice, do you know when you’ll release it ?
2. Ok great.
Thank you very much !
Wordpress plugin will be released in the upcoming months.
Ok thanks, I’ll wait for it. But for the moment I need to make this video splash screen. Would you please be kind enough to tell me, or give me a link showing how to do a splash screen with your item ?
Thank you
If you mean video intro, such examples are already included, all demo example are included.
Well that’s a good thing, but how do I put this demo in an iframe in a page in Wordpress ? Is there a code for that ?
Hello again. I bought your item, but I just understand nothing ! I don’t know code and the documentation just confused me. Please could you tell me how to have an intro page with the “Example2” demo ?
You have this demo example page included ( index_singleYoutube.html ), you dont need to modify anything.
Hello. I know I have to embed it, but how do I do it in a wordpress page admin ?
This is not a wordpress plugin, you can search for some other plugins on codecanyon for that.
I know that. That’s why I asked you 3 times how to embed it in a my Wordpress page since I’m not a coder. And if you don’t have a reply, can you please tell me some Wordpress plugin that does the same ? Thanks.
I dont follow video features here, you can try searching for “video background” or “video player”.
Well, already looked for it and didn’t find anything, that’s why I bought your item.
It’s too bad you’re not giving the minimum support to embed this in an iFrame in Wordpress. I don’t think it’s complicated and it would be replying to a request often asked by your customers.
You can hire me if you want for wordpress embed. For private contact use this: http://codecanyon.net/user/Tean#contact
Oh I see, you make a clear difference between support and custom paid work. Well thanks but I have a friend who can do the coding for me.
Hello, very nice work, I’m trying to put a responsive menu to the playlist button file. The problem is in the relationship of componentWrapper and the menu. The component wrapper as I understand is in full width/height, I want on the top to put my menu and after the menu all the buttons. Can you help me? Thanks.
Hello!
Resizing of the elements is done in jquery on widow resize event. Search for doneResizing function in videoGallery.js file if you want to change the layout.
thanks
Hi
Just want to have a html 5 background video in my page below the normal content which resizes and stays full screen.
Is that possible?
Best regards, BackuPs
Hello!
Yes, but you will need to modify some css or jquery to achieve that, depending on your page layout.
I need Video background Widget into my Adobe Muse site with volume button. How this widget can be integrated? I’m not a good in programming. Tnx for answer
Hello!
I am not familiar with Adobe Muse.
Love this!
Is there anyway that I could insert:
- Search bar - Categories - Footer
Many thanks for your help
Hello!
You can use player public api to achieve all that. You can retrieve playlist data which contains list of all songs and use that for search and categories.
Categories are already implemented, this is a dropdown menu in the top left.
I upload your pacakge on my server, and tested it. But it is not working. Please check the link below http://sanare22.cafe24.com/index_singleYoutube.html
what is the problem?
Thank you.
Hello!
Make sure you dont hide in css (display none) the div wrapper that holds the player because it needs to be visible for flash to be initiated.
Thank you for your quick response. Could you give me some example css? Thanks
I meant before you initialize the component not to have it have it hidden in css or have a certain size set (so its not 0).
Thank you. Actually I solved this problem by uploading 2 swf files on my server.
Can I use this for Vimeo?
Hello!
Supported are self hosted html5 video (mp4, ogv, webm) and youtube. See description for more details.
Greetings,
I’m using the background player in a rather unconventional, albeit cool, way for desktop browsers. Before I waste a lot of time looking for answers, I thought I’d ask here.
I want to add an event listener so when a specific video is loaded ( i.e. onClick=”jQuery.fn.videoGallery.loadMedia(4); return false;” ) and begins to play I can launch chained jQuery functions timed to the video. I was able to do this with my own implementation of the YouTube API. But, your player is so robust and puts my simple implementation to shame.
Reading the API on Google it seems that it should be possible to launch a function at a specified time in the video too. That would be so ideal and cool.
Suggestions?
Thanks in advance.
Mark in New Orleans
Hello!
Are you looking for a callback for youtube video start or self hosted html5 video?
Wow. Quick. The vids are youtube hosted.
Then in jquery.videoGallery.min.js file find:
$(_youtubePlayer).bind('ap_YoutubePlayer.START_PLAY', function(){
...
});
This is called on youtube video start.
I see. How would I specify a specific video then?
You can send yt_mediaPath var with callback which is a youtube video id.
Wow Got it. That’s awesome. Thanks for the quick response. Will send a link privately when my site is live. Experimental – but VERY entertaining.
Hi Tean!
autoplay not worked on ipad iphone? i need autoplay in my project…
Hello!
You cant autoplay video on ios, this is restriction from Apple:
http://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.htmlSection: User Control of Downloads Over Cellular Networks