Understanding Captivate and the Flash Library Flash places all of the imported elements from Captivate into the Flash library. In this …
Flash FAQTo view Flash FAQ and get a better idea of what you’re about to create.The Flash-XML FAQ aims to provide a definitive so …
“Streaming” FLV files in Flash MX 2004 If you haven’t yet used NetConnection and NetStream right in Flash MX 2004, wh …
Creating an XML Packet with Flash (the easy way) Perhaps the easiest ways to create an XML packet using Flash is to just create the XML …
Creating an XML Packet with Flash (the hard way) One way of building XML packets from scratch using ActionScript is to use the createEl …
Getting more colors for your Halo Have you been working with Halo colors in the MX components? Then you probably know how to change you …
Loading in Images Using the MovieClipLoader Class Loading in MovieClips (JPEGs or SWFs) is easier than ever now with the MovieClipLoade …
Parsing an XML Packet in Flash // if the XML packet was a simple packet using attributes. var login_xml:XML = new XML(”<?xml …
Parsing XML in Flash Using the XMLConnector The following section only applies to people using Flash MX Professional 2004 as it uses th …
Sending an XML Packet to a Server-Side Page Using the XML class The XML Class allows you to send and load XML packets and transfer …
Using LoadVars.send Method to Exchange Data with a Server-Side Script If you want to send variables from Flash to a server-side script …
Using the Alert component Drag an Alert component onto the Stage. Then delete it. Then put this code on the main Timeline. import mx.c …
Using the LoadVars Class to Load Variables The LoadVars class has three different methods: LoadVars.load, LoadVars.send and LoadVars.se …
Using XPath in Flash MX 2004 Flash MX 2004 introduced the XPathAPI class which allows you to do simple XPath searches within Flash. Thi …
Introducing Flash Player 9 Adobe Flash Player is about to evolve in a very exciting way. Flash Player 9 (formerly Flash Player 8.5) …