Posts in: ActionScript
- Clearing LoadVars() in ActionScript
- The LoadVars() object is a funny thing. It’s basically a bucket for variables that you’d like to load into and send from an SWF file, as well as any methods and event handlers you invoke. LoadVars() can be problematic, however, if you ever find yourself reusing the same object for repeated load() or sendAndLoad() operations. [...] [9 May 2008]
- OurIndustryIsBroken.com: Tracking site users and traffic with PHP, MySQL and ActionScript
- You may remember that FletcherMartin launched OurIndustryIsBroken.com back in April. After receiving some feedback about the site, we tweaked it to enhance the user experience and allow us to track how visitors use the site. We’re using Google Analytics for high-level analysis such as referrals and search engine traffic. But we wanted to do more robust [...] [23 Jul 2007]
- JavaScript from HTML loaded into Flash
- An answer to the question that you may or may not have asked: Yes it is possible to invoke a JavaScript function from HTML content that has been loaded into Flash. You can read the rest of the post, or jump straight to the example (and maybe come back to the post afterwards). Let’s say you [...] [5 Feb 2007]
- Parsing XML using Flash and ActionScript 2.0
- This is my first attempt at parsing XML using ActionScript. The stuff between the <pre> and </pre> tags is released to the public domain. Do what you will with it. Be aware though, that I can’t offer technical support … mostly because I don’t know enough to help you. First, the XML: <alldots> <dotname id=”bigDot” color=”0xff0000″ [...] [18 Jul 2006]