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 F04F79C36 for ; Tue, 8 May 2012 19:26:09 +0000 (UTC) Received: (qmail 12410 invoked by uid 500); 8 May 2012 19:26:08 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 12382 invoked by uid 500); 8 May 2012 19:26:08 -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 12367 invoked by uid 99); 8 May 2012 19:26:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 19:26:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.70.64.24] (HELO n04.mail01.mtsvc.net) (216.70.64.24) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 19:25:55 +0000 Received: from cl34.gs01.gridserver.com ([64.13.192.43]:57817) by n04.mail01.mtsvc.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SRq2Q-00049K-0g for flex-dev@incubator.apache.org; Tue, 08 May 2012 15:25:34 -0400 Received: from cpc2-dals8-0-0-cust400.hari.cable.virginmedia.com ([77.101.169.145]:46195 helo=[10.0.1.4]) by cl34.gs01.gridserver.com with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.69) (envelope-from ) id 1SRq2P-0003Ji-6V for flex-dev@incubator.apache.org; Tue, 08 May 2012 12:25:33 -0700 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: passing url as argument from one air application to another at startup of second air application From: Tink In-Reply-To: Date: Tue, 8 May 2012 20:25:30 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Authenticated-User: 2993 flex@tink.ws X-MT-ID: bb8a738c1102c0d59e5a6340d45afffc3e50cb64 X-Virus-Checked: Checked by ClamAV on apache.org > encodeURIComponent() >=20 > Not really sure, just kind of throwing things out there, I'd try those = or > Base64 encoding using > = http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/util= s/Base64Encoder.html If you Base64 encode it, you'll just need to remove the last "=3D" = character before sending it. When you receive the string, add the "=3D" character onto the end before = you decode it.=