AnonSec Team
Server IP : 127.0.0.1  /  Your IP : 127.0.0.1
Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586
User : GerbangSIPAD ( 0)
PHP Version : 5.6.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  C:/xampp5/htdocs/test.edu.pk/../xampp/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : C:/xampp5/htdocs/test.edu.pk/../xampp/splash-swf.php
<?php
  $m = new SWFMovie();
  $m->setDimension(400, 100);
  $m->setBackground(0xff, 0xff, 0xff);

  $logo = new SWFSprite();
  $j = $m->add($logo);
  $j->setName("logo");

  $m->add(new SWFAction("loadMovie('splash-logo.php','logo');"));

  $step=0.1;
  for($i=0;;$i+=$step)
  {
	if($i>100)$i=100;
	$x=400-(400*$i/200)-200;	
	$y=100-(100*$i/200)-50;	
	$s=$i;
  	$m->add(new SWFAction("logo._rotation = $i; logo._xScale=$s; logo._yScale=$s; logo._x= $x; logo._y=$y;"));
	$m->nextFrame();
	$step*=1.2;
	if($i==100)break;
  }

  header('Content-type: application/x-shockwave-flash');
  $m->output();
?>

AnonSec - 2021