A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: text fields- fields are being lost

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    22
    greetings message board. i have a problem. i have a small form in MC inside of a masked MC. when i go to publish or export the ability to type in form fields is gone. the arrow cursor turns into the typing curtsor, but i can't type. can anyone help or explain why and what to do? thank you for your time.

  2. #2
    Senior Member
    Join Date
    Oct 2000
    Posts
    130
    Could you post the actionscript..

  3. #3
    Junior Member
    Join Date
    Feb 2001
    Posts
    22
    i can certainly post the a-script, but when i use the script in a scene where it is not buried in a MC inside of a MC, the script works just fine.
    here is the script being used:

    On (Release)
    Set Variable: "Name" = "Name_ "&/:name&" "
    Set Variable: "Phone" = "Phone_ "&/hone&" "
    Set Variable: "Email" = "Email_ "&/:email&" "
    Set Variable: "QuestionComment"
    = "QuestionComment_ "&/:questioncomment&" "
    Get URL ("mailto:me@home.com?subject=QuestionsandComments& body="&/:Name&/:Phone&/:Email&/:QuestionComment, vars=POST)
    Go to and Stop (15)
    End On

    2nd set of script being used:
    Stop
    Set Variable: "a" = /:Name
    Set Variable: "b" = /:Phone
    Set Variable: "c" = /:Email
    Set Variable: "d" = /:QuestionComment
    I have feeling that it has something to do with being in a masked MC, but don't know how to fix. I can send or post the swf. I appreciate your help.

  4. #4
    Senior Member
    Join Date
    Oct 2000
    Posts
    130
    Ok, give a link to the swf..

    I think it has something to do with the '/', cause they mean "in the main timeline".

  5. #5
    Senior Member
    Join Date
    Oct 2000
    Posts
    130
    For example:

    /movieclip:variable

    this specifies the variable named 'variable' in the movieclip 'movieclip' of the main timeline.

  6. #6
    Senior Member
    Join Date
    Oct 2000
    Posts
    130
    So in your example I think you need to specify the movieclip:

    /movieclip:email

    Hope it helped, let me know..

  7. #7
    Junior Member
    Join Date
    Feb 2001
    Posts
    22
    i will try your hints before posting the swf. hey i appreciate your help and i will let you know how it works out. thank you very much.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center