You are here

protected property SWFObject::$dimensions in SWF Embed 6

Same name and namespace in other branches
  1. 7 swfembed.module \SWFObject::dimensions

Height and width of the SWF file.

Type: int

File

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

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

protected $dimensions = array(
  'height' => NULL,
  'width' => NULL,
);