MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 311

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Example
In this example, a form named
data set
contact_ds
contact_ds.addEventListener("afterLoaded", loadListener);
loadListener = new Object();
loadListener.afterLoaded = function (eventObj) {
if(eventObj.target == "contact_ds") {
contactForm.visible = true;
}
}
DataSet.applyUpdates()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSet.applyUpdates()
Parameters
None.
Returns
Nothing.
Description
Method; signals that the
data binding or directly by ActionScript. Before this method is called, the
property is
null
DataSet.disableEvents()
Calling this method also creates a transaction ID for the current
and emits a
deltaPacketChanged
Example
The following code calls the
myDataSet.applyUpdates();
See also
DataSet.deltaPacket
contactForm
have been assigned.
DataSet.deltaPacket
. This method has no effect if events have been disabled by means of the
method.
event. For more information, see
applyUpdates()
(not shown) is made visible once the items in the
property has a value that you can access using
DataSet.deltaPacket
method on
myDataSet
DataSet component (Flash Professional only)
DataSet.deltaPacket
property
DataSet.deltaPacket
.
.
311

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents