HTML5MediaLibraries: Difference between revisions

Mohayon (talk | contribs)
mNo edit summary
Mohayon (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
<span style="color:#FF0000">This page is under construction</span>
<span style="color:#FF0000">This page is under construction</span>


=Video=
== Display a Video ? ==
== Display a Video ? ==


Line 49: Line 50:
|
|
|}
|}
==Record a video using the Webcam==
==Take a picture using the Webcam==


=Audio=
== Play sound ? ==
== Play sound ? ==


Line 60: Line 64:
=== Usage ===
=== Usage ===


You can use the audio tag - https://www.w3.org/wiki/HTML/Elements/audio
You can use the audio tag
 
  https://www.w3.org/wiki/HTML/Elements/audio
 
  <audio controls
    src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.oga">
    Your user agent does not support the HTML5 Audio element.
  </audio>
 
  See http://createjs.com/SoundJS


=== Warning ===
=== Warning ===
Line 67: Line 80:
   Chrome on Android does not support autoplay as advised by the specification.
   Chrome on Android does not support autoplay as advised by the specification.


=== Sound Manager ===
== Record sound using the microphone ==
 
  http://createjs.com/SoundJS
 
 
== Interact with Canvas ? ==
 
=== Scene Manager ===


  http://createjs.com
=Input/Touch=