Component Development Presentation Files - FITC 2004

Posting my material for my session at FlashintheCan, Flash MX 2004 Component Development Using the Version 2 Architecture. The session went really well, thanks to everyone who attended. From the feedback I received after the presentation, everyone seemed to have found it informative.

The presentation material includes the PowerPoint presentation file, and the simple sample component (StatusIcon) built during the session.

Download the presentation material

12 Responses to “Component Development Presentation Files - FITC 2004”

  1. Guy Watson says:

    It was shweeet :) Good stuff. U missed out lastnight dude ;)

  2. Karl says:

    Hi,

    One thing that I cant seem to find a tutorial for:

    How do i program my component so after its ready when i drag it and drop it on any mc in the stage it will automatically set its parameter ‘Target’ to the instance name of the mc under it.

  3. Karl: You would be interested in looking to implement the _targetInstanceName property. There isn’t much documentation on the subject, a quick google search turned up http://www.flashcomponents.net/tutorials/triangle/triangle.html

    It’s also probably good to note that although this property is supported by Flash, it seems to not work with SWCs. If you are building a component that you want to distribute as a SWC this will not be an option.

  4. Peter Elst says:

    Here you can find a discussion on the use of _targetInstanceName with the v2 component architecture:

    http://www.martijndevisser.com/archives/000010.php

  5. Karl says:

    Thx alot, i’ve figured out the solution:

    [Inspectable]
    public function set _targetInstanceName(t:String):Void{
    __target=eval(t); //__target is private member of Object type
    }
    public function get _targetInstanceName():Object{
    return __target;
    }

  6. Karl: That worked for when you convert your component to a SWC too?

  7. Flash コンポーネントレシピ

    Flash In The Can 2004 で講演した Chafic Kazoun が彼のプレゼンテーション “Developing Flash MX 2004 Components” とサンプルコードを公開しています。Flash MX 2004 で ActionScript v2.0 アーキテクチャに沿ったコヅ

  8. Karl says:

    Not really, i’ve tested it in many ways and it just wont work as a compiled clip. But i’m sure there is a workaround till MM comes up with the fix. :)

  9. Hello there,

    Iwas browsing the web and found this blog. Some interesting quotes. Keep them coming!

    Alice
    Low cost loans

  10. jill jones says:

    Nice siteGod knows

    Bye!
    Jill Jones

  11. Max Power says:

    Welcome Home Everyone Home

    Cya
    Max

  12. Hi Guys

    Thanks for taking the time posting. MSN have finally launch blogs, what was with the delay?
    Call Centers Agent

    Cya
    Bruce

Leave a Reply