Hi all,

   I want to run a function like onSaveFile()  where I create "onSaveFile"
from some variables ala:

"on" + event.target.name + anotherVariable  = "onSaveFile"

I tried Function ("on" + event.target.name + anotherVariable )( )  but error
says Function not supported to do that.

The string creation works but how to execute that string as a function since
eval has been removed from Flash?


Mark
 

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to