URGENT, DEADLINE!!! Cursor dissappears in Flash-Object, used in Director-Movie

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default URGENT, DEADLINE!!! Cursor dissappears in Flash-Object, used in Director-Movie

    Hi

    We use flash-Movies within Director-Movie
    This flash-Movie contains editable entryField. But in most cases (not
    always) it shows no cursor by clicking in the field and entering text. What
    is the cause of this and how can we solve it?

    Thanx in advance
    Yurij


    Yurij Nykon Guest

  2. Similar Questions and Discussions

    1. Problems with Distiller - URGENT - client deadline tomorrow !!!!
      I'm running with Acrobat 5 on Windows XP - been using it OK for many months (Distiller appeared as an option in my printers) but lately have had...
    2. Flickering cursor over flash movie
      Hello guys, quite an annoying issue: I'm using a flash movie inside my project. The directly to stage option is turned off and the flash movie is...
    3. cursor won't show up in imported flash in director movie
      Hi, Is there any way to make the cursor chage to finger when move over a button in a flash movie that is imported into a director movie?...
    4. need help with Exitframe script!! URGENT! Deadline!!
      hello, i'm making a cd for my job that shows a artworks by various artists. on the cd, there is a contents page with a list of each artist. the...
    5. How to move mouse cursor in director movie
      Please help me, How to move active mouse cursor in director movie with lingo. Please write simple lingo code for me. Thanks, TTO
  3. #2

    Default URGENT, DEADLINE!!! Cursor dissappears in Flash-Object, used in Director-Movie

    Hi

    We use flash-Movies within Director-Movie
    This flash-Movie contains editable entryField. But in most cases (not
    always) it shows no cursor by clicking in the field and entering text. What
    is the cause of this and how can we solve it?

    Thanx in advance
    Yurij


    Yurij Nykon Guest

  4. #3

    Default Re: URGENT, DEADLINE!!! Cursor dissappears inFlash-Object, used in Director-Movie

    I would compare the field that is not appearing to one that the cursor does appear to see if you have the same basic features and commands
    Dazzlingdesigner Guest

  5. #4

    Default Re: URGENT, DEADLINE!!! Cursor dissappears in Flash-Object, used in Director-Movie

    txt.onSetFocus = function( newFocus, oldFocus )
    {
    }


    look at class Selection, there is a way to assign your textfield as if
    the cursor click inside of it.

    jjamendez@hotmail.com Guest

  6. #5

    Default Re: URGENT, DEADLINE!!! Cursor dissappears in Flash-Object, used in Director-Movie

    txt.onSetFocus = function( newFocus, oldFocus )
    {
    //the scope of the textfield.. to access outside use this._parent
    }


    look at class Selection, there is a way to assign your textfield as if
    the cursor click inside of it.

    jjamendez@hotmail.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139