PHP Doku:: Place an object onto the screen - function.swf-placeobject.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenShockwave FlashSWF Funktionenswf_placeobject

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_perspective

swf_polarview>>

swf_placeobject

(PHP 4)

swf_placeobjectPlace an object onto the screen

Description

void swf_placeobject ( int $objid , int $depth )

Places the object specified by objid in the current frame at a depth of depth. The objid parameter and the depth must be between 1 and 65535.

This uses the current mulcolor (specified by swf_mulcolor()) and the current addcolor (specified by swf_addcolor()) to color the object and it uses the current matrix to position the object.

Hinweis:

Full RGBA colors are supported.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
PHPcoder at Zurita dot com
9.12.2009 19:55
Objects with a greater value for the depth parameter are placed in front of (or on top of) objects with a lesser depth value.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)