A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: how do make you flash movie detect what os your using?

  1. #1
    on the up and up phaty's Avatar
    Join Date
    Mar 2001
    Location
    London
    Posts
    677
    thats the question, seen it done before not sure how i can make my flash movie detect what os and even browser
    i know how to detect what version of flash plugin they have (flashkit have a tutorial in the action script section i think)

    any answers any one this is bugging me a bit

  2. #2
    on the up and up phaty's Avatar
    Join Date
    Mar 2001
    Location
    London
    Posts
    677
    no answers yet, please one out any body please help me!!!!

  3. #3
    Senior Member
    Join Date
    Aug 2000
    Posts
    148
    using: getVersion() will return what os you are on

  4. #4
    on the up and up phaty's Avatar
    Join Date
    Mar 2001
    Location
    London
    Posts
    677
    thanks for replying
    do i out that peice of codde into a text field?

  5. #5
    Senior Member
    Join Date
    Aug 2000
    Posts
    148
    stick it into a var and then you can do what you want with it.

    eg.
    os = getVersion().slice(0,3);
    trace(os);

  6. #6
    Junior Member
    Join Date
    Mar 2002
    Posts
    5
    What about what version of OS you have.... MAC OSX or MAC 9?

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