}
//...
Delta.getDeltaPacket()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
delta.getDeltaPacket()
Parameters
None.
Returns
The delta packet that contains this delta.
Description
Method; returns the delta packet that contains this delta. This method lets you write code that
can handle delta packets generically at the delta level.
Example
The following example uses the
source:
while(dpCursor.hasNext()) {
dpDelta = Delta(dpCursor.next());
trace("DeltaPacket source is: " + dpDelta.getDeltaPacket().getSource());
}
Delta.getId()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
delta.getId()
Parameters
None.
Returns
An object; returns the unique ID of this item within the DeltaPacket collection.
392
Chapter 6: Components Dictionary
method to access the delta packet's data
getDeltaPacket()
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers