![]() |
Home
iRate! IceMelon IM Tutorials Headlines CoolSites PHP Functions |
Most Referenced Functions » google_pagerank() » preg_replace() » imagecreatefrompng() » site_pageranks() » imagepng() » imagedestroy() » imagestring() » imagecolorallocate() » htmlentities() » fopen() » preg_match() » header() » getimagesize() » htmlspecialchars() » session_start() » ob_start() » strstr() » ob_flush() » preg_match_all() » strpos() » flush() » setcookie() » str_replace() » array2vars() » nl2br() » preg_split() » ereg() » urlencode() » ereg_replace() » readgzfile() Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave[AT]icemelon[D0T]c0m. |
PHP Functions
Function: swf_modifyobject (PHP 4, PECL) swf_modifyobject -- Modify an objectDescriptionvoid swf_modifyobject ( int depth, int how )Updates the position and/or color of the object at the specified depth, depth . The parameter how determines what is updated. how can either be the constant MOD_MATRIX or MOD_COLOR or it can be a combination of both (MOD_MATRIX|MOD_COLOR). MOD_COLOR uses the current mulcolor (specified by the function swf_mulcolor() ) and addcolor (specified by the function swf_addcolor() ) to color the object. MOD_MATRIX uses the current matrix to position the object. Related Function(s) |