You are here

public function SWFObject::expressRedirectURL in SWF Embed 7

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

Set a URL for express installation.

If you want to use express install, you should read the Adobe documentation and/or find a suitable SWF express installer.

Parameters

$url: The URL for the express installer. No manipulation of the URL is done.

See also

http://www.adobe.com/products/flashplayer/download/detection_kit/

File

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

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

public function expressRedirectURL($url) {
  $this->expressRedirectURL = $url;
  return $this;
}