07.10.2009
Mark Dezelon /
ActionScript /
Flash
When we built the HumanCentric website, we wanted to take advantage of Flash’s animation and drawing capabilities. However we didn’t want to alienate search engines (“Search Engine Optimization”, or “SEO”) and users who do not have Flash or JavaScript enabled. We took advantage of SWFObject, SWFAddress and PHP, and we devised a method for showing the same content regardless of browser capability.
Read more »
06.10.2009
Mark Dezelon /
ActionScript /
Flash /
Interaction Design /
Web & Software

When dynamically loading different color variations of the same graphic, Flash developers can use flash.filters.ColorMatrixFilter to lessen website loading times. Below is an example of how we use ColorMatrixFilter in our own website.
Among other specialties, I develop Flash prototypes and websites. In fact, I’m part of the team that built the HumanCentric website. And one aspect that’s important to me is the time it takes a user to load individual parts of a website. For example, if a user goes directly to one of our pages, their browser will retrieve a pre-loading Flash application, a main Flash application, a site xml description, a page-specific xml description, and any images specific to that page.
Read more »