Skip to content
Adithyan Ilangovan edited this page Oct 11, 2017 · 6 revisions

Welcome to the InteractiveTrack wiki!

Currently, every 5 seconds the overlay on the left keeps changing. It shows an image with a hyperlink to the link of the actors IMDB page.


Upon clicking it will lead to the actors IMDB page like shown below.


Another feature is that the function keeps monitoring the playback position. Just before the 5 seconds of video, it shows two other thumbnail images on the right with hyperlinks to corresponding place to view the video. This is like the YOUTUBE recommendation at the end.

Example : Upon clicking the sintel image link, the following page opens.


No data is stored in the server. The links (http links) and images (https links in public github repo) are all all present within the index.html code. No need to store any other files apart from the .html and .css file.

Clone this wiki locally