Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83EAA9ACF for ; Sat, 21 Jan 2012 11:21:14 +0000 (UTC) Received: (qmail 57198 invoked by uid 500); 21 Jan 2012 11:21:14 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 57164 invoked by uid 500); 21 Jan 2012 11:21:13 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 57156 invoked by uid 99); 21 Jan 2012 11:21:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2012 11:21:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.167.147.50] (HELO franklin.liquidweb.com) (69.167.147.50) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2012 11:21:07 +0000 Received: from localhost ([127.0.0.1]:53949) by franklin.liquidweb.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RoZ01-00021h-Bj for flex-dev@incubator.apache.org; Sat, 21 Jan 2012 06:20:45 -0500 Received: from 66.153.68.82 ([66.153.68.82]) by www.teotigraphix.com (Horde Framework) with HTTP; Sat, 21 Jan 2012 06:20:45 -0500 Message-ID: <20120121062045.18702a0otdsv391p@www.teotigraphix.com> Date: Sat, 21 Jan 2012 06:20:45 -0500 From: Michael Schmalle To: flex-dev@incubator.apache.org Subject: Re: metadata References: <20120121054110.20392m7jx0j5yyx2@www.teotigraphix.com> <4F1A9BD6.6090401@leichtgewicht.at> In-Reply-To: <4F1A9BD6.6090401@leichtgewicht.at> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - franklin.liquidweb.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - teotigraphix.com X-Source: X-Source-Args: X-Source-Dir: Quoting Martin Heidegger : > @Michael: Wasn't there some kind of compiler change regarding this? > I can't properly recall it. > > However: As far as I know: the standard meta tags (like bindable) do > get compiled into the code and are readable with describeType. swfs > are readable like external files with the proper tools, which is why > swc inspection works in FlexBuilder, FDT, etc. If you put them in an > external file you'd make it easier to tamper and break running code. > > yours > Martin. > The Bindable etc, are included in the main build. whiteboard/frameworks/build_framework.xml In the core, framework and mx targets. As far as the compiler change, I don't know. Mike