April 15, 2007 at 4:42 pm
· Filed under Flash, Actionscript
“This function is used internally during the initializion stage for the predefined actionscript objects. It is used to hide an objects children from the for..in loop construct. The for..in loop construct iterates over all children of an object, this means it exposes both methods and properties of an object. It is also used to protect the predefined actionscript objects children from being over-written by another action with the same name and to protect the predefined actionscript objects from being deleted. The usefulness of this function can also be harnessed by the developer and that is when this function gets interesting… ” - via FlashGuru Consulting » ASSetPropFlags
» Permalink
»
» del.icio.us
» Digg It!
April 11, 2007 at 10:13 pm
· Filed under Development, HTML, Flash, Actionscript, JavaScript
Embedding Flash
“There seems to be a lot of confusion about the code needed to properly embed Flash objects within a website: it’s the most frequently asked question at this site’s forum. The rise of profiling sites like Myspace (who filter lots of codes) and the recent Eolas patent enforcement have thrown even more confusion into the mix. In this article, I’ll try to clearly align the best options for Flash embedment. I’ll also mention the most common pitfalls, and their workarounds.” - via jeroenwijering.com
My method-of-choice to embed has to be SWFObject. It’s able to not only take care of what it needs to, but also integrates with several other techniques including SWFAddress. Another thing I like about it is the ability to work well within Wordpress. At first I had to fall back on some embed techniques and plugins, but after reading this post about using multiline comments, I am up and running with SWFObject again.
» Permalink
»
» del.icio.us
» Digg It!
February 20, 2007 at 12:50 pm
· Filed under Development, Flash, Actionscript
This is just a proof of concept with no real application yet. Not sure that even qualifies a ‘concept’ or ‘proof’.
This example uses Object.registerClass, __proto__, prototype and is an AS 1.0 approach vs. an AS 2.0 approach. I found some links on this before but never connected the dots. I should also think about how __resolve might play in with this too. This might just be a case of Multiple Inheritance.
I’ve been attaching MovieClips from the library and using an AS 2.0 class with the Linkage Identifier. While this has worked great, this new method allows me to choose whether or not I need to link it in the library vs. dynamic controlling an objects class before AND after attaching it. Although I’m not sure the consequences of that yet.
I’ll post a real example later, but here is the code…
Object.registerClass.zip
» Permalink
»
» del.icio.us
» Digg It!
February 18, 2007 at 8:29 pm
· Filed under General
» Permalink
»
» del.icio.us
» Digg It!
February 15, 2007 at 11:23 pm
· Filed under Development, Design, UX, Information, Hardware

UPDATE : 05/30/07
Microsoft announces “Microsoft Surface” - read more here.
If its new to you then its new right? That seems to sum up multi-touch devices today. Since the recent unavailing of the iPhone it almost feels like Apple invented a new form of interaction - but far from it. The road had been paved with massive amounts of R&D for many years now.
Read the rest of this entry »
» Permalink
»
» del.icio.us
» Digg It!
February 15, 2007 at 12:39 pm
· Filed under Flash, Actionscript
How easy is it to make custom sorting code? ever wanted a simple way to randomize an array? here’s a quick and dirty way.
Read the rest of this entry »
» Permalink
»
» del.icio.us
» Digg It!
January 22, 2007 at 11:29 am
· Filed under Development, HTML, Flash, XML, Web, JavaScript, Hardware
Can it get more fun than this?
Sure, but it’s still very cool. With the addition of the Nintendo Wii internet browser comes the chance to access websites. What better reason than to stream content from your computer to your living room - or wherever you Wii?
Read the rest of this entry »
» Permalink
»
» del.icio.us
» Digg It!
December 11, 2006 at 1:39 am
· Filed under Development, Flash, Actionscript
At first glance, making functions in Flash is essentially simple, but there is much more than meets the eye. Let’s look at just how functions function…
Read the rest of this entry »
» Permalink
»
» del.icio.us
» Digg It!
December 7, 2006 at 2:06 pm
· Filed under Flash, Actionscript
What’s the difference between eval ( ) and Array operator [ ” ” ]? According to this article Scope Chain and Memory waste in Flash MX,
Read the rest of this entry »
» Permalink
»
» del.icio.us
» Digg It!
December 7, 2006 at 2:13 am
· Filed under General
Don’t like Flash? Wanna block it from displaying altogether? Check out some Flash Blocking Software:
» Permalink
»
» del.icio.us
» Digg It!