Tag Archives: interactive

Customize the Right-click menu in Flash | ContextMenuItem Tutorial

Overview: Flash give publishers the opportunity to customize the right-click menu which pops up in the swf file with a context menu item in actionscript. ContextMenuItem 1ContextMenuItem(caption:String, callbackFunction:Function, [separatorBefore:Boolean], [enabled:Boolean], [visible:Boolean]) Creates a new ContextMenuItem object that can be added to the 1ContextMenu.customItems array. Steps: The menu item has a caption, which is displayed to the user in the right click menu. It [...]
Posted in tutorial | Also tagged , , , , , , , | 4 Comments

Squambido from StomperNet

The new video player from StomperNet! Feature Set: This Video Player is built in Adobe flash. I was involved in the actionscripting and design of the player and implementing many of the functions. There is a playlist imported into the player and even an html ’sales pages’ loaded into the player. The progress bar shows download [...]
Posted in portfolio, work | Also tagged , , , , , , | 2 Comments

NavBar Menu List with CSS

The Overview: An interactive navigation bar using CSS with rounded corners. Just put the html as an unordered list and your navigation links as list items and the CSS will do the rest! As shown here! The css will tell the browser to display this special unordered list as the menu. This utilizes a technique [...]
Posted in tutorial | Also tagged , , , , , , | 1 Comment

Free IQ Player Released!

Introducing our new Free IQ player! It’s got lots of new bells and whistles, and is the first player on the internet to directly incorporate e-commerce. Let us take you through the tour of: Our new “scrub bar” Volume controls The playlist Full screen mode Author information IQpons The term “scrub bar” refers to widgetry for moving back and forth in the video. [...]
Posted in portfolio, work | Also tagged , , , , , , , | Leave a comment

Dynamic Flash Vertical Scrolling Link List with XML

As seen at
Posted in portfolio | Also tagged , , , , , , , , | 12 Comments

Mazamedia Splash

The new splash is in effect for Mazamedia’s 5th anniversary! I just re-vamped Mark Callahan’s splash on his Mazamedia.com Re-vamped as in made interactive innovative and fun. I was just playing with different effects and wanted to see it in action, so I applied it to Mark’s splash intro. He liked it so much he wanted to [...]
Posted in portfolio, work | Also tagged , , , , , , | Leave a comment

Rollover elastic bounce rezise

Flash experiment that could be used for navigation. Rollover each area and watch them all resize themself to accomodate the growing box. It’s pretty fun to play with. Example
I’m sure there is a way to simplify the code, but this worked so there was no need. Actionscript 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130import mx.transitions.easing.*; import mx.transitions.Tween; var normWidth:Number = [...]
Posted in portfolio | Also tagged , , , , , , , | 4 Comments