[Playlist] Update++;
Sebastian Pipping
webmaster at hartwork.org
Tue May 15 18:06:25 UTC 2007
Lucas Gonze wrote:
> I wonder about something like:
>
> <track>
> <slide:slide
> xmlns:slide="http://xspf.org/slide"
> src="example.png"
> duration="10000" />
> </track>
------------------------------------------------
Don't forget to wrap it in an extension
tag:
<track>
<extension application="http://example.com/">
<slide:slide
xmlns:slide="http://xspf.org/slide"
src="example.png"
duration="10000" />
</extension>
</track>
Nevertheless I see problems when this is combined
with locations for the track as well. I see you
try to find a practical solution to the
location-without-duration problem but I'm not
sure this is possible without losing the whole
concept. Maybe better this way?:
<track>
<meta rel="http://example.com/slideshow/duration">123</meta>
<location>example.png</location>
</track>
Sebastian
More information about the Playlist
mailing list