View Single Post
  #11  
Old 08-24-2007, 03:19 PM
Cherrykao Cherrykao is offline
Banned
Join Date: Apr 2007
Posts: 37
Cherrykao is on a distinguished road
Quote:
Originally Posted by Stefan View Post
There is
guicontrol.setFlashVariable(varname,value)

And flash games can do fscommand("event",commaparams) which is invoking an event "onEvent", e.g.
function MyFlashGame.onEvent(params) { ... }
commaparams is a string, parameters connected with comma, e.g. "1,2,3"
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.
Reply With Quote