function SWFObject::getFlashObject in SWF Embed 6
Same name and namespace in other branches
- 7 swfembed.module \SWFObject::getFlashObject()
Get the flash object file path.
2 calls to SWFObject::getFlashObject()
- SWFObject::getDimension in ./
swfembed.module - Get a single dimension for this SWF file.
- SWFObject::toArray in ./
swfembed.module - Convert this to an array ready for serializing. This is a special-purpose method for turning this object into a configuration array. It is not a general purpose serialization method.
File
- ./
swfembed.module, line 183 - The main file for swfembed.
Class
- SWFObject
- Generic data object for describing an SWF configuration.
Code
function getFlashObject() {
return $this->flashObject;
}