Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

SMIL Tutorial
SMIL Introduction
SMIL-Files
SMIL HTML
SMIL XHTML
SMIL Timing
SMIL Sequence
SMIL Parallel
SMIL Transitions
SMIL Media
SMIL Summary

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


SMIL Timing

Previous Next



SMIL Timing



Using SMIL Timing Attributes

There are many timing attributes that you can use in clips or hyperlinks. The following sections describe the most commonly used attributes and the values that you can use in SMIL timing attributes.


Timing Values and Examples
Timing Marker Specifies Example Example Value
h hours begin="2.5h" 2 hours, 30 minutes
min minutes begin="2.75min" 2 minutes, 45 seconds
s seconds begin="15.55s" 15 seconds, 550 milliseconds
ms milliseconds begin="670.2ms" 670.2 milliseconds



To set a Begin Time

This part introduced how to the begin attribute, which creates a timing delay. Using the begin attribute, you can vary the point at which a hyperlink becomes active and a clip starts to play back within the presentation timeline:


<video src="rtsp://helixserver.example.com/video1.rm" begin="10.2s"/>


In the preceding markup, the begin attribute delays the clip playback for 10.2 seconds. Were this clip in a sequence, there would be 10.2 seconds of blank time before the clip starts.




Using Clip Begin and Clip End Times

The clipBegin and clipEnd attributes specify a clip's internal timing mark where playback begin and end. They allow you to play just part of a clip that has an internal timeline, such as an video,audio or animation clip. They have no effect on group or static clips such as still images, though. The example given below uses clipBegin and clipEnd with a video clip:


<video src="video1.rm" clipBegin="10s" clipEnd="50s"/>


Here, the clip starts playing at its internal 10-second mark rather than at its encoded beginning. It stops when it reaches its 50-second mark, having played for a total of 40 seconds.




Specifying a Duration

The dur attribute controls how long a clip plays. The following example ends the video after 80 seconds, regardless of the length of the clip's internal timeline. If the video's timeline is shorter than 80 seconds, the video's last frame appears frozen onscreen until the duration elapses:


<video src="video1.rm" dur="80s"/>

A common use of dur is to control how long a static clip such as an image appears onscreen. The example below displays an image for three minutes:

<img src="button1.gif" dur="3min"/>



Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords: smil player, smil tutorial, smil example, timing contractions, autococker timing, qqq timing, omega timing, smil multimedia, mms smil, smil download, dram timing, smil video, smil text, timing engine, real smil, transmission timing, video timing, car timing, chevy timing, timing signal, verilog timing, ford timing, timing problems


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.