Smil in a 24 time clock (playlist) situation?

Very rusty at smil-having only used it some years ago but...I am trying to get my progressive QuickTime movies synchronized by
time-hopefully in a 24 time clock (playlist) situation.
Perhaps even in a random-shuffling situation as well...?
I have been incorporating Smil, thanks to a great applescript
program I found.
http://homepage.mac.com/WebObjects/FileSharing.woa/7/wo/Ij83IDDnSS9D61ie.1/0.2.1.2.19.31.97.6.35.0.1.1.1?user=blankreb&fpath=QuickTimeStuff&templatefn=FileSharing.html

Does anyone know how to set up my video files to be played at a certain time
(ie;Cooking Show- 1pm-1:30, Health Show-1:30pm-2))  incorporating either
SMIL or perhaps a php or xml script?

Again I am not using Apple's Stream server or Darwin. I am simply linking my
files together in SMIL.

Here is the link to it:
http://radio521.com/smil.mov

and here is the code:

<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" qt:autoplay="true" qt:time-slider="false">
 <head>
  <layout>
   <root-layout width="480" height="360" background-color="black" />
   <region id="region_1" left="0" top="0" width="480" height="360" fit="fill" />
  </layout>
 </head>
 <body>
  <seq>
   <video src="http://d7486.u26.infinology.net/video/eatrite/eatrite.mov" alt="movie" region="region_1" begin="0s" />
   <video src="http://d7486.u26.infinology.net/video/dittydance/dittydance.mov" alt="movie" region="region_1" begin="0s" />
   <video src="http://d7486.u26.infinology.net/video/diatribe/mikeshaircut/mikeshaircut.mov" alt="movie" region="region_1" begin="0s" />
   <video src="http://d7486.u26.infinology.net/video/jordancall/jordancall.mov" alt="movie" region="region_1" begin="0s" />
   <video src="http://d7486.u26.infinology.net/video/eparodytwo/eparodytwo.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/openhouseone/openhouseone.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/fas/fas.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/diatribe/curmudgeon/curmudgeon.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/eparodythree/eparodythree.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/turkey/turkey.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/billboard/billboard.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/getthatmanacutty/getthatmanacutty.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/talkingwrestling/ringmasters.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/diatribe/finaldiatribebroll/finaldiatribebroll.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/eparodyone/eparodyone.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/beachstore/beachstore.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/diatribe/diatriabebestofgreaney/diatriabebestofgreaney.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/letsfaceit/letsfaceit.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/spotlightonvideo/spotlightonvideo.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/casualmale/casualmale.mov" alt="movie" region="region_1" begin="0s" />
                        <video src="http://d7486.u26.infinology.net/video/eatrite/eatrite.mov" alt="movie" region="region_1" begin="0s" />
  </seq>
 </body>
</smil>



Thank you!

David Dondero
daviddondero@radio521.com

Received on Monday, 25 August 2003 02:21:45 UTC