You are here

function SWFObject::__construct in SWF Embed 6

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

Constructor

Parameters

$flash_object: The path to the flash object (swf). No checking is done on this path.

File

./swfembed.module, line 176
The main file for swfembed.

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

function __construct($flash_object) {
  $this->flashObject = $flash_object;
}