A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: just out of curiousity...

  1. #1
    Flash Incompetent ChaseNYC's Avatar
    Join Date
    Jun 2002
    Location
    new york city
    Posts
    693

    just out of curiousity...

    what information can flash collect from a persons computer i.e. what browser, os, stuff like that etc...
    mmm signature

  2. #2
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    Hiya

    Using the capabilities object you can detect a whole load of stuff. The operating system, screen DPI, language, Flash player version and lots of other stuff.

    Mick

  3. #3
    Registered User Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Check this out.
    Attached Files Attached Files

  4. #4
    Flash Incompetent ChaseNYC's Avatar
    Join Date
    Jun 2002
    Location
    new york city
    Posts
    693
    very cool, a lil scary, but i dunn know what half that stuff is... accessability? manufacturer? pixel asp ratio? isDebugger? MP3?
    mmm signature

  5. #5
    Flash Incompetent ChaseNYC's Avatar
    Join Date
    Jun 2002
    Location
    new york city
    Posts
    693
    ...?
    mmm signature

  6. #6
    Registered User Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    You'll probably have to check the Macromedia site for details. I don't know what all of means either.

    http://www.macromedia.com/support/flash/technotes.html

  7. #7
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    Hiya

    Here is a list of the Capabilities object properties and what they are for :

    hasAccessibility : determines if the player supports accessibility
    hasAudio : if the player supports audio playback
    hasAudioEncoder : determines if the system can encode audio
    hasMP3 : if the player supports MP3 playback
    hasVideoEncoder : if the system can encode video
    input : the input device for the system (usually a mouse)
    isDebugger : if the player is a debugging version
    language : the current language setting for the system
    manufacturer : the creator of the player
    os : the operating system
    pixelAspectRatio : width to height ratio of a screen pixel
    screenColor : the color mode
    screenDPI : the dots per inch supported by the screen
    screenResolutionX : pixel width of the screen
    screenResolutionY : pixel height of the screen
    serverString : a string of URL encoded variables containing all of the capabilities property values
    version : the version of the player

    Mick

  8. #8
    Flash Incompetent ChaseNYC's Avatar
    Join Date
    Jun 2002
    Location
    new york city
    Posts
    693
    thank you sir!
    mmm signature

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