279
25
CHAPTER 25
Data Integration: Using XML for a
Timesheet (Flash Professional Only)
This tutorial shows you how to create an application for editing timesheet
data. The timesheet data is stored as XML within a native XML database.
The XUpdateResolver component is the best choice for this type of
application, because it generates XUpdate statements that can be sent to
the server to update the data.
You can print this tutorial by downloading a PDF version of it from the
Macromedia Flash Documentation page at
www.macromedia.com/go/
fl_documentation
.
In this tutorial, you will complete the following tasks:
Create the user interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280
Edit the data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .288
This tutorial uses a public web service and therefore requires that you have
an Internet connection. In addition, the tutorial won’t work in a browser
because of sandbox restrictions, but will work in the Flash authoring
environment or the stand-alone Flash Player.
NO
TE
The use of a public web service in this tutorial does not imply that you
should use one for real-world applications. In fact, Macromedia does not
recommend using public web services directly from within any client-side
application. For more information, see
“About data connectivity and
security in Flash Player”
in
Using Flash
.
Содержание FLASH 8-FLASH
Страница 1: ...Flash Tutorials...
Страница 10: ...10 Contents...
Страница 12: ...12 Introduction...
Страница 42: ...42 Basic Tasks Creating a banner Part 1...
Страница 78: ...78 Basic Tasks Creating a banner Part 3...
Страница 88: ...88 Basic Tasks Create Accessible Flash Content...
Страница 106: ...106 Basic Tasks Create an Application...
Страница 116: ...116 Basic Tasks Use Layout Tools...
Страница 124: ...124 Basic Tasks Create Symbols and Instances...
Страница 134: ...134 Basic Tasks Add Button Animation and Navigation...
Страница 144: ...144 Basic Tasks Create a Presentation with Screens Flash Professional Only...
Страница 192: ...192 Creating Graphics Applying Gradients...
Страница 198: ...198 Creating Graphics Apply Graphic Filters and Blends Flash Professional Only...
Страница 224: ...224 ActionScript Use Script Assist mode...
Страница 268: ...268 ActionScript Work with Objects and Classes...
Страница 270: ...270 Data Integration Overview Flash Professional Only...