RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Paul Steven
oops yes, that was a wee mistake:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adam Robertson Sent: 25 November 2005 17:08 To: Flashcoders mailing list Subject: RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL That wont work because your

RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Adam Robertson
16:51 To: Flashcoders mailing list Subject: RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL Think this may work off the top of my head var vPrefix = "http://www.domain.com/";; Dom=test.asp; var vFull_Path = vPrefix + Dom; getURL(vFull_Path,"_self"); -Ori

Re: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Johannes Nel
t;+Dom, "_self"); > > A > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Johannes > Nel > Sent: 25 November 2005 16:42 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Syntax HELP: Passing Variable to G

RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Adam Robertson
16:42 To: Flashcoders mailing list Subject: Re: [Flashcoders] Syntax HELP: Passing Variable to GetURL getURL("http://www.domain.com/"; + someVariable<http://www.domain.com/*VARIABLETO> ,"_self"); On 11/25/06, Dominic Fee <[EMAIL PROTECTED]> wrote: > > H

RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Paul Steven
vember 2006 16:35 To: 'Flashcoders mailing list' Subject: [Flashcoders] Syntax HELP: Passing Variable to GetURL Hi there guys I'm having trouble with a simple variable issue, due to lack of syntax knowledge, on my behalf I have a variable which does the following: Dom=test.asp

Re: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Johannes Nel
getURL("http://www.domain.com/"; + someVariable ,"_self"); On 11/25/06, Dominic Fee <[EMAIL PROTECTED]> wrote: > > Hi there guys I'm having trouble with a simple variable issue, due to lack > of syntax knowledge, on my behalf > > > > I have a variable which does

[Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Dominic Fee
Hi there guys I'm having trouble with a simple variable issue, due to lack of syntax knowledge, on my behalf I have a variable which does the following: Dom=test.asp Now all I want to do is pass that variable through to the geturl command to that it looks like this getURL("http:/