Tag Archives: flash
StomperNet’s Stomper Universe | Interactive Flash Site Map
StomperNet now has a site map. Only it’s much bigger than just a site map, we’re calling it Stomper Universe! It contains all the pieces parts that make up StomperNet. It links to different sites, video series, tools, and more by giving a 3D interactive space to inspect the thumbnails and click through to the [...]
Posted in portfolio, work Also tagged 3D, abstract, actionscript, animation, as3, interactive, stompernet, web design, website 2 Comments
Brownian Movement in Actionscript | Random Motion Tutorial
Overview
Having things drift around or move randomly has always interested me. Having an animation that is never going to be the exact same thing is very exciting. The focus turns from key-ing exact animations to programming a feel and letting the animations take car of themselves! One type of seemingly random motion is Brownian motion. [...]
Posted in tutorial Also tagged abstract, actionscript, animation, as2, download, experiment, open source, tutorial 2 Comments
Style htmlText with CSS in your Actionscript | Flash/CSS Tutorial
Overview
In flash you can have text areas that are rendered as html. You can also apply formatting styles to this html. This will show a simple example on how to apply css to html text in flash. I’ll do a simple anchor tag style to show you the ropes. We’ll style a link to be [...]
Calling actionscript functions through HTML text | asfunction Tutorial
Add this to the list of things I should have already known!
Story
I’ve got an html enabled text box and was trying to devise a way that I could have a hyperlink anchor tag not link to a webpage but actually do something flash. It didn’t seem possible, and I looked through all the different html [...]
Posted in tutorial Also tagged actionscript, as2, css, download, html, open source, tutorial 10 Comments
Intro to Flashvars | Passing variables to actionscript from the html embed | Tutorial
I’ve had a couple special requests to explain flashvars and how to use it and show it in action.
Overview
The property “FlashVars” can be used to import root level variables to the flash movie or swf. The flashvars propery is used in codes for embedding flash in the html page. The string of variables passed in [...]
Adobe Flash Player 10 | Astro | Beta Release
As you may have heard today Adobe released Astro, Flash Player 10 Beta!
Highlight Features:
Create Custom Filters and Effects (with Pixel Blender)
Performance Boosts (GPU blitting and compositing)
Drawing API Enhancements
Vector Data Types
New Highly Flexible Text Engine
3D Support and Effects
Automatic Variable Bitrates for video streams
Larger Bitmap Support
Better File Reference (user uploading)
Context Menu Enhancements
UBUNTU
Press Release
Official Download at Adobe Labs [...]
StomperNet Going Natural 3 Web Design
Site built for Going Natural 3, free series of videos to promote the re-opening of StomperNet. Includes flash video and html template design in drupal all styled with custom made themes and css. Users were prompted to subscribe with email address and then allowed to view the premium video content and comment. Site discontinued, but [...]
Posted in portfolio Also tagged css, dreamweaver, drupal, html, illustrator, interactive, photoshop, portfolio, stompernet, web design, website, work Leave a comment






















Actionscript to Reference Dynamically created instances Flash Movie Clip | Array notation | Tutorial