Archive for March, 2009

Accessibility discussed at SXSW Conference

Monday, March 16th, 2009

I was happy to read today that there will be a discussion of Web Accessibility at the SXSW Conference in Austin, TX this year.
If you’re attending, you should definitely try to check out the discussion on Accessibility. If not, one of the panelists, Henny from www.iheni.com, posted a quick transcript of their discussion points here.
Among [...]

Read more

The correct way to load swf files!

Friday, March 6th, 2009

I would like to address the ideal way, of structuring your swf files to load in your fla (Production file). We will cover the MovieClipLoader class, Object listeners, addListener(), call back functions, the trace() method, and the loadClip() method.
Okay first off we declare (create) our MovieClipLoader class object to access our Methods (Behaviors)
var mcl:MovieClipLoader  = [...]

Read more

Back to Top