The Burned Out Hippy - Hugging Flash into Submission

Actionscript 3 getURL() class

posted by The Hippy in Actionscript 3, Classes, Downloads

I don’t know about you, but one of the things that I miss most about AS2 is the simplicity to use…

getURL("http:www.mysite.com", "_blank")

…to launch a web address.

More

The CSSLoader Class (v1.0)

posted by The Hippy in Actionscript 3, Classes, Downloads

AS3 is a wonderful thing, but it can be really long-winded sometimes when you’re trying to achieve something simple – the perfect example being the replacement of AS2′s getURL() class with a series of listeners. I know why it has been set up this way, I understand why it’s better that everything follows a uniform methodology and I do wholeheartedly agree with it, but there is no getting around the fact that you can get bogged down writing the same long-winded code over and over again. Frankly, it can be a pain in the ass and can sap the fun out of simple tasks.

Sometimes I get around these chunks of code using snippets (see Lee Brimelow’s tutorial on how to set up snippets in Flex Builder), but sometimes the code is crying out for a simple class to be made – in my opinion, loading external stylesheets is one of these times.

More

Recent Posts
Recent Comments
About Us
Justin Wanstall: I really quick and easy way to apply this to all external links is with a bit of jque...
The Hippy: The class isn't very complicated, so I'd imagine that if you're ok with AS2 OOP you s...
TechFlashGuy: I love this thing. Some great info here. I need however, to load this into a as2 ...
Ivannof: Someone could meet the same warring (1090) when you will be you use the .as files, wh...

This site is the playground of the The Burned Out Hippy, head honcho of the web design and multimedia company Plagro. It serves no other purpose than to act as a place where I can store my most recent Flash ActionScript experiments. However, I will be posting code whenever an experiment is complete so that you can have a play with it yourselves.

Read more about The Burned Out Hippy...