SMIL Introduction
SMIL is an HTML-like language for describing audiovisual presentations.
What You Should Already Know
Before you continue you should have a basic understanding of the following:
- HTML
- XHTML
- XML
- XML namespaces
If you want to study these subjects first, find the tutorials on our Home Page.
What Is SMIL?
- SMIL stands for Synchronized Multimedia Integration Language
- SMIL is pronounced "smile"
- SMIL is a language for describing audiovisual presentations
- SMIL is easy to learn and understand
- SMIL is an HTML-like language
- SMIL is written in XML
- SMIL presentations can be written using a text-editor
- SMIL is a W3C recommendation
A Simplified SMIL Example
<smil>
<body>
<seq repeatCount="indefinite">
<img src="image1.jpg" dur="3s" />
<img src="image2.jpg" dur="3s" />
</seq>
</body>
</smil> |
From the example above you can see that SMIL is an HTML-like language that can be written using a simple text-editor.
The <smil></smil> tags defines the SMIL document. A <body> element defines the
body of the presentation. A <seq> element defines a sequence to display. The
repeatCount attribute defines an indefinite loop. Each <img>
element has a src attribute to define the image source and a dur attribute to
define the duration of the display.
What Can SMIL Do?
- SMIL can be used to create Internet or Intranet presentations
- SMIL can be used to create slide-show presentations
- SMIL has been described as the Internet answer to PowerPoint
- SMIL presentations can display multiple file types (text, video, audio...)
- SMIL presentations can display multiple files at the same time
- SMIL presentations can display files from multiple web servers
- SMIL presentations can contain links to other SMIL presentations
- SMIL presentations can contain control buttons (stop, start, next, ...)
- SMIL has functions for defining sequences and duration of elements
- SMIL has functions for defining position and visibility of elements
SMIL is a W3C Recommendation
W3C has been developing SMIL since 1997, as a language for choreographing multimedia presentations where audio,
video, text and graphics are combined in real-time.
SMIL became a W3C Recommendation 15. June 1998.
To read more about the SMIL activities at W3C, please read our W3C tutorial.
Make your web applications look like a million bucks
|
|
Most web applications today use boring methods to present data to their viewers using grids or simple HTML tables. FusionCharts induces "life" into the web applications by converting monotonous data into lively charts, gauges & maps.
FusionCharts works with all technologies like ASP, ASP.NET, PHP, ColdFusion, Ruby on Rails, JSP, HTML pages etc.
and connects to any database to render animated & interactive charts. It takes less than 15 minutes and no expertise
whatsoever to build your first chart and just a glance of it to captivate your audience. This fact is endorsed by our
12,000 customers and 150,000 users which include a majority of the Fortune 500 companies.
And yeah, your applications could look like a million bucks by spending just $69.
So go ahead, download your
copy of FusionCharts and start "wow-ing" your customers now!
|
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|