home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Web / Homesite / data1.cab / HS_Wizards / HTML / RealPlayerControl.wml < prev    next >
Text File  |  1999-04-12  |  940b  |  31 lines

  1. <WIZSET aSrc = " " & DefaultCase('SRC') & "=""" & Src & """">
  2. <WIZSET aControls = " " & DefaultCase('CONTROLS') & "=""" & Controls & """">
  3.  
  4. <WIZSET Console = Trim( Console )>
  5. <WIZIF Console neq ''>
  6.     <WIZSET aConsole = " " & DefaultCase('CONSOLE') & "=""" & Console & """">
  7. <WIZELSE>
  8.     <WIZSET aConsole = "">
  9. </WIZIF>
  10.  
  11. <WIZSET Width = Trim( Width )>
  12. <WIZIF Width neq ''>
  13.     <WIZSET aWidth = " " & DefaultCase('WIDTH') & "=""" & Width & """">
  14. <WIZELSE>
  15.     <WIZSET aWidth = "">
  16. </WIZIF>
  17.  
  18. <WIZSET Height = Trim( Height )>
  19. <WIZIF Height neq ''>
  20.     <WIZSET aHeight = " " & DefaultCase('HEIGHT') & "=""" & Height & """">
  21. <WIZELSE>
  22.     <WIZSET aHeight = "">
  23. </WIZIF>
  24.  
  25. <WIZIF Autostart eq 1>
  26.     <WIZSET aAutostart = " " & DefaultCase('AUTOSTART="TRUE"')>
  27. <WIZELSE>
  28.     <WIZSET aAutostart = " " & DefaultCase('AUTOSTART="FALSE"')>
  29. </WIZIF>
  30.  
  31. <$${DefaultCase('EMBED')}$${aSrc}$${aControls}$${aAutostart}$${aConsole}$${aWidth}$${aHeight}>