Tag Archives: actionscript

Spotify url validation

I created this class for a project I am working on where I need to validate Spotify playlist and track URLs. I hope someone will get some use out of it or maybe improve it. It provides two static methods for validating and allows you to specify the return type which currently is a HTTP [...]
Posted in development | Also tagged , | Leave a comment

ANT with JavaScript

Recently at work we had the need to build an application that could both be run over the network and on the local filesystem. Well, this doesn’t work with the Flash security setup as SWF files can only be run on one or the other. Like many other developers, we use ANT to build our [...]
Posted in development | Also tagged , | Leave a comment

Just launched SNOOP420.COM

Check it out! Props go out to our team for all the work that went into it! SNOOP 4:20
Posted in launch | Also tagged , , | Leave a comment

Inserting build version numbers into Flash and Flex Applications

For an ActionScript project I am currently working on (and for future projects), we wanted to be able to include the ANT build number into our applications when we do development and production quality releases to clients. The added value in this is that it is extremely helpful if you are constently pushing releases. It [...]
Posted in development | Also tagged , | Leave a comment