MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 345

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

Advertisement

Example
This example calls
problem saving the data to the shared object.
try {
myDataSet.saveToSharedObj("webapp/customerInfo");
}
catch(e:DataSetError) {
trace("Unable to create shared object");
}
See also
DataSet.loadFromSharedObj()
DataSet.schema
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSet.schema
Description
Property; provides the XML representation of the schema for this DataSet object. The XML
assigned to this property must have the following format:
<?xml version="1.0"?>
<properties>
<property name="propertyName">
<type name="dataType" />
<encoder name="dataType">
<options>
<dataFormat>format options<dataFormat/>
<options/>
<encoder/>
<kind name="dataKind">
</kind>
</property>
<property> ... </property>
...
</properties>
A
DataSetError
saveToSharedObj()
exception is thrown if the XML specified does not follow the above format.
in a
block and displays an error if there is a
try..catch
DataSet component (Flash Professional only)
345

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?

This manual is also suitable for:

Flash mx

Table of Contents