AS3 Input and Output: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
<!-- <pageby nominor="false" comments="false"/> -->


To come here:  
To come here:  
Line 5: Line 7:
* How to read the content of a text file
* How to read the content of a text file
* How to read the content of a xml file
* How to read the content of a xml file
* How to read the variables defined in the html file in which the swf file runs (i.e. flashvars)
* 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 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).
* How to write data to a file (well, cannot, have to do it via a post action... probably too advanced).
[[Category: Actionscript 3]]
[[Category:ActionScript tutorials]]

Latest revision as of 18:30, 22 August 2016

Draft


To come here:

  • How to read the content of a text file
  • How to read the content of a xml file
  • How to read the variables defined in the html file in which the swf file runs (i.e. flashvars)
  • 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).