home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1999 September
/
Dpcb0999.iso
/
Web
/
Homesite
/
data1.cab
/
HS_Wizards
/
HTML
/
MultimediaSynchronization.wml
< prev
next >
Wrap
Text File
|
1999-04-12
|
1KB
|
43 lines
<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>