You are here

public function SWFObject::getMinimumVersion in SWF Embed 6

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

Get the minimum Flash player version.

Return value

Flash player version as a string.

1 call to SWFObject::getMinimumVersion()
SWFObject::toArray in ./swfembed.module
Convert this to an array ready for serializing. This is a special-purpose method for turning this object into a configuration array. It is not a general purpose serialization method.

File

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

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

public function getMinimumVersion() {
  return $this->minimumVersion;
}