Mercurial > hg > extraction-interface
view _xampp/splash-logo.php @ 3:f196939ccc03
error handle and alert feedback to user.
If error occurs, user'll not be halted by the loading page and sections_revisions will recovery to previous version.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 26 Jan 2015 12:19:39 +0100 |
parents | b12c99b7c3f0 |
children |
line wrap: on
line source
<? $m = new SWFMovie(); $m->setDimension(400, 100); $m->setBackground(0xff, 0xff, 0xff); $m->add(new SWFBitmap(fopen("img/xampp-logo.jpg", "rb"))); for($i=0;$i<=100;$i++) { $m->add(new SWFAction("alpha = $i;")); $m->nextFrame(); } header('Content-type: application/x-shockwave-flash'); $m->output(); ?>