View Single Post
  #9  
Old 08-20-2007, 10:27 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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"
Reply With Quote