Last active
February 26, 2016 12:26
-
-
Save dan-mckay/4ec121f89bace770e9ec to your computer and use it in GitHub Desktop.
Page Level SMIL - Par approach
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<smil xmlns="http://www.w3.org/ns/SMIL" xmlns:epub="http://www.idpf.org/2007/ops" version="3.0"> | |
<body> | |
<seq epub:textref="the_horror.xhtml"> | |
<par> | |
<text src="../../s9ml/the_thrill_of_horror/the_horror.xhtml#data-uuid-dcd02aaaf7fa46dcb9c94cf1a3cab096" /> | |
<audio clipBegin="00:00:00.000" clipEnd="00:00:01.169" src="../../audio/sn_77e0-c02-s04-038.mp3"/> | |
</par> | |
<par epub:type="learning-resource"> | |
<text src="page.xhtml#id-of-element-that-forces-stop" /> | |
</par> | |
<!—- WIDGET GOES HERE -—> | |
<par> | |
<text src="../../s9ml/the_thrill_of_horror/the_horror.xhtml#data-uuid-e6c26056e85d4e0fb489ddd1298287e0" /> | |
<audio clipBegin="00:00:00.000" clipEnd="00:00:01.770" src="../../audio/sn_77e0-c02-s04-040.mp3"/> | |
</par> | |
<par epub:type="learning-resource"> | |
<text src="page.xhtml#id-of-element-that-forces-stop" /> | |
</par> | |
<!—- WIDGET GOES HERE -—> | |
<par> | |
<text src="../../s9ml/the_thrill_of_horror/the_horror.xhtml#data-uuid-00a026d28f5948c8ac5209f16ff4d2bf" /> | |
<audio clipBegin="00:00:00.000" clipEnd="00:00:23.289" src="../../audio/sn_77e0-c02-s04-043.mp3"/> | |
</par> | |
</seq> | |
</body> | |
</smil> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment