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 3331BCE8A for ; Sat, 30 Jun 2012 12:45:42 +0000 (UTC) Received: (qmail 41902 invoked by uid 500); 30 Jun 2012 12:45:41 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 41864 invoked by uid 500); 30 Jun 2012 12:45:41 -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 41849 invoked by uid 99); 30 Jun 2012 12:45:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jun 2012 12:45:41 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.67.31.27] (HELO smtprelay04.ispgateway.de) (80.67.31.27) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jun 2012 12:45:33 +0000 Received: from [10.128.0.8] (helo=exchange.df.eu) by smtprelay04.ispgateway.de with esmtps (TLSv1:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1Skx32-0004Ya-QO for flex-dev@incubator.apache.org; Sat, 30 Jun 2012 14:45:12 +0200 Received: from ECCR06PUBLIC.exchange.local ([10.128.2.55]) by efe05.exchange.local ([10.128.0.8]) with mapi; Sat, 30 Jun 2012 14:45:12 +0200 From: "christofer.dutz@c-ware.de" To: "flex-dev@incubator.apache.org" Date: Sat, 30 Jun 2012 14:45:06 +0200 Subject: AW: Metadata containing SDKs minimal playerglobal version? Thread-Topic: Metadata containing SDKs minimal playerglobal version? Thread-Index: Ac1WVNgXo6hzIzgbQu+OXNCcnIkYngAaRs/g Message-ID: <66E38C42347D6446BF7FCB22C3D3878072D1D107B0@ECCR06PUBLIC.exchange.local> References: <66E38C42347D6446BF7FCB22C3D3878072D1D10705@ECCR06PUBLIC.exchange.local> <29934AA2-A87F-4E6A-BCAA-626528309B67@classsoftware.com> In-Reply-To: <29934AA2-A87F-4E6A-BCAA-626528309B67@classsoftware.com> Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Aaaaaahhh ... great ... this seems to be exactly what I was looking for :-)= =20 With this I might even be able to create some additional validation stuff f= or Flexmojos :-) Thumbs up for that point in the right direction ;-) -----Urspr=FCngliche Nachricht----- Von: Justin Mclean [mailto:justinmclean@gmail.com] Im Auftrag von Justin Mc= lean Gesendet: Samstag, 30. Juni 2012 02:10 An: flex-dev@incubator.apache.org Betreff: Re: Metadata containing SDKs minimal playerglobal version? Hi, You might want to look at the flex-config.xml file in the framework directo= ry as it contains: For instance you can targeting the 11.3 player like so: 16 There a 1-1 mapping between swf version and which player global swf you nee= d. Here's the code form my ant patch to work out which one it may help: The minimum player target level is a little artificial - for instance the m= inimum specified for the 4.6 SDK is currently 11.1 SDK however it will act= ually work for 10.2 and up. There are build file changes required to get this to work for the current S= DK but this was working the patches branch a while back. I intend to reappl= y them to the current build once we have a paraty release. Thanks, Justin