Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.swf-startbutton.html
Дата изменения: Sun Feb 3 22:55:24 2002
Дата индексирования: Mon Oct 1 21:57:35 2012
Кодировка:
swf_startbutton

swf_startbutton

(PHP 4 >= 4.0.0)

swf_startbutton -- Start the definition of a button

Description

void swf_startbutton ( int objid, int type)

The swf_startbutton() function starts off the definition of a button. The type parameter can either be TYPE_MENUBUTTON or TYPE_PUSHBUTTON. The TYPE_MENUBUTTON constant allows the focus to travel from the button when the mouse is down, TYPE_PUSHBUTTON does not allow the focus to travel when the mouse is down.