SMIL quick time extensions has defined few additional attributes to the element, they are auto play it specifies about the resulting presentation whether it automatically start play back on instantiation, the legal values of it are true or false and the default of it false, and the second element is next, after the presentation is finished it specifies to the player it says that the presentation referenced in the attribute value should be invoked and played in the same space, it was used to present the chain presentations together. The capability is
This summary describes the version 1 of the harmonized Multimedia addition Language SMIL 1.0. It’s generally pronounced as smile. It permits amalgamating a collection of sovereign multimedia items into a synchronized multimedia presentation. Using SMIL language, a writer can explain the sequential actions of the presentation; can explain the outline of the presentation on a display, connect hyperlinks with media stuffs.
This order is prearranged in the following way:
Part 2 offering the conditional approach as it describes the
QuickTime SMIL Extensions define the following additional attributes for the <smil> element:
* autoplay: Specifies whether the resulting presentation should automatically start playback upon instantiation. Legal values are either "true" or "false," and the default is "false." Common usage is:
<smil qt:autoplay="true"/>
* next: Specifies to the player that after this presentation is finished, the presentation referenced in the attribute value should be invoked and played in the same space. Used to chain presentations together. A