Tag Archives: actionscript

Flashvars and as3

Flashvars and actionscript 3! Flashvar is a way that in your html embed codes (object tags) you can send variables and values into your swf file. These variables can then be grabbed internally and used your programming! Examples of these could be images that you want to use in your swf but don’t want to [...]
Posted in tutorial | Also tagged , , , , , , , , , | 2 Comments

Tutorial to Create a Responsive Image Scroller in ActionScript 3.0

I’ve written a tutorial which is published over at flash.tutsplus. This tutorial demonstrates how to create a horizontally scrolling image viewer and covers xml parsing, loading and resizing external images, and creating intuitive and responsive scrolling!
So check out the Tutorial to Create a Responsive Image Scroller in ActionScript 3.0 [...]
Posted in portfolio, review, tutorial | Also tagged , , , , , , , , , , , , , , | 5 Comments

Stomper999

Interactive Design project for StomperNet’s tease of the announced reveal on 09/09/09 at 09:09:09! “Online Marketing Changes Forever!” Wanted it to be unexpected, and I think we hit it! Check it out live at stomper999.com! Details: For this project I used flash, html, css and javascript. Tweener for the fading effects. Found a nice stock flash from flashDen for [...]
Posted in portfolio | Also tagged , , , , , , , , , , , , , , , | Leave a comment

Forthcoming Actionscript Image Scroller Tutorial

Here is a preview of a file I’m writing a tutorial for. It’s nothing groundbreaking, but it deals with many normal tasks and will show my process a bit. This tutorial will show how to create a horizontally scrolling image viewer. It will cover xml loading & parsing, loading & resizing external images to fit [...]
Posted in tutorial | Also tagged , , , , , , , , , , | 5 Comments

Stock Flash Site, Introducing ‘BuyStockFlash.com’

Buy Stock Flash Sell & Buy Flash Buy or Sell, Start Now - Stock Flash – Royalty Free Stock Flash effects, Video, Audio The New Kid on the block… it’s good to see some competition coming to the stock flash world. BuyStockFlash is revving it up. They are positioned to provide a place where flash-ers can upload components, templates, [...]
Posted in review | Also tagged , , , , , , , | Leave a comment

Actionscript Drag & Drop Tutorial | Vertical and Horizontal Flash Sliders

A specific use of drag and drop which is a bit more complicated than your average drag & drop needs is a slider. You can use components, but I usually prefer using my own graphics and code, partly because the components tend to bloat the filesize of the swf and partly because that’s just [...]
Posted in tutorial | Also tagged , , , , , , , , , | 2 Comments

Flash Video Issue: loadbar (size) vs playbar (time) usability

This deals with some issues I’m having with the seekbar of a player. The seekbar is the area that displays the video time as a bar that shows your current position/percentage of the video, it can also display the loaded portion of the video among other things as well. Including the video players I’ve made, [...]
Posted in other, review | Also tagged , , , , , , , , , , , | 3 Comments

Flash Drag and Drop Tutorial | startDrag Actionscript

I find that Drag and Drop is the most intuitive form of user interaction (at least using a mouse). Actionscript has some of this functionality built in, with the interactive functions startDrag and stopDrag, these can help make our coding pretty easy. If you are transitioning from as2, the code was incredibly simple: Actionscript2 123456on (press) {   [...]
Posted in tutorial | Also tagged , , , , , , , | 7 Comments