ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
org.osmf.events 

TimelineMetadataEvent  - AS3 OSMF

Pakietorg.osmf.events
Klasapublic class TimelineMetadataEvent
DziedziczenieTimelineMetadataEvent Inheritance MetadataEvent Inheritance Event Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 1.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

A TimelineMetadataEvent is dispatched when properties of a TimelineMetadata object change.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
 Inheritedbubbles : Boolean
[tylko do odczytu] Określa, czy zdarzenie może przechodzić fazę propagacji.
Event
 Inheritedcancelable : Boolean
[tylko do odczytu] Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem.
Event
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
 InheritedcurrentTarget : Object
[tylko do odczytu] Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń.
Event
 InheritedeventPhase : uint
[tylko do odczytu] Bieżąca faza przepływu zdarzeń.
Event
 Inheritedkey : String
[tylko do odczytu] The key associated with this event.
MetadataEvent
  marker : org.osmf.metadata:TimelineMarker
[tylko do odczytu] The TimelineMarker associated with the event.
TimelineMetadataEvent
 InheritedoldValue : *
[tylko do odczytu] The old value associated with this event.
MetadataEvent
 Inheritedtarget : Object
[tylko do odczytu] Miejsce docelowe zdarzenia.
Event
 Inheritedtype : String
[tylko do odczytu] Typ zdarzenia.
Event
 Inheritedvalue : *
[tylko do odczytu] The value associated with this event.
MetadataEvent
Metody publiczne
 MetodaZdefiniowane przez
  
TimelineMetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, marker:org.osmf.metadata:TimelineMarker = null)
Constructor.
TimelineMetadataEvent
 Inherited
Powiela instancję podklasy Event.
Event
 Inherited
formatToString(className:String, ... arguments):String
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0.
Event
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault().
Event
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane.
Event
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim.
Event
 Inherited
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń.
Event
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event.
Event
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Stałe publiczne
 StałaZdefiniowane przez
  MARKER_ADD : String = "markerAdd"
[statyczny] The TimelineMetadataEvent.MARKER_ADD constant defines the value of the type property of the event object for a markerAdd event.
TimelineMetadataEvent
  MARKER_DURATION_REACHED : String = "markerDurationReached"
[statyczny] The TimelineMetadataEvent.MARKER_DURATION_REACHED constant defines the value of the type property of the event object for a markerDurationReached event.
TimelineMetadataEvent
  MARKER_REMOVE : String = "markerRemove"
[statyczny] The TimelineMetadataEvent.MARKER_REMOVE constant defines the value of the type property of the event object for a markerRemove event.
TimelineMetadataEvent
  MARKER_TIME_REACHED : String = "markerTimeReached"
[statyczny] The TimelineMetadataEvent.MARKER_TIME_REACHED constant defines the value of the type property of the event object for a markerTimeReached event.
TimelineMetadataEvent
Szczegół właściwości

marker

właściwość
marker:org.osmf.metadata:TimelineMarker  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 1.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

The TimelineMarker associated with the event.



Implementacja
    public function get marker():org.osmf.metadata:TimelineMarker
Konstruktor Szczegół

TimelineMetadataEvent

()Konstruktor
public function TimelineMetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, marker:org.osmf.metadata:TimelineMarker = null)

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 1.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

Constructor.

Parametry
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
marker:org.osmf.metadata:TimelineMarker (default = null)
Szczegół stałej

MARKER_ADD

Stała
public static const MARKER_ADD:String = "markerAdd"

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 1.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

The TimelineMetadataEvent.MARKER_ADD constant defines the value of the type property of the event object for a markerAdd event.

MARKER_DURATION_REACHED

Stała 
public static const MARKER_DURATION_REACHED:String = "markerDurationReached"

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 1.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

The TimelineMetadataEvent.MARKER_DURATION_REACHED constant defines the value of the type property of the event object for a markerDurationReached event.

MARKER_REMOVE

Stała 
public static const MARKER_REMOVE:String = "markerRemove"

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 1.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

The TimelineMetadataEvent.MARKER_REMOVE constant defines the value of the type property of the event object for a markerRemove event.

MARKER_TIME_REACHED

Stała 
public static const MARKER_TIME_REACHED:String = "markerTimeReached"

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 1.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

The TimelineMetadataEvent.MARKER_TIME_REACHED constant defines the value of the type property of the event object for a markerTimeReached event.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.