SMIL - A standard for synchronized multimedia
SMIL (pronounced "smile") stands for Synchronized Multimedia Integration Language is a sub-set of XML, which is a proposed new specification from the W3 Organization. It's a proposed standard for presenting time-based content such as video and audio. The standard is still pretty new, and not all software makers have embraced the standard.

The RealPlayer G2 supports SMIL to some extent. But the idea of a multimedia standard is somewhat antithetical to Macromedia's Shockwave efforts, so don't expect to see Macromedia support for SMIL anytime soon.

<smil> <head> <meta name="title" content="Example SMIL Script"/> <meta name="author" content="Steve McCannell"/> <meta name="copyright" content="(c)2000 Steve McCannell/Lost Dog Found Music"/> <layout> <root-layout background-color="white" width="455" height="300"/> <region id="intrographic" top="93" left="125" width="160" height="113"/> <region id="graphicregion" top="5" left="5" width="113" height="80"/> <region id="textregion" top="100" left="5" width="145" height="160"/> <region id="picregion" top="100" left="150" width="250" height="188"/> <region id="transcript" top="5" left="145" width="250" height="80"/> </layout> </head> <body> <par> <audio src="walker-high.rm"/> <seq> <img src="orn_logo.rp" region="intrographic"/> <par> <img src="example.rp" region="graphicregion"/> <textstream src="text.rt" region="textregion"/> <img src="pics.rp" region="picregion"/> <textstream src="transcript.rt" region="transcript"/> </par> </seq> </par> </body> </smil> SMIL Demos

SMIL Resources


Building Web Sites - ITP Fall 2000 - Mike Cosaboom, Instructor
cosaboom@acf2.nyu.edu