Archive for the 'Actionscript' Category

Deep Linking in AS3 with SWFAddress

Monday, February 25th, 2008

I was working on some sample code for my library and I though it might be a good idea to keep the files, documentation and samples in a place where I could get to them at any time…naturally that place is the internet. I figured while I was at it I might as well share [...]

Experiment with Drawing API

Wednesday, December 5th, 2007

Message Forms Completed.

Sunday, September 23rd, 2007

As you all may know I’ve been working the past couple of weeks to implement the Message Forms project for my Dynamic Persuasion class. Finally the project is complete! Yay! I hope everyone goes to check it out. You should also go check out different solutions to the same project by some of my classmates, [...]

Message Forms Alpha, Beta, McShmeda

Wednesday, September 19th, 2007

I have a rough version of message forms up right now to use. There is still some more functionality to add. Here’s the link.

Troubleshooting Overlapping Textfields in Flash

Saturday, September 15th, 2007

Right now I’m in the process of working on my MessageForms project for my Dynamic Persuasion class and I recently ran into a problem with having several overlapping textfields in flash. For some reason when the textfields were on top of one another the top textfields would act as masks to the bottom text fields. [...]

Google Analytics using Flash

Wednesday, February 14th, 2007

I’m currently working on a website that is suppose to be used as a viral marketing ‘campaign’. I was recently told about Google Analytics by a friend who was doing research on Web 2.0. I began using this free service on my homepage RADiesel.com and was very pleased with the way the data was displayed [...]

Slider Class to Scrub through a Movie Clip

Tuesday, February 6th, 2007

I just created a slider class that allows you to scrub through a movie clip’s frames one by one. All you have to do is attach the slider class to the scrubber element of a slider that you create (see example file). Then in the root time line tell the class what movie clip you [...]

In Everything there is Design.