| Package | org.openvideoplayer.parsers |
| Class | public class DfxpParser |
| Inheritance | DfxpParser ParserBase flash.events.EventDispatcher |
See also
| Property | Defined By | ||
|---|---|---|---|
| copyright : String [read-only]
The copyright, if it was found in the metadata in the header. | DfxpParser | ||
| description : String [read-only]
The description, if it was found in the metadata in the header. | DfxpParser | ||
![]() | isBusy : Boolean [read-only]
Boolean parameter indicating whether the class is already busy loading a file. | ParserBase | |
![]() | rawData : String [read-only]
The raw data string returned by the request. | ParserBase | |
| title : String [read-only]
The title, if it was found in the metadata in the header. | DfxpParser | ||
![]() | xml : XML [read-only]
The response data as an XML object. | ParserBase | |
| Method | Defined By | ||
|---|---|---|---|
Creates a new DfxpParser object. | DfxpParser | ||
captionObjectAt(index:uint):Caption
Returns the caption object at the specified index. | DfxpParser | ||
captionObjectCount():uint
Returns a count of caption objects this class has created. | DfxpParser | ||
cuePointObjectAt(index:uint):Object
Returns the cue point object at the specified index. | DfxpParser | ||
cuePointObjectCount():uint
Returns a count of cue point objects this class created. | DfxpParser | ||
![]() | load(src:String):Boolean
Loads a file and initiates the parsing process. | ParserBase | |
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when an error condition has occurred. | DfxpParser | |||
![]() | Dispatched when the response has been successfully loaded. | ParserBase | ||
| Dispatched when the DFXP response has been successfully parsed. | DfxpParser | |||
| copyright | property |
copyright:String [read-only] The copyright, if it was found in the metadata in the header.
public function get copyright():String| description | property |
description:String [read-only] The description, if it was found in the metadata in the header.
public function get description():String| title | property |
title:String [read-only] The title, if it was found in the metadata in the header.
public function get title():String| DfxpParser | () | Constructor |
public function DfxpParser()Creates a new DfxpParser object.
| captionObjectAt | () | method |
public function captionObjectAt(index:uint):CaptionReturns the caption object at the specified index.
Parameters
index:uint |
Caption |
| captionObjectCount | () | method |
public function captionObjectCount():uintReturns a count of caption objects this class has created.
Returnsuint |
| cuePointObjectAt | () | method |
public function cuePointObjectAt(index:uint):ObjectReturns the cue point object at the specified index.
Parameters
index:uint |
Object |
| cuePointObjectCount | () | method |
public function cuePointObjectCount():uintReturns a count of cue point objects this class created.
Returnsuint |
| error | Event |
org.openvideoplayer.events.OvpEventDispatched when an error condition has occurred. The event provides an error number and a verbose description of each error.
See also
| parsed | Event |
org.openvideoplayer.events.OvpEventDispatched when the DFXP response has been successfully parsed.
See also