View Single Post
  #12  
Old 08-24-2007, 03:29 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Cherrykao View Post
excellent! As far as i know Flash won't work for users on Macintosh. Is there a graal script function to detect the presence of a Flash player on the user's machine? Also when getting the platform a user is using, i know "win" is for windows. I don't have Linux or Macintosh, so i don't know if the output when getting the platform from a user on Linux is just "lin" and Macintosh just "mac"?? Thanks.
PHP Code:
if (player.platform in {"win""linux"}) 
... for if the player is using Windows or Linux.
PHP Code:
if (player.platform == "mac"
... for if the player is using a Mac.
__________________
Skyld
Reply With Quote