Chapter 8
flash and other technologies
xml1.fla
this loads the book data as XML and dumps the tree to the output window. You will also need to download books.xml if you want to test it.
shop-xml.fla
the final version of the bookshop, using XML to store the data records. You will also need to download books.xml if you want to test it.
xmlsocket.fla, echo.pl
a client and server to demonstrate the use of XML sockets. You will only be able to test this if you can run the Perl script as a server. If you know how and your system allows it, the easiest and safest way is to set up a callback loop to your own machine. You need to put the SWF of the client on the same host as the server, since it uses a host name of null to open the connection.
jscommand.fla
open a help window using a javascript: URL.