How to highlight the current chapter while playing the video on the chapter menu of the youtube chapter marker player
-
I'm new to programming. I just want to know, how do I highlight the current chapter while playing the video on the chapter menu of the youtube chapter marker player. Live link : http://gdata-samples.googlecode.com/svn/trunk/ytplayer/ChapterMarkerPlayer/index.html Full CSS : http://gdata-samples.googlecode.com/svn/trunk/ytplayer/ChapterMarkerPlayer/chapter_marker_player.css Full javascript : http://gdata-samples.googlecode.com/svn/trunk/ytplayer/ChapterMarkerPlayer/chapter_marker_player.js Can anyone please provide me some codes or samples similar to this. So, I can get some idea how to do this.. Thank you very much :)
-
Answer:
The youtube api has this script function getCurrentTime() { ytplayer.getCurrentTime(); } Where "ytplayer" is your targeted player. I would say then you can use setInterval(getCurrentTime(), 3000); and check if it matches. You would need to have var's set up with values to test against. = to ? but < ?? After that the script can change the css of the div accordingly. onClick would need to have the same result.
PDS at Stack Overflow Visit the source
Related Q & A:
- How To Get The Current Rosters For Madden 12?Best solution by answers.yahoo.com
- How To Find Sim Current Location?Best solution by mspy.com
- How To Download Madden Current Rosters?Best solution by answers.yahoo.com
- How to highlight a row in a listview?Best solution by Stack Overflow
- What video camera should I get for making youtube videos?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.