View Single Post
  #2 (permalink)  
Old 03-01-2009, 07:55 PM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default

In AS3 you can get the values directly, so don't use setVariable

Code:
thePath.text = Global.getAppDir();
Reply With Quote