home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1999 September
/
Dpcb0999.iso
/
Web
/
Homesite
/
data1.cab
/
HS_Wizards
/
HTML
/
RealPlayerControl.wml
< prev
next >
Wrap
Text File
|
1999-04-12
|
940b
|
31 lines
<WIZSET aSrc = " " & DefaultCase('SRC') & "=""" & Src & """">
<WIZSET aControls = " " & DefaultCase('CONTROLS') & "=""" & Controls & """">
<WIZSET Console = Trim( Console )>
<WIZIF Console neq ''>
<WIZSET aConsole = " " & DefaultCase('CONSOLE') & "=""" & Console & """">
<WIZELSE>
<WIZSET aConsole = "">
</WIZIF>
<WIZSET Width = Trim( Width )>
<WIZIF Width neq ''>
<WIZSET aWidth = " " & DefaultCase('WIDTH') & "=""" & Width & """">
<WIZELSE>
<WIZSET aWidth = "">
</WIZIF>
<WIZSET Height = Trim( Height )>
<WIZIF Height neq ''>
<WIZSET aHeight = " " & DefaultCase('HEIGHT') & "=""" & Height & """">
<WIZELSE>
<WIZSET aHeight = "">
</WIZIF>
<WIZIF Autostart eq 1>
<WIZSET aAutostart = " " & DefaultCase('AUTOSTART="TRUE"')>
<WIZELSE>
<WIZSET aAutostart = " " & DefaultCase('AUTOSTART="FALSE"')>
</WIZIF>
<$${DefaultCase('EMBED')}$${aSrc}$${aControls}$${aAutostart}$${aConsole}$${aWidth}$${aHeight}>