XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:oit.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 1801 - 1820 из 3520.

В начало ] Пред. | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1801. SWFbutton->setAction
PHP Manual . Prev . Next . unknown) SWFbutton->setAction -- Sets the action . void swfbutton->setaction ( ressource action) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfbutton->setaction() sets the action to be performed when the button is clicked. Alias for addAction(shape, SWFBUTTON_MOUSEUP). action is a swfaction() . See also swfbutton->addshape() and SWFAction() . ... SWFbutton->addAction . ... SWFAction ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.setaction.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1802. Ming functions for Flash
... Ming is an open-source (LGPL) library which allows you to create SWF ("Flash") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs ("shape tweens"), text, buttons, actions, sprites ("movie clips"), streaming mp3, and color transforms--the only thing that's missing is sound events. ... swfmovie() . swfshape() . ... ming_setcubicthreshold -- Set cubic threshold (?) . ... SWFDisplayItem->setName -- Sets the object's name . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/ref.ming.html -- 20.7 Кб -- 03.02.2002
Похожие документы

1803. SWFbutton->addAction
PHP Manual . Prev . Next . unknown) SWFbutton->addAction -- Adds an action . void swfbutton->addaction ( ressource action, int flags) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfbutton->addaction() adds the action action to this button for the given conditions. ... See also swfbutton->addshape() and SWFAction() . ... SWFbutton->setHit . ... SWFbutton->setAction ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.addaction.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1804. SWFbutton->setHit
PHP Manual . Prev . Next . unknown) SWFbutton->setHit -- Alias for addShape(shape, SWFBUTTON_HIT) . void swfbutton->sethit ( ressource shape) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfbutton->sethit() alias for addShape(shape, SWFBUTTON_HIT). ... SWFbutton->setdown . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.sethit.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1805. SWFbutton->setdown
PHP Manual . Prev . Next . unknown) SWFbutton->setdown -- Alias for addShape(shape, SWFBUTTON_DOWN)) . void swfbutton->setdown ( ressource shape) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfbutton->setdown() alias for addShape(shape, SWFBUTTON_DOWN). ... SWFbutton->setHit ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.setdown.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1806. SWFbutton->setOver
PHP Manual . Prev . Next . unknown) SWFbutton->setOver -- Alias for addShape(shape, SWFBUTTON_OVER) . void swfbutton->setover ( ressource shape) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfbutton->setover() alias for addShape(shape, SWFBUTTON_OVER). ... SWFbutton->setUp . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.setover.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1807. SWFbutton->addShape
PHP Manual . ... Next . unknown) SWFbutton->addShape -- Adds a shape to a button . void swfbutton->addshape ( ressource shape, int flags) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfbutton->addshape() adds the shape shape to this button. The following flags ' values are valid: SWFBUTTON_UP, SWFBUTTON_OVER, SWFBUTTON_DOWN or SWFBUTTON_HIT. SWFBUTTON_HIT isn't ever displayed, it defines the hit region for the button. ... SWFbutton . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.addshape.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1808. SWFbutton->setUp
PHP Manual . Prev . Next . unknown) SWFbutton->setUp -- Alias for addShape(shape, SWFBUTTON_UP) . void swfbutton->setup ( ressource shape) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfbutton->setup() alias for addShape(shape, SWFBUTTON_UP). ... SWFbutton->addShape . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.setup.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1809. SWFbutton
... PHP 4 >= 4.0.5) SWFbutton -- Creates a new Button. new swfbutton ( (void);) . ... php $f = new SWFFont( _serif ); $p = new SWFSprite(); function label ($string) { global $f; $t = new SWFTextField(); $t- setFont($f); $t- addString($string); $t- setHeight(200); $t- setBounds(3200,200); return $t; } function addLabel ($string) { global $p; $i = $p- add( label ($string)); $p- nextFrame(); $p- remove($i); } $p- add( new SWFAction ( stop(); )); addLabel ( NO ACTION ); ... SWFBUTTON_UP | ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton.html -- 8.2 Кб -- 03.02.2002
Похожие документы

1810. SWFSprite->nextframe
PHP Manual . Prev . Next . unknown) SWFSprite->nextframe -- Moves to the next frame of the animation. void swfsprite->nextframe ( (void);) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfsprite->setframes() moves to the next frame of the animation. ... SWFSprite->setframes . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfsprite.nextframe.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1811. SWFSprite->remove
PHP Manual . Prev . ... unknown) SWFSprite->remove -- Removes an object to a sprite . void swfsprite->remove ( ressource object) . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfsprite->remove() remove a swfshape() , a swfbutton() , a swftext() , a swfaction() or a swfsprite() object from the sprite. ... SWFSprite->add . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfsprite.remove.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1812. SWFSprite->setframes
PHP Manual . Prev . Next . unknown) SWFSprite->setframes -- Sets the total number of frames in the animation. void swfsprite->setframes ( int numberofframes) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfsprite->setframes() sets the total number of frames in the animation to numberofframes . ... SWFSprite->remove . ... SWFSprite->nextframe ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfsprite.setframes.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1813. SWFSprite->add
PHP Manual . Prev . Next . unknown) SWFSprite->add -- Adds an object to a sprite . void swfsprite->add ( resource object) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfsprite->add() adds a swfshape() , a swfbutton() , a swftext() , a swfaction() or a swfsprite() object. For displayable types ( swfshape() , swfbutton() , swftext() , swfaction() or swfsprite() ), this returns a handle to the object in a display list. ... SWFSprite . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfsprite.add.html -- 4.6 Кб -- 03.02.2002
Похожие документы

1814. SWFSprite
PHP Manual . ... PHP 4 >= 4.0.5) SWFSprite -- Creates a movie clip (a sprite) . new swfsprite ( (void);) . ... This function is EXPERIMENTAL . ... 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- ... SWFSprite->add ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfsprite.html -- 5.4 Кб -- 03.02.2002
Похожие документы

1815. SWFTextField->addstring
PHP Manual . Prev . Next . unknown) SWFTextField->addstring -- Concatenates the given string to the text field . void swftextfield->addstring ( string string) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftextfield->setname() concatenates the string string to the text field. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.addstring.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1816. SWFTextField->setname
PHP Manual . Prev . Next . unknown) SWFTextField->setname -- Sets the variable name . void swftextfield->setname ( string name) . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftextfield->setname() sets the variable name of this text field to name , for form posting and action scripting purposes. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setname.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1817. SWFTextField->setcolor
PHP Manual . Prev . Next . unknown) SWFTextField->setcolor -- Sets the color of the text field. void swftextfield->setcolor ( int red, int green, int blue [, int a]) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftextfield->setcolor() sets the color of the text field. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setcolor.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1818. SWFTextField->setindentation
PHP Manual . Prev . Next . unknown) SWFTextField->setindentation -- Sets the indentation of the first line. void swftextfield->setindentation ( int width) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftextfield->setindentation() sets the indentation of the first line in the text field, to width . ... SWFTextField->setMargins . ... SWFTextField->setLineSpacing ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setindentation.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1819. SWFTextField->setLineSpacing
PHP Manual . Prev . Next . unknown) SWFTextField->setLineSpacing -- Sets the line spacing of the text field. void swftextfield->setlinespacing ( int height) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftextfield->setlinespacing() sets the line spacing of the text field to the height of height . ... SWFTextField->setindentation . ... SWFTextField->setcolor ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setlinespacing.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1820. SWFTextField->setMargins
PHP Manual . Prev . Next . unknown) SWFTextField->setMargins -- Sets the margins width of the text field. void swftextfield->setmargins ( int left, int right) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftextfield->setmargins() set both margins at once, for the man on the go. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setmargins.html -- 4.0 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования