design. business. life.

Design

Random design-related linkage for your browsing pleasure.

Actionscript Autorewind Video

myvideo.autoRewind = true; Of course, replace ‘myvideo’ with the instance name of your video.

Oct, 09

Loop FLV Video in AS2

Just sharing some code I found that worked to loop an flv clip that I had dropped into an AS2 movie…

Sep, 04

Javascript Exit Popup

My team has been looking for some good exit popup code for a client and found it hard to find code that would pop an exit popup when a user was leaving the page without ...

Aug, 15

onClick buttons in Actionscript 3

Actions are no longer applied directly to buttons in Actionscript 3. Instead all code can be placed on the main timeline. For a basic getURL you first createa function, then you add an Event Listener ...

Jul, 30

Timer Delay in Actionscript 3.0

If you’re like me, you’ve found youself with a flash file that goes on for hundreds of frames because you have animations that need to happen after 5 or 10 seconds and you’re adding frames ...

Jul, 17

Tween Rotate in Actionscript 3.0

I Just discovered the Tween() class in AS3. It’s pretty awesome and I think I’ll be using this quite a bit. Basically to make something rotate, you use this: var myTweenRotation1:Tween = new Tween(img1_mc, “rotation”, ...

Jul, 17

Gradient Mask in Flash Actionscript 3.0

Creating a gradient mask in Flash Actionscript 3.0 is actually pretty easy. 1) Create your masking graphic and apply a gradient fill (I’m assuming you know how to make this masking graphic – if not, ...

Jul, 16

Navigation

Please use the navigation to move within this section.