Tag Archives: as2
Going Natural 3.0 at StomperNet
Here’s a new site and series from StomperNet called Going Natural 3!
It’s a bit of free videos made and released to showcase the talents and business of what StomperNet is about and what they do for their clients. They’re ‘moving the freeline’ so to speak…
The first video series begins with Dan Thies talking about his [...]
Posted in portfolio Also tagged actionscript, css, drupal, flash, html, javascript, php, stompernet, video, web design, website, work 1 Comment
iKill Flash Game Art
iKill: Pick Fruit, Be Happy, Keep Killing
I developed this game for my Digital Media Thesis. I wanted to do a project that was interactive, and enjoying flash I decided to create it in the form of a game. The project called “iKill’ is Installation Game Art, and is also available online. It explores multiple these, [...]
Posted in portfolio Also tagged actionscript, circle cube, design, experiment, flash, game, installation, interactive, physics, portfolio Leave a comment
Shared Object – utilizing the Flash cookie
Overview
The Shared Object is like a cookie for flash. It lets flash store some data on the local machine, so between sessions it can remember things. Learn more from wikipedia.
Shared Objects are used to store data on the client machine in much the same way that data is stored in a cookie created through a [...]
Posted in tutorial Also tagged actionscript, download, experiment, flash, interactive, open source, tutorial Leave a comment
XML and Flash Actionscript made Easy | Parse XML to Object | Tutorial
XML and flash is something that always seemed to be more complicated than it needed to be. Then I had an idea to parse the xml nodes into actionscript as objects, that would make working with xml tons easier for me, I could just parse it once and then forget about the xml, I could [...]
Posted in tutorial Also tagged actionscript, download, flash, open source, tutorial, xml 13 Comments
Custom Flash Video Player @ FreeIQ and StomperNet
The flash video player designed and developed for Free IQ and StomperNet. Plays video and audio content for a user. I implemented 85% of the actionscript, creating intuitive interactivity and functionality. External xml plsylist, author biography display, content details, share by email, social bookmarking, get embed codes, and more. Sleek design for maximum intuitive user [...]
Posted in portfolio Also tagged actionscript, flash, free iq, graphic design, interactive, portfolio, stompernet, usability, video, web design, work, xml Leave a comment
Dynamic Flash Scrolling Link List XML driven Component on FlashDen
Go get the file at Dynamic Scrolling Link List XML driven Auto wrapping
Circlecube Items at FlashDen
Posted in portfolio Also tagged abstract, actionscript, animation, download, experiment, flash, flashDen, interactive, open source, xml 3 Comments
Get Current URL and Query String Parameters to Flash | Tutorial
Overview
This tutorial / how to / example will show how to get the current url from the browser to flash, and even how to get the query string parameters from the url into actionscript using ExternalInterface.
It has been a dilemma for many people to get this information into flash across browsers and without having to [...]






















Intro to Flashvars | Passing variables to actionscript from the html embed | Tutorial