A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: lurker mode FCCursor

  1. #1

    lurker mode FCCursor

    Hi,
    anyone knows how to get into the lurker mode for the
    FCCursor? I want to see the others mousepointer, but I don't want
    him to see mine.

  2. #2
    psx = new Moderator();
    Join Date
    Jan 2001
    Posts
    923
    Hey -
    To set lurker mode (on most components that support it) you use the component's "setUsername" method.

    You can do something like so:

    cursor.setUsername(null);

    which will put you into lurker mode for that component.

    Psx

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