<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.a-smil.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.a-smil.org/index.php?action=history&amp;feed=atom&amp;title=Sequential_playlist_%28seq%29</id>
		<title>Sequential playlist (seq) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.a-smil.org/index.php?action=history&amp;feed=atom&amp;title=Sequential_playlist_%28seq%29"/>
		<link rel="alternate" type="text/html" href="https://www.a-smil.org/index.php?title=Sequential_playlist_(seq)&amp;action=history"/>
		<updated>2026-04-11T12:58:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://www.a-smil.org/index.php?title=Sequential_playlist_(seq)&amp;diff=9&amp;oldid=prev</id>
		<title>SMIL T.A.: Created</title>
		<link rel="alternate" type="text/html" href="https://www.a-smil.org/index.php?title=Sequential_playlist_(seq)&amp;diff=9&amp;oldid=prev"/>
				<updated>2009-04-06T07:26:01Z</updated>
		
		<summary type="html">&lt;p&gt;Created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The sequential playlist is the simplest form of playlists in SMIL.&lt;br /&gt;
&lt;br /&gt;
In a sequential playlist, media objects are played in the order they are listed in the SMIL file. One media object starts playing after the preceeding one ends.&lt;br /&gt;
&lt;br /&gt;
== Simple loop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;smil&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;seq repeatCount=&amp;quot;indefinite&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;video src=&amp;quot;ad1.mpg&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;video src=&amp;quot;ad2.mpg&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;img src=&amp;quot;ad3.png&amp;quot; dur=&amp;quot;5s&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/seq&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Loop 2 videos and 1 JPEG indefinitely.&lt;br /&gt;
&lt;br /&gt;
== Nested loop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;smil&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;seq repeatCount=&amp;quot;indefinite&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;video src=&amp;quot;ad1.mpg&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;seq repeatCount=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;video src=&amp;quot;ad2.mpg&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;ad3.png&amp;quot; dur=&amp;quot;5s&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/seq&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/seq&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Plays the sequence: ad1, ad2, ad3, ad2, ad3 and repeats the entire sequence endlessly.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[Parallel playlist (par)]]&lt;br /&gt;
* [[Exclusive playlist (excl)]] or priority-based playlist&lt;/div&gt;</summary>
		<author><name>SMIL T.A.</name></author>	</entry>

	</feed>