Product Version : | Feathers 3.0.0 |
Formats for media playback time.
public static const CURRENT_AND_TOTAL_TIMES:String = "currentAndTotalTimes"
Product Version : | Feathers 3.0.0 |
The label displays the current time of the media content, followed by
the total time of the media content.
public static const CURRENT_TIME:String = "currentTime"
Product Version : | Feathers 3.0.0 |
The label displays only the current time of the media content.
public static const REMAINING_TIME:String = "remainingTime"
Product Version : | Feathers 3.0.0 |
The label displays only the remaining time of the media content. In
other words, the total time minus the current time.
public static const TOTAL_TIME:String = "totalTime"
Product Version : | Feathers 3.0.0 |
The label displays only the total time of the media content.
Sat Jun 18 2022, 02:58 PM -07:00