Trackback Pings to Flash Forward - Day 1
TrackBack URL: http://www.flashpearls.com/cgi-bin/mt-tb.cgi/58.
02/27/07: Jon Aldinger, Mark Huot, & Dan Mall present swfIR: swf Image Replacement
02/21/07: flashBug is an Actionscript class that writes debug information out to Firebug's console
02/06/07: Geoff Stearns and Bobby van der Sluis join forces to create one Flash embed method to rule them all: SWFFix
11/16/06: SWFUpload adds the advantages of uploading files with Flash to your web applications.
Long first day at Flash Forward 2005 in New York City. Lots of useful information from the Flash community, which I've compiled here:
Actionscript as a Toolbox
Branden Hall
Tips for increasing performance of SWFs:
* Branden's tips, as well as Jacob Correia's (which are listed later), are based on that fact that even though Flash is vector based, for every frame it displays, it must first create a raster version of the stage before it can display it. So having no vector graphics will improve performance, but will obviously bloat the file size. So the key is to find a balance between the two.
for(var i = 1; i < myArray.length; i++) {
// do stuff
}
usevar myVar = myArray.length;
for(var i = 1; i < myVar; i++) {
// do stuff
}
Google, Where's My Flash Site?
Peter Hall
Peter's presentation explained his work on Ripple, which is "is an open-source framework, whose primary objective is to make Flash content searchable by search engines." Check out the project page at osflash.org to learn more.
Ripple makes use of XPath for Flash, which can be downloaded from xfactorstudio.com.
Game Workshop: Designing Online Flash Games
Jacob Correia & John Say from Say Design
The focus of the presentation was on Flash game development, but Jacob's tips expand to other uses of Flash. His presentation and other related files are online.
Topics in the presentation include:
Jacob also will be posting a useful Frame Rate Counter Component (provides a numeric and graphic representation of the current Frame Rate of the SWF)
Sound Ideas
Craig Swann, Crash!Media
Amazingly awesome presentation on using sound with Flash. Unforunately I didn't get a chance to speak with Craig because he had to leave immediately when his presentation ended at 5pm so he could haul ass to JFK airport to make a 7:30 flight to Barcelona for a wedding. I'm glad he kept his commitment to Flash Foward. Rather than explain here, just check out his files and presentation notes.
Then came the free (as in beer) hors d'oeuvres and alcohol. Yea for sponsors who know how to please.
For more information on Day 1 of the conference, be sure to check out Michael Raichelson's podcast.
TrackBack URL: http://www.flashpearls.com/cgi-bin/mt-tb.cgi/58.