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 4879A91CD for ; Sat, 17 Mar 2012 02:40:02 +0000 (UTC) Received: (qmail 6080 invoked by uid 500); 17 Mar 2012 02:40:01 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 5847 invoked by uid 500); 17 Mar 2012 02:40:01 -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 5799 invoked by uid 99); 17 Mar 2012 02:39:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2012 02:39:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2012 02:39:50 +0000 Received: by pbcum15 with SMTP id um15so296105pbc.6 for ; Fri, 16 Mar 2012 19:39:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=6OYJhWXUmq1sQY8e16bCg9JJW4V8pD1mRwaFWR9il5k=; b=TZu4+SdXpPLDiD143/tpDRortu1TawdelcB/RHUziUZjLroI0SoQHEOmEo8I22XGZ5 dXbs80F6UO0EWK1xk8KGeePCuUUYNMA7Ntfv5nfcvUb/qmoSCLifsXobIz4Zm6t2DlRm MZukxaJyEWyQKI7xGognx8bvb/Pizp76J9xRj7m6vHBj0h1eTHrUuiqfI9Y5LcrXm8VS ID+U2p/PXSQE+TI0IHI986gPJDAllc6+Mc6Dt4CDViQgRkZBu6zqtGrZF9Svuu40crHb ZzvYiAG9NfJTihPXbQYICHyTXsKxw05MsMr0TVoTFMySWXr0UC+j2RJjG0PS7RDRUtBm mzmQ== Received: by 10.68.131.103 with SMTP id ol7mr15580292pbb.90.1331951968883; Fri, 16 Mar 2012 19:39:28 -0700 (PDT) Received: from [192.168.0.4] (124-149-169-202.dyn.iinet.net.au. [124.149.169.202]) by mx.google.com with ESMTPS id c8sm5591788pba.25.2012.03.16.19.39.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Mar 2012 19:39:27 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Flex and names spaces in MXML From: Justin Mclean In-Reply-To: Date: Sat, 17 Mar 2012 13:39:22 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <43C09F08-23A7-4EAA-AC16-2D6E7A03AA09@classsoftware.com> References: <626D0E83-A183-40B8-87EC-EAF667CA8E54@classsoftware.com> <149F8129B58B2D418508E63117D9C5419B0DCEFC66@nambx05.corp.adobe.com> <149F8129B58B2D418508E63117D9C5419B0DCEFD5C@nambx05.corp.adobe.com> <7324A7FB-5727-46A3-A6FB-29F3D552BA91@classsoftware.com> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQl99fo7Pw6dA8ustOEkaC8ePIl7iCcSBC/+FlQZliJSh8Anx45lT4W+u45O73Na7A1BDHlH X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Also you'd only get that many namespaces if you used a variety of = different > component sets in a single mxml document. Which is quite likely I think. You currently quite often need to use = both spark and mx if you want to use apache you need to add that so = that. (The four already fx, s,mx and a). There has been talk in another thread of having a apache mx namespace = and an apache spark namespace so you might need to add one or both of = those. Thanks, Justin