Packagecom.myflashlab.air.extensions.adobeMobile
Classpublic class MediaSettings
InheritanceMediaSettings Inheritance Object



Public Properties
 PropertyDefined By
  cpm : String
[write-only]
MediaSettings
  lng : Number
[write-only] length of media (in seconds).
MediaSettings
  milestones : String
[write-only] A comma-delimited list of intervals (as a percentage) for sending tracking data.
MediaSettings
  name : String
[write-only] name of media item.
MediaSettings
  offsetMilestones : String
[write-only] A comma-delimited list of intervals (in seconds) for sending tracking data.
MediaSettings
  parentName : String
[write-only] name of the ads parent video.
MediaSettings
  parentPod : String
[write-only] of the media item that the media ad is playing in.
MediaSettings
  parentPodPosition : Number
[write-only] position of parent pod (in seconds).
MediaSettings
  playerID : String
[write-only] ID of media player.
MediaSettings
  playerName : String
[write-only] name of media player.
MediaSettings
  segmentByMilestones : Boolean
[write-only] Indicates if segment info should be automatically generated for milestones generated or not, the default is false.
MediaSettings
  segmentByOffsetMilestones : Boolean
[write-only] Indicates if segment info should be automatically generated for offset milestones or not, the default is false.
MediaSettings
  trackSeconds : int
[write-only] The interval at which tracking data should be sent, the default is 0.
MediaSettings
Public Methods
 MethodDefined By
  
MediaSettings($isMediaAd:Boolean)
initialize an instance of this class while indicating if this is targeted for an ad media or not.
MediaSettings
Property Detail
cpmproperty
cpm:String  [write-only]


Implementation
    public function set cpm(value:String):void
lngproperty 
lng:Number  [write-only]

length of media (in seconds).


Implementation
    public function set lng(value:Number):void
milestonesproperty 
milestones:String  [write-only]

A comma-delimited list of intervals (as a percentage) for sending tracking data.


Implementation
    public function set milestones(value:String):void
nameproperty 
name:String  [write-only]

name of media item.


Implementation
    public function set name(value:String):void
offsetMilestonesproperty 
offsetMilestones:String  [write-only]

A comma-delimited list of intervals (in seconds) for sending tracking data.


Implementation
    public function set offsetMilestones(value:String):void
parentNameproperty 
parentName:String  [write-only]

name of the ads parent video.


Implementation
    public function set parentName(value:String):void
parentPodproperty 
parentPod:String  [write-only]

of the media item that the media ad is playing in.


Implementation
    public function set parentPod(value:String):void
parentPodPositionproperty 
parentPodPosition:Number  [write-only]

position of parent pod (in seconds).


Implementation
    public function set parentPodPosition(value:Number):void
playerIDproperty 
playerID:String  [write-only]

ID of media player.


Implementation
    public function set playerID(value:String):void
playerNameproperty 
playerName:String  [write-only]

name of media player.


Implementation
    public function set playerName(value:String):void
segmentByMilestonesproperty 
segmentByMilestones:Boolean  [write-only]

Indicates if segment info should be automatically generated for milestones generated or not, the default is false.


Implementation
    public function set segmentByMilestones(value:Boolean):void
segmentByOffsetMilestonesproperty 
segmentByOffsetMilestones:Boolean  [write-only]

Indicates if segment info should be automatically generated for offset milestones or not, the default is false.


Implementation
    public function set segmentByOffsetMilestones(value:Boolean):void
trackSecondsproperty 
trackSeconds:int  [write-only]

The interval at which tracking data should be sent, the default is 0.


Implementation
    public function set trackSeconds(value:int):void
Constructor Detail
MediaSettings()Constructor
public function MediaSettings($isMediaAd:Boolean)

initialize an instance of this class while indicating if this is targeted for an ad media or not.

Parameters
$isMediaAd:Boolean