Foundation XML for Flash
| ||
| ||
|
Chapter 4: Using the XML Class
- Exercise 1: Loading an external XML document
- Exercise 2: Processing an XML object with a recursive function
- Exercise 3: Creating an XML photo gallery
- Exercise 4: Creating an MP3 player
- Exercise 5: Creating the address.xml file structure within Flash
- Exercise 6: Adding a new image to the photo gallery XML tree
- Exercise 7: Saving the XML updates from Flash
Chapter 5: Working with XML in Word 2003
- Exercise 1: Opening an existing XML document
- Exercise 2: Generating XML content with Save As
- Exercise 3: Adding a schema and transformation to the schema library
- Exercise 4: Adding XML tags to a new Word document
- Exercise 5: Generating structured XML content
- Exercise 6: Protecting the Word document
- Exercise 7: Adding the news item to a Flash movie
- Exercise 8: Adding multiple news items to a Flash movie
Chapter 6: Working with XML in Excel 2003
- Exercise 1: Opening an existing XML document in Excel
- Exercise 2: Opening an existing XML document using the XML Source pane
- Exercise 3: Generating XML content with Save As
- Exercise 4: Generating structured XML content from Excel
- Exercise 5: Creating a catalog using XML content from Excel
Chapter 7: Working with XML in Access 2003
- Exercise 1: Generating XML content from Access
- Exercise 2: Generating XML content from Access
- Exercise 3: Generating linked XML content from Access
- Exercise 4: Transforming XML content during export
- Exercise 5: Importing XML content into Access
- Exercise 6: Applying a transformation during import
- Exercise 7: Including data from Access in a Flash movie
Chapter 8: Using the Data Components with XML
- Exercise 1: Loading an external XML document using the XMLConnector component
- Exercise 2: Binding data to a List component
- Exercise 3: Adding multiple bindings to an XMLConnector component
- Exercise 4: A simple address book application
- Exercise 5: Using the XMLConnector class to load an XML document
- Exercise 6: Displaying content from an XMLConnector using ActionScript bindings
- Exercise 7: Using an XMLConnector to populate the dataProvider of a List component
Chapter 9: Consuming Web Services with Flash
- Exercise 1: Consuming Moreover news using the XML class
- Exercise 2: Consuming a news feed using the XMLConnector
- Exercise 3. Creating a currency converter using the WebServiceConnector
- Exercise 4: Displaying airport weather with the WebServiceConnector and ActionScript
- Exercise 5: Consuming a web service with ActionScript and the WebServiceConnector class
- Exercise 6: Binding the results from a WebServiceConnector object
- Exercise 7: Using the Web Service classes to create a temperature converter
Chapter 10: Using the XMLSocket Class
- Exercise 1: Connecting to an XMLSocket server
- Exercise 2: Creating a simple chat application