It’s only taking just under a couple of years. A lot of start stop and restart. Finally I can say “Damn it I am done!”
Yes it was about this time 2 years ago that I decided I would take the leap and start learning/using AS3. I did have 8 years of prior code experience with AS1 and AS2 but AS3 would be a whole different ball game. As it turned out it wasn’t that bad. Once I discovered how things I took for granted in AS2 where done in AS3 things got a lot easier. I am now at the stage where if something doesn’t work then it usually doesn’t take long to figure it out or find some other way of doing it.
There is still so much to learn and I don’t doubt for a second that version 4 code have been coded better but hey it runs error free and dose what it is supposed to do.
Version 4 has lost some sections and gained some new features. I wont bother going through them all you can just visit the site and check it out.
I have to say a special thanks to Richard Leggett and Michael Lawrence (byteface). Both these guys where on hand to give help and advice when I asked for it and without them I would not got to the point I am at now.
I do plan to continue adding new sections and features to the site. I’ve already started working on a new section when done will hopefully see a nice little shopping cart where i can sell my flash files from.
Using the ExternalInterface in AS3 it’s never been easier to trigger Javascript functions on your page that holds your swf.
Previously with AS2 and below We would have used the getURL(“javascript:yourFunction();”) or
fscommand(“messagebox”, “Message box called from within Flash.”)
I was asked on the forums today how this would be done in AS3.
After quickly looking up ExternalInterface in the flash Doc’s I was able to through together a quick working example.
A working example can be seen here.
For the past couple of months I’ve been working very hard converting the current DOPE Awards.com flash site over to HTML. That’s not to say the Flash site is going to disappear this is more to improve SEO with the site. The main aspect of this project was to have the html version of the site as near identical of the flash site. Looking at the DOPE Awards html version of the site i think it’s pretty close and I hope you think so to.
Coming from a flash background of 8+ years this certainly was going to be a challenge. Well a few months later and it is finished. The site fully conforms to W3C and is also cross browser compatible on most popular browsers and even IE8.
Dope Flash website awards
Be sure to check out DOPE Awards.com as there is some great new features coming it’s way soon. Also if you think you have a site Dope Awards worthy then why not get it posted.
Instruction 1: Open the contact.php script and go to line 11 and add your email, sitename and your name
Once that is done you can upload the script to your server
Instruction 2: There are 3 other options found between line 16-21. $sendHtml, $sendCourtesy and $fColour
These option can be left as they are.
Instruction 3: Simply drag ‘n’ drop the required form mc from the library onto your project. Also make sure to copy over the caurina tweener classes to your project folder and the contact.php script.
The php script has been tested on a linux based server and windows dedicated server with php support.