You are here

public function SWFObject::getNoFlash in SWF Embed 6

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

Retrieves the HTML fragment to use if Flash is not available.

Return value

The HTML fragment to use.

File

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

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

public function getNoFlash() {
  return $this->noFlash;
}