Home > PHP > Function > > SWFMovie->setDimension()

SWFMovie->setDimension()

SWFMovie->setDimension - Sets the movie's width and height

Syntax

void SWFMovie->setDimension (float $width, float $height)

Arguments

  • width - The movie width.
  • height - The movie height.

Description

Sets the movie's dimension to the specified width and height.

Version

PHP 4.3.3

Return value

No value is returned.