Mobile app version of vmapp.org
Login or Join
Welton168

: Creating interactive images/videos with links for website? I am curious on how websites create interactive videos and images with links for websites? Is this accomplished with flash and if so

@Welton168

Posted in: #AdobeFlash #Css #Interactive #Javascript #Video

I am curious on how websites create interactive videos and images with links for websites? Is this accomplished with flash and if so any recommendations on software to use to create basic pages like this. Here are examples on what I mean

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


Would appreciate any feedback on this.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton168

2 Comments

Sorted by latest first Latest Oldest Best

 

@Si6392903

You could use Flash to create this, however less and less users would be able to see it. But then again newer versions of Flash lets you export to HTML5 and canvas.

The Splash and bubbles website isn't created that way though. It is a fairly straight forward HTML5 site with each element positioned absolutely with css. Then there is a javascript script running every time you mouseenter (or mouseover) one of the elements which triggers one of the sound clips (which will be played by the browser). On top of that there is some CSS based animations running for the characters and on hover.

Basically this page is a mix of html, css and javascript. If you want to make something similar you should learn html, css and JS/jQuery or find a frontender which can help you implement it.

10% popularity Vote Up Vote Down


 

@Yeniel278

The PBS kids site(s) was built in HTML and JavaScript and used a javascript SVG library called snap.svg.
snapsvg.io/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme