function SWFObject::setFlashObject in SWF Embed 7
Same name and namespace in other branches
- 6 swfembed.module \SWFObject::setFlashObject()
Set the flash object file path.
Parameters
$flash_object: The path to the flash object.
File
- ./
swfembed.module, line 208 - The main file for swfembed.
Class
- SWFObject
- Generic data object for describing an SWF configuration.
Code
function setFlashObject($flash_object) {
$this->flashObject = $flash_object;
return $this;
}