Adobe AIR Camp source files

I´m back from the Adobe AIR Camp in Dinant (Belgium). It was a really cool event with extremely interested and motivated people.
It was nice to see how quick people were able to build applications even if they had never used AIR before.
Cudos to Serge Jespers from Adobe Beneluxe (The Mike Chambers of Europe ;-) ) for putting so much effort into organizing a perfect event – and for inviting me.

If you`re interested you can get the source files of my talk here and the PDF here.
I`ve uploaded some photos to flickr. See them here.

Comments

3 Responses to “Adobe AIR Camp source files”

  1. gary on August 27th, 2007 10:51 am

    gute dokus, viel arbeit :)

    danke dafür!

    liebe grüsse
    gary
    http://www.onlinelib.de

  2. jeanphilippe on August 29th, 2007 5:49 am

    Hi
    thanks for the sources
    unfortunately, the air browse method don’t run on mac.

  3. wapjingle on October 7th, 2007 11:23 am

    hello Benz,I am learning your “AnalyseMp3″ source code. There are some qustions I hope you could help me out.
    In the MP3Header.as
    public function frameSize():int {
    switch (layerDescription) {
    case 3: return (12 * getBitRate() / getSampleRate() + (paddingBit ? 1: 0)) * 4;
    case 2:
    case 1: if (audioVersionId == 3) { return 144 * getBitRate() / getSampleRate()+ (paddingBit ? 1 : 0);} else {
    return 72 * getBitRate() / getSampleRate()+ (paddingBit ? 1 : 0);}
    default:
    return -1;
    }
    }

    My question:
    1: Why is 12,144 and 72?
    2: Is (paddingBit ? 1 : 0) this expression as same as “paddingBit” itself?

    Sorry for my poor English. Wait for your answers.
    Best wishes for Thanksgiving Day.

Leave a Reply