Thanks for writing. That's very close as it turns out. Treating it as an expression { getURL (2,5) } without the quotes makes it work!
Kind Regards,
Ken.
On Sun, 25 Jan 2004 18:11:50 -0600, Mark R. Jonkman <[EMAIL PROTECTED]> wrote:
Hey Key
Why not try
getURL ("2,5");
I think that will solve your problem
Sincerely Mark R. Jonkman
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Mayfield Sent: Sunday, January 25, 2004 2:12 PM To: [EMAIL PROTECTED] Subject: Re: <lingo-l> Any known issues gotoNetPage?
Odd, neither did I!
But since it is :),
I did some more investigating. It looks like two numbers are sent from
flash and intended to be split into two variables by Director, but rather
are getting added 'as is' to a single variable. I'm checking the
syntax in
the flash actionScript:
flash: getURL ("2\",\"5");
Director: on getURL me, Var1, Var2 global gTopMenu, gBotMenu set gTopMenu = Var1 set gBotMenu = Var2
but the result turns out as {gTopMenu "2","5"} only, in the watcher window. gBotMenu isn't updated. Var1 and 2 appear to remain <void>. I'm thinking a getURL lingo action syntax may be worth trying.
On Sun, 25 Jan 2004 11:02:08 -0500, Colin Holgate <[EMAIL PROTECTED]> wrote:
>>> I have a project I'm troubleshooting, which receives a variable
>>> "gMovieName" as expected (for example "test.html") from a flash nav
>>> bar, then in director sends it into an html framset:
>>
>>
>> You say movie name, but you give an html example. If it's a movie then
>> you would want to use gotNetMovie, not gotoNetPage.
>
>
> Very strange, this message just got reposted! I didn't do it, honest...
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/lingo-l.cgi To post messages to the
list, email
> [EMAIL PROTECTED] (Problems, email
[EMAIL PROTECTED]). Lingo-L
> is for learning and helping with programming Lingo. Thanks!]
>
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
