home *** CD-ROM | disk | FTP | other *** search
- <WIZSET Start = Delay>
-
- <WIZLOOP index="i" from="1" to="$${EventCount}">
-
- <WIZSET DurationParam = 'Duration' & i>
- <WIZSET URLParam = 'URL' & i>
- <WIZSET FrameParam = 'Frame' & i>
-
- <WIZIF ParameterExists( DurationParam )>
- <WIZSET Duration = Evaluate( DurationParam )>
- <WIZELSE>
- <WIZSET Duration = 1>
- </WIZIF>
-
- <WIZSET Time = Start>
- <WIZINCLUDE template="MultimediaSynchronization_ParseTime.wml">
- <WIZSET StartMin = Minutes>
- <WIZSET StartSec = Seconds>
-
- <WIZSET End = Start + Duration - .1>
- <WIZSET Time = End>
- <WIZINCLUDE template="MultimediaSynchronization_ParseTime.wml">
- <WIZSET EndMin = Minutes>
- <WIZSET EndSec = Seconds>
-
- <WIZSET Start = End + .1>
-
- <WIZSET aFrame = ''>
- <WIZIF ParameterExists( FrameParam )>
- <WIZSET Frame = Trim( Evaluate( FrameParam ) )>
- <WIZIF Frame neq ''>
- <WIZSET aFrame = "&&" & Frame & "&&">
- </WIZIF>
- </WIZIF>
-
- <WIZIF ParameterExists( URLParam )>
- <WIZSET aURL = Evaluate( URLParam )>
- <WIZELSE>
- <WIZSET aURL = ''>
- </WIZIF
- >
- u $${StartMin}:$${StartSec} $${EndMin}:$${EndSec} $${aFrame}$${aURL}</WIZLOOP>
-