Skip to main content
Participant
July 12, 2006
Question

Easy one for someone, I hope

  • July 12, 2006
  • 1 reply
  • 186 views
This is probably an easy one for someone:
I have a simple password function in a child movie and am using the standard code to activate the enter key

on (release, keyPress "<Enter>") {

It works fine on it's own, but doesn't work when it's loaded into the parent movie. What's the solution?

Simonster
This topic has been closed for replies.

1 reply

Inspiring
July 13, 2006
create a submit button that works the same as the keypress

--
Dan Mode
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11

"Simonster" <webforumsuser@macromedia.com> wrote in message
news:e940j1$a8o$1@forums.macromedia.com...
> This is probably an easy one for someone:
> I have a simple password function in a child movie and am using the
> standard
> code to activate the enter key
>
> on (release, keyPress "<Enter>") {
>
> It works fine on it's own, but doesn't work when it's loaded into the
> parent
> movie. What's the solution?
>
> Simonster
>


SimonsterAuthor
Participant
July 13, 2006
Do you mean in the parent movie? The problem would be that there are multiple child movies containing the submit button, each has the same password but brings up different documents (not my idea).