Class FlashObject

Description

Macromedia Shockwave/Flash Object

Located in /html-defs.php (line 3703)

RenderableObject
   |
   --StylableObject
      |
      --HTMLObject
         |
         --EmbeddedObject
            |
            --FlashObject
Variable Summary
 mixed $movie
 mixed $quality
Method Summary
 FlashObject FlashObject (string $movie, [integer $width = ""], [integer $height = ""], [string $quality = "high"], [string $standby = ""])
 void AsIcon ([string $tooltip = ""], [object $iconimage = false])
 string html ()
Variables
Methods
Constructor FlashObject (line 3716)

Constructor

FlashObject FlashObject (string $movie, [integer $width = ""], [integer $height = ""], [string $quality = "high"], [string $standby = ""])
  • string $movie: URL of the flash movie file
  • integer $width: Width in pixels of the movie
  • integer $height: Height in pixels of the movie
  • string $quality: Quality spec of the movie
  • string $standby: Optional message to display while loading
AsIcon (line 3734)

Render the flash object as an image 'icon' which can be clicked to play the movie. If image is specified, it must be a valid 'image' object, otherwise a generic library symbol will be used.

void AsIcon ([string $tooltip = ""], [object $iconimage = false])
  • string $tooltip: Optional browser mouseover tooltip text
  • object $iconimage: A custom image object
html (line 3750)

Render the HTML

  • return: HTML for this object
string html ()

Redefinition of:
EmbeddedObject::html()
Render the HTML

Inherited Methods

Inherited From EmbeddedObject

 EmbeddedObject::EmbeddedObject()
 EmbeddedObject::add_embed()
 EmbeddedObject::AsLink()
 EmbeddedObject::html()
 EmbeddedObject::setparam()

Inherited From HTMLObject

 HTMLObject::HTMLObject()
 HTMLObject::inherit_attributes()
 HTMLObject::setaccesskey()
 HTMLObject::setalign()
 HTMLObject::setalt()
 HTMLObject::setbackground()
 HTMLObject::setbgcolor()
 HTMLObject::setborder()
 HTMLObject::setcolor()
 HTMLObject::setheight()
 HTMLObject::sethspace()
 HTMLObject::setlang()
 HTMLObject::setlangdir()
 HTMLObject::setname()
 HTMLObject::setsize()
 HTMLObject::setsrc()
 HTMLObject::settabindex()
 HTMLObject::settarget()
 HTMLObject::settitle()
 HTMLObject::setvalign()
 HTMLObject::setvspace()
 HTMLObject::setwidth()
 HTMLObject::set_attribute()
 HTMLObject::set_linkover_text()
 HTMLObject::set_onblur()
 HTMLObject::set_onchange()
 HTMLObject::set_onclick()
 HTMLObject::set_ondblclick()
 HTMLObject::set_onfocus()
 HTMLObject::set_onkeydown()
 HTMLObject::set_onkeypress()
 HTMLObject::set_onkeyup()
 HTMLObject::set_onload()
 HTMLObject::set_onmousedown()
 HTMLObject::set_onmousemove()
 HTMLObject::set_onmouseout()
 HTMLObject::set_onmouseover()
 HTMLObject::set_onmouseup()
 HTMLObject::set_onselect()
 HTMLObject::set_tabindex()
 HTMLObject::taghtml()

Inherited From StylableObject

 StylableObject::StylableObject()
 StylableObject::clearstyle()
 StylableObject::setclass()
 StylableObject::setcss()
 StylableObject::setid()
 StylableObject::setstyle()

Inherited From RenderableObject

 RenderableObject::RenderableObject()
 RenderableObject::html()
 RenderableObject::render()
 RenderableObject::wml()
 RenderableObject::wmlup()
 RenderableObject::xml()

Documentation generated by phpDocumentor 1.3.0RC3