Download all the working flash (FLA) files here: http://www.designupdate.com/fearfest.zip Enjoy!
Read MoreBlog
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 = new Object(); listenerObject.cuePoint = function(eventObject:Object):Void { trace(“Here’s the name of the instance, as well as the cue point: “+eventObject.info.name); //play […]
Read MoreOld School Flash!
Going through my old files I’ve discovered a Flash file from 1997! Here’s the swf to prove it: https://paultrani.com/misc/OMNI.swf (I never said my first Flash file was any good!) Below is a screenshot of Flash 1.
Read MoreFlash 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!
Read MorePhotoshop Support
http://www.photoshopsupport.com/index.html  Yeah. It’s exactly what the links says. Support and tutorials for PhotoShop! I like that it’s in video format so it’s easy to see how to do it step-by-step.
Read MoreeSeminar: Flash and After Effects (Fear Fest 06)
eSeminar I did on integrating After Effects and Flash. Â Two great programs that are better together. Â Kinda like peanut butter and chocolate. Download source files
Read MoreFear Fest 06
http://www.starz.com/fearfest Great site I created using video created in After Effects and implemented using Flash. Check it out.
Read Moreifbin – great software by example – now free!
http://www.ifbin.com/ Download sample Flash files from this previously subscription-only service. Now free with great files written with good code by the industry’s best.
Read MoreCompare Flash Video Codecs!
http://www.flashvideofaq.com Man am I glad this guy made this site. Easy reference for comparing video codecs for Flash. Very handy. ON 2VP6 seems to be the best!
Read MoreKeylight Effect for After Effects
Keylight is a blue and greenscreen keyer. The core algorithm was developed by the Computer Film Company and has been developed and ported to After Effects by The Foundry. Very good effect.
Read More