If the remote flash asset cannot be served, a fallback image is used at an alternate URL.
Inheritance: extends HasDestinationUrlCreative
 public function __construct($companionCreativeIds = NULL, $trackingUrls = NULL, $customParameters = NULL, $apiFramework = NULL, $duration = NULL, $flashAssetSize = NULL, $flashUrl = NULL, $fallbackUrl = NULL, $fallbackPreviewUrl = NULL, $destinationUrl = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $appliedLabels = NULL, $lastModifiedDateTime = NULL, $customFieldValues = NULL, $CreativeType = NULL)
 {
     parent::__construct();
     $this->companionCreativeIds = $companionCreativeIds;
     $this->trackingUrls = $trackingUrls;
     $this->customParameters = $customParameters;
     $this->apiFramework = $apiFramework;
     $this->duration = $duration;
     $this->flashAssetSize = $flashAssetSize;
     $this->flashUrl = $flashUrl;
     $this->fallbackUrl = $fallbackUrl;
     $this->fallbackPreviewUrl = $fallbackPreviewUrl;
     $this->destinationUrl = $destinationUrl;
     $this->advertiserId = $advertiserId;
     $this->id = $id;
     $this->name = $name;
     $this->size = $size;
     $this->previewUrl = $previewUrl;
     $this->appliedLabels = $appliedLabels;
     $this->lastModifiedDateTime = $lastModifiedDateTime;
     $this->customFieldValues = $customFieldValues;
     $this->CreativeType = $CreativeType;
 }
 public function __construct($companionCreativeIds = null, $trackingUrls = null, $customParameters = null, $apiFramework = null, $duration = null, $flashAssetSize = null, $vastPreviewUrl = null, $flashUrl = null, $fallbackUrl = null, $fallbackPreviewUrl = null)
 {
     parent::__construct();
     $this->companionCreativeIds = $companionCreativeIds;
     $this->trackingUrls = $trackingUrls;
     $this->customParameters = $customParameters;
     $this->apiFramework = $apiFramework;
     $this->duration = $duration;
     $this->flashAssetSize = $flashAssetSize;
     $this->vastPreviewUrl = $vastPreviewUrl;
     $this->flashUrl = $flashUrl;
     $this->fallbackUrl = $fallbackUrl;
     $this->fallbackPreviewUrl = $fallbackPreviewUrl;
 }
 public function __construct($flashUrl = NULL, $fallbackUrl = NULL, $fallbackPreviewUrl = NULL, $destinationUrl = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $CreativeType = NULL)
 {
     if (get_parent_class('FlashRedirectCreative')) {
         parent::__construct();
     }
     $this->flashUrl = $flashUrl;
     $this->fallbackUrl = $fallbackUrl;
     $this->fallbackPreviewUrl = $fallbackPreviewUrl;
     $this->destinationUrl = $destinationUrl;
     $this->advertiserId = $advertiserId;
     $this->id = $id;
     $this->name = $name;
     $this->size = $size;
     $this->previewUrl = $previewUrl;
     $this->CreativeType = $CreativeType;
 }