home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / ming.php < prev    next >
Encoding:
Text File  |  2003-11-24  |  1.1 KB  |  38 lines

  1. <html>
  2. <head>
  3. <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang">
  4. <link href="xampp.css" rel="stylesheet" type="text/css">
  5. </head>
  6.  
  7. <body>
  8. <? include("lang/".file_get_contents("lang.tmp").".php"); ?>
  9.  
  10.  <p>
  11. <h1><?=$TEXT['flash-head']?></h1>
  12.  
  13. <? if($text=="")$text = "ceci n est pas un ami d apache"; ?>
  14.     
  15. <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  16.   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" 
  17.   width=520 height=320>
  18. <PARAM name="Movie" value="winming_ok.php?text=<?=urlencode($text)?>">
  19. <PARAM name="loop" value="true">
  20. <EMBED src="mingswf.php?text=<?=urlencode($text)?>" width=520 height=320
  21.   pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" LOOP=TRUE>
  22. </EMBED>
  23. </OBJECT>
  24.  
  25. <p class=small>
  26. <?=$TEXT['flash-text1']?>
  27. <p>
  28. <?
  29. if ($source=="in")
  30.         { include("code.php"); $beispiel = "winming_ok.php"; pagecode($beispiel);} 
  31.         else
  32.         { print("<p><br><br><h2><U><a href=\"$PHP_SELF?source=in\">".$TEXT['srccode-in']."</a></U></h2>");}
  33.         ?>
  34.  
  35.  
  36. </body>
  37. </html>
  38.