flash:
getURL("event:myhandler, \"mytext\"");

or

mytext="mytext"
getURL("event:myhandler, \""+mytext+"\"");

director:
on myhandler me, mytext
    put mytext
end on





----- Original Message -----
From: "Kyle Smeby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 08, 2003 11:29 PM
Subject: <lingo-l> Text from Flash and previous Flash problem solutions


> Has anyone had any luck getting text from Flash into a Director text
> field?  I can get numbers, no problem, but changing the value to text
> gives me nothing and changing it to a variable containing text gives me
> the "Comma expected" error.  There is a tech note on Macromedia's site
> that says I should be able to do this, but there code only seems to
> work for numbers.
>
> Any help with this would be greatly appreciated.
>
> For anyone following my previous question about Flash flicker and
> setting the default to Direct to Stage:
>
> The flicker problem was eliminated by making the sure the flash sprites
> WERE NOT Direct to Stage--so those two solved each other.  Thanks to
> Colin for pointing out that I probably didn't want to use DTS.  I had
> thought I needed to use DTS to get a decent frame rate out of the Flash
> sprite, but everything plays fine.
>
> thanks,
>
> kyle
>
> [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!]

Reply via email to