designupdate.com Tutorials for Interactive Designers and Developerspaul@paultrani.com

Archive for October, 2006
ActionScript: Parallax using Video

Creating parallax (depth of field, usually with movement) is one of my favorite effects.  It gives a nice sense of space and allows you to draw your eye to certain areas.  What I like about this demo is the fact that I’m using video of a 3D object making the parallax even more convincing.  Notice [...]

Interactive Video with AS

You can embed an FLV and fairly easily control it using ActionScript. This example shows how, when your mouse is on the right side of the stage, the video plays forward, and when it’s on the left side, it plays backwards. Giving you a 3D look that’s interactive. Fun! View Example: http://www.designupdate.com/interactiveVideo.html Download Source: http://www.designupdate.com/interactiveVideo.zip

Advanced Design Using After Effects and Flash

  I presented on After Effects and Flash today. Trying to cover both audiences and really showing the similarities in the products and how they can work together. It’s now an onDemand seminar that you can watch here. The source files I presented can be downloaded here. Flash: http://www.designupdate.com/fearfesttraining.zip After Effects: http://www.designupdate.com/footage.zip

Depth Movement in Flash

In essence, if you’re trying to move two movieclips to perform depth then you can use setInterval along with getting the mouse position. In general I have one movieclip in the foreground, moving one way; and another moving the other direction. Here’s all the code, but you can also download an FLA here: http://www.designupdate.com/depth.zip //Get [...]

Fear Fest Files for Download

Download all the working flash (FLA) files here: http://www.designupdate.com/fearfest.zip Enjoy!

FLV Cue Points with ActionScript

Want to know how to add a cue point to FLV files? Well, it’s fairly straightforward. The trickiest part is creating the listener object. Check out the code below, or download the source file here: http://www.designupdate.com/cuepoints.zip my_FLVPlybk.contentPath = “http://www.helpexamples.com/flash/video/water.flv”; //add 2 AS cue points my_FLVPlybk.addASCuePoint(2, “first”); my_FLVPlybk.addASCuePoint(4, “second”); //create a listener object var listenerObject:Object = [...]

Old School Flash!

Going through my old files I’ve discovered a Flash file from 1997! Here’s the swf to prove it: http://www.paultrani.com/misc/OMNI.swf (I never said my first Flash file was any good!) Below is a screenshot of Flash 1.

Flash Tenth Anniversary

http://www.adobe.com/products/flash/special/flashanniversary/ Very hot site using lots of video and is a great history of Flash. It’s fun to reminisce!