Random design-related linkage for your browsing pleasure.
myvideo.autoRewind = true; Of course, replace ‘myvideo’ with the instance name of your video.
Just sharing some code I found that worked to loop an flv clip that I had dropped into an AS2 movie…
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 ...
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 ...
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 ...
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”, ...
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, ...