Zend Framework  1.12
Public Member Functions | Public Attributes | List of all members
Zend_View_Helper_HtmlFlash Class Reference

Public Member Functions

 htmlFlash ($data, array $attribs=array(), array $params=array(), $content=null)
 Output a flash movie object tag.
 
- Public Member Functions inherited from Zend_View_Helper_HtmlObject
 htmlObject ($data, $type, array $attribs=array(), array $params=array(), $content=null)
 Output an object set.
 
- Public Member Functions inherited from Zend_View_Helper_HtmlElement
 getClosingBracket ()
 Get the tag closing bracket.
 
- Public Member Functions inherited from Zend_View_Helper_Abstract
 setView (Zend_View_Interface $view)
 Set the View object.
 
 direct ()
 Strategy pattern: currently unutilized.
 

Public Attributes

const TYPE = 'application/x-shockwave-flash'
 Default file type for a flash applet.
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_View_Helper_HtmlElement
 _isXhtml ()
 Is doctype XHTML?
 
 _isHtml5 ()
 Is doctype HTML5?
 
 _isStrictDoctype ()
 Is doctype strict?
 
 _htmlAttribs ($attribs)
 Converts an associative array to a string of tag attributes.
 
 _normalizeId ($value)
 Normalize an ID.
 
- Protected Attributes inherited from Zend_View_Helper_HtmlElement
 $_closingBracket = null
 

Member Function Documentation

htmlFlash (   $data,
array  $attribs = array(),
array  $params = array(),
  $content = null 
)

Output a flash movie object tag.

Parameters
string$dataThe flash file
array$attribsAttribs for the object tag
array$paramsParams for in the object tag
string$contentAlternative content
Returns
string

Member Data Documentation

const TYPE = 'application/x-shockwave-flash'

Default file type for a flash applet.