AS3 Input and Output: Difference between revisions
Jump to navigation
Jump to search
m (Input and Output moved to AS3 Input and Output: should have AS3 in front to avoid confusions if tutorials are written for other programming languages) |
No edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
To come here: | |||
* How to read the content of a text file | |||
* How to read the content of a xml file | |||
* How to read data provided by webservices (advanced concept but important for yahoo maps which are really cool and not difficult to use) | |||
* How to write data to a file (well, cannot, have to do it via a post action... probably too advanced). |
Revision as of 20:06, 30 October 2007
To come here:
- How to read the content of a text file
- How to read the content of a xml file
- How to read data provided by webservices (advanced concept but important for yahoo maps which are really cool and not difficult to use)
- How to write data to a file (well, cannot, have to do it via a post action... probably too advanced).