You are here

protected property SWFObject::$dimensions in SWF Embed 7

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

Height and width of the SWF file.

Type: int

File

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

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

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