You are here

function SWFObject::setFlashObject in SWF Embed 6

Same name and namespace in other branches
  1. 7 swfembed.module \SWFObject::setFlashObject()

Set the flash object file path.

Parameters

$flash_object: The path to the flash object.

File

./swfembed.module, line 193
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;
}