From professional translators, enterprises, web pages and freely available translation repositories.
swfmovie - setbackground
swfmovie- setbackground
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
?php $s = new swfshape(); $s - setrightfill($s - addfill(0xff, 0, 0)); $s - movepento(-500,-500); $s - drawlineto(500,-500); $s - drawlineto(500,500); $s - drawlineto(-500,500); $s - drawlineto(-500,-500); $p = new swfsprite(); $i = $p - add($s); $p - nextframe(); $i - rotate(15); $p - nextframe(); $i - rotate(15); $p - nextframe(); $i - rotate(15); $p - nextframe(); $i - rotate(15); $p - nextframe(); $i - rotate(15); $p - nextframe(); $m = new swfmovie(); $i = $m - add($p); $i - moveto(1500,1000); $i - setname("blah"); $m - setbackground(0xff, 0xff, 0xff); $m - setdimension(3000,2000); header('content-type: application / x-shockwave-flash'); $m - output();?
?php $s = new swfshape(); $s- setrightfill($s- addfill(0xff, 0, 0)); $s- movepento(-500,-500); $s- drawlineto(500,-500); $s- drawlineto(500,500); $s- drawlineto(-500,500); $s- drawlineto(-500,-500); $p = new swfsprite(); $i = $p- add($s); $p- nextframe(); $i- rotate(15); $p- nextframe(); $i- rotate(15); $p- nextframe(); $i- rotate(15); $p- nextframe(); $i- rotate(15); $p- nextframe(); $i- rotate(15); $p- nextframe(); $m = new swfmovie(); $i = $m- add($p); $i- moveto(1500,1000); $i- setname("blah"); $m- setbackground(0xff, 0xff, 0xff); $m- setdimension(3000,2000); header('content-type: application/x-shockwave-flash'); $m- output();?
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting