Creating interactive images/videos with links for website?

Hi everyone, I am curious on how websites create interactive videos and images with links for websites? Is this accomplished with javascript? Here are examples on what I mean,

  1. http://pbskids.org/splashandbubbles
  2. http://pbskids.org/daniel/

Would appreciate any feedback on I could accomplish this.

If I understood correctly you want to click on image which takes you to another page, you can do it with pure HTML. Just put image instead of text into anchor tag.
E.g.

<a href"www.example.com"><img src="path/to/image" alt=""></a>

Hi Mark, nope I am asking how to create interactive hotspot links on videos and images. Meaning when a user click on a link an action takes place (could be a character moving or a sound is played). To get a clearer picture on what I have in mind please check out the links attached below.

http://pbskids.org/splashandbubbles3
http://pbskids.org/daniel/

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.