A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: TAB PROBLEMS IN FLASH 4

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    29

    Thumbs down

    I'm having some difficulties with tab in flash 4 both in IE and Netscape. To avoid yellow rectangles around your objects in html, (href) you can use tabindex ="-1", but how do I avoid it when loading flash 4 files?? (Using embeded..)
    There's no problem in flash 5 but a big one in f4.

    Please help! / P

  2. #2
    Member
    Join Date
    Mar 2001
    Location
    Venice, CA
    Posts
    88
    From the Flash help files:

    Global Properties

    Global properties impact the entire movie, not just specific movie clips. (The Target field is disabled for these properties because you cannot specify an individual level). The values of these properties can be read from anywhere in the main Timeline.

    _focusrect
    If true (nonzero), the audience sees a yellow rectangle around the currently focused button as they use the Tab key to navigate buttons. The default value is true. Set to false if you want your audience to see only the button "Over" state as they navigate.
    So, put this in the main timeline:

    Code:
    Set Property (Show focus rectangle) = false
    Best,
    Kate





  3. #3
    Junior Member
    Join Date
    Mar 2001
    Posts
    29

    THANX!

    Thank you, thank you Kate!! ;-) / P

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