Public Member Functions | |
htmlQuicktime ($data, array $attribs=array(), array $params=array(), $content=null) | |
Data Fields | |
const | TYPE = 'video/quicktime' |
const | ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' |
const | ATTRIB_CODEBASE = 'http://www.apple.com/qtactivex/qtplugin.cab' |
Protected Attributes | |
$_attribs |
Definition at line 35 of file HtmlQuicktime.php.
htmlQuicktime | ( | $ | data, |
array $ | attribs = array() , |
||
array $ | params = array() , |
||
$ | content = null |
||
) |
Output a quicktime movie object tag
string | $data | The quicktime file |
array | $attribs | Attribs for the object tag |
array | $params | Params for in the object tag |
string | $content | Alternative content |
Definition at line 72 of file HtmlQuicktime.php.
$_attribs [protected] |
array('classid' => self::ATTRIB_CLASSID, 'codebase' => self::ATTRIB_CODEBASE)
Definition at line 60 of file HtmlQuicktime.php.
const ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' |
Object classid
Definition at line 47 of file HtmlQuicktime.php.
const ATTRIB_CODEBASE = 'http://www.apple.com/qtactivex/qtplugin.cab' |
Object Codebase
Definition at line 53 of file HtmlQuicktime.php.
const TYPE = 'video/quicktime' |
Default file type for a movie applet
Definition at line 41 of file HtmlQuicktime.php.