Public Member Functions | |
htmlFlash ($data, array $attribs=array(), array $params=array(), $content=null) | |
Data Fields | |
const | TYPE = 'application/x-shockwave-flash' |
Definition at line 35 of file HtmlFlash.php.
htmlFlash | ( | $ | data, |
array $ | attribs = array() , |
||
array $ | params = array() , |
||
$ | content = null |
||
) |
Output a flash movie object tag
string | $data | The flash file |
array | $attribs | Attribs for the object tag |
array | $params | Params for in the object tag |
string | $content | Alternative content |
Definition at line 52 of file HtmlFlash.php.
const TYPE = 'application/x-shockwave-flash' |
Default file type for a flash applet
Definition at line 41 of file HtmlFlash.php.