Ask a Question related to Macromedia Director Basics, Design and Development.
-
Lamptey #1
Remembering User input
I would like to make Director remember input that the user has typed into an
input field and then want it to place the data the user inputted on another
frame or screen in the movie. - Is this possible??
Please help me if you can, i have been trying to do this for weeks.
Lamptey Guest
-
Saving user input to xml
I'm sorry this is a question from a server ignoramus, so please be kind: I've previously captured user input using a combination of cfml and text... -
Emailing user input - Flash 8
I'de be grateful to anyone who is able to offer Action script advice regarding how to capture and then email user input. Cheers -
Check website user input with PHP
Hello everybody, Currently I'm working on a webshop. When a user, inputs a website I want to check if it exists. How can I do this? I'm... -
Getting User Input via Email
Hi Does anyone know if its possible to create and email HTML forms. Email recipients would then input information to these forms in the same... -
User Control with Input Parameter
I want to be able to create a UserControl that consists of a header, a menu system under the header, and a graphic down the left side. This would... -
Sébastien \(sg\) #2
Re: Remembering User input
Hi Lamptey,
This seems rather simple, unless I misunderstood what you want.
Just place the content of the field the user is supposed to have used into a
global variable and then use that variable to populate another field or text
later on.
-- Movie script
global gUserInput
on retrieveUserInput
gUserInput = member("userInputField").text
end
on displayUserInput
member("AnotherInputField").text = gUserInput
end
--
Call those beahviors from a button on frame script.
HTH
Sébastien
"Lamptey" <webforumsuser@macromedia.com> a écrit dans le message de news:
c7geju$3do$1@forums.macromedia.com...an> I would like to make Director remember input that the user has typed intoanother> input field and then want it to place the data the user inputted on> frame or screen in the movie. - Is this possible??
>
> Please help me if you can, i have been trying to do this for weeks.
>
Sébastien \(sg\) Guest
-
Lamptey #3
Re: Remembering User input
How do you call beahviors from a button on frame script?
Lamptey Guest



Reply With Quote

