1 / 9

N351 Multimedia Programming

N351 Multimedia Programming. XML and SMIL. HTML is great. Universal Text-based Human-Readable Flexible. HTML is inadequate. Limited formatting No sense of time No real interaction Limited to web pages. Enter XML. Similar to HTML Uses nested tags to describe data

Télécharger la présentation

N351 Multimedia Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. N351 Multimedia Programming XML and SMIL

  2. HTML is great • Universal • Text-based • Human-Readable • Flexible

  3. HTML is inadequate • Limited formatting • No sense of time • No real interaction • Limited to web pages

  4. Enter XML • Similar to HTML • Uses nested tags to describe data • Not limited to web pages • Can describe ANYTHING • You can define your own tags

  5. Example: Pets <pets> <cat> <name>Lucy</name> <color>tabby</color> <breed>shorthair</breed> </cat> <dog name = “Muchacha” color = “brown” breed = “mutt” /> </pets>

  6. XML Rules • Case-sensitive • All tags have an ending tag or end with a / • All attributes in quotes

  7. Some XML Languages • SMIL (Structured Multimedia Integration Language) • SVG (Scalable Vector Graphics) • WML (Wireless Markup Language) • SIMILE (Structured Instructional Media Integration Language Environment)

  8. SMIL • A W3 Consortium Standard • Supported by several browsers (including IE 5.5+) • Best support in Real Player • Designed primarily for time-based multimedia slideshows • Integrates video, audio, still images, text

  9. SMIL Basics • Surrounded by <smil></smil> tags • <head> area contains • meta tags • layout definition (visual layout) • <body> contains • clips • temporal layout

More Related