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 40ABACEB7 for ; Tue, 8 May 2012 18:35:26 +0000 (UTC) Received: (qmail 47663 invoked by uid 500); 8 May 2012 18:35:25 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 47627 invoked by uid 500); 8 May 2012 18:35:25 -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 47618 invoked by uid 99); 8 May 2012 18:35:25 -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 18:35:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of omarg.developer@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 18:35:19 +0000 Received: by wgbdr1 with SMTP id dr1so5387225wgb.0 for ; Tue, 08 May 2012 11:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xWmIk3aYWZhN6ZCeRWQrAE3A8NkLgQIElkrOTv46lEE=; b=0XxMp8J5fQTuMIcUU6MYUmRuMH9deOJicAFzWPYUrdDbFMcXybtcu+ch4YtmcU+cYH T0v81xWSDdPjb0o1gBvPwOZqQAjKoiYRpOauOwCgpopR41CfF1tSIpyeiVs3k9zopK+4 fTTBCqupC1V7t9iKUlqPyRmXgk5VLOfEhGlPbtdxwkPcjxzLf5raimURtEpV51w108dn qY56H5EpOqZiLC0QcYbdKY7bACfHEl6aHR8vJk22yDv6+m7S8My8hmgtLqTI1UX+RAZW BEGIlMcHqPDCO5urb8aot3sKZBpy8HYfqzYriF6C8cQl3B+6KKoqPyl0dSQvFxfirlrc kclQ== MIME-Version: 1.0 Received: by 10.180.83.196 with SMTP id s4mr7101449wiy.15.1336502097845; Tue, 08 May 2012 11:34:57 -0700 (PDT) Received: by 10.180.3.73 with HTTP; Tue, 8 May 2012 11:34:57 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 May 2012 11:34:57 -0700 Message-ID: Subject: Re: passing url as argument from one air application to another at startup of second air application From: Omar Gonzalez To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d04428eeec89c7d04bf8aa448 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04428eeec89c7d04bf8aa448 Content-Type: text/plain; charset=ISO-8859-1 On Tue, May 8, 2012 at 11:30 AM, Avinash Narayanan wrote: > Hi Guys, > > I'm in a desperate position. I need to pass a url in the argument when > launching an air application from another air application using > this< > http://blogs.adobe.com/simplicity/2008/04/browser_api_and_user_events.html > > > however this says you can only > pass alphanumeric stuff plus =-: special characters. I've been searching > for hours without being able to figure this one out. also not able to > figure out how I can pass using flashvars since I don't have an url to > call, just appID. I can't use localConnection because well...they don't > want it. Any other way? encoding? #HELP! > > Thanks > Avinash > This is probably a better question for StackOverflow as that community specifically looks to answer these kinds of questions and flex-dev@incubator.apache.org is for Flex framework SDK development discussion. That said, I would try base64 encoding your URL or something along those lines. Good luck! -s9tpepper@apache.org --f46d04428eeec89c7d04bf8aa448--