Page 168 - Web Applications (803) Class 12
P. 168

Easy HTML5 Video
              Easy HTML5 Video, as the name suggests, is designed to convert videos to HTML5.

              WebM, MP4 and OGG formats are supported. It also provides additional options such as Publish videos from
              the software interface and configure HTML5 video controls Player, choose video thumbnail, resize video, add
              watermark. The software works both on Windows and Mac OS.

























              Embedding Flash Files in Webpages

              Flash is a vector animation program designed specifically to produce animations for websites. They are ideal
              for the web since vector graphics are so lightweight. A Flash file can be inserted into HTML in a variety of
              ways.

              Using <object> and <embed> Tags
              The <object> and <embed> tags are typically used to add Flash movies to web pages. This technique is still
              often used to embed Flash material today due to its excellent compatibility with many browsers.


                 <object width=”500” height=”450”>
                 <embed src=”myfile.swf” width=”500” height=”450”>   </embed>
                 </object>



                166   Touchpad Web Applications-XII
   163   164   165   166   167   168   169   170   171   172   173