Proud member of the sinister Smart Goat keiretsu.

 Permanent link to: Day 14: SXSW, Angela's Notes Concluded Day 14: SXSW, Angela's Notes Concluded

March 11, 2003 11:33 AM

Rich Interactive Experience

Speaker Josh Ulm (The Remedi Project)

What are the benefits of a Flash development platform, and how do you talk to a client about it? Flash MX plug-in has 70% adoption after 1 year; Flash 5 has 95%. People really can see these animations.

Advantages of Flash MX

onClipEvent(load) { this.onEnterFrame = function() { this._x += 10; if (this._x >= 300) { delete this.onEnterFrame; } } }

Player/Piece structure model. Player component is manager. Sits and controls everything else that goes on. May be movie shell that does nothing; may contain code used by various pieces. Pieces are the content. Drop various pieces into the player. Nice to be able to separate pieces and allow other pieces to be edited separately. Also nice from a bandwidth standpoint -- user can download just the part the use. Don't spend time breaking down structure more than you need to, though.

Code below controlled scrolling playback of 2 objects. Control motion using ActionScript to give better control.

{obj:this.l_big, property:"_x", rate:-4.5, offset:-300} {obj:this.l_small, property:"_x", rate:.5, offset:280}

How to start: What are the common/re-usable aspects of my movie? Start by coding those aspects. Then drop in other aspects. Prototype of movie can have text boxes indicating user could click here for such-and-such action.

Smart Goat
Crafty Goat
Central Oklahoma Mensa
Jon's Site
Slashdot
Techbargains
Camworld
WWDN
Arts & Letters Daily
A List Apart
Zeldman
Doc Searls
Dan Gillmor
Engadget
Lawrence Lessig
Technorati Profile
 


January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002
 

 

Valid XHTML 1.0!

Valid CSS!

Movable Type

Browse Happy logo