Hi there,

Does anybody know if it is possible to do a binding of these two items on a InputBox ??? and if yes could you help in how to do it please.

Any help would be greatly appreciated ! regards aktell2007

Code:
private const LOAD_DELAY_STARTOne:int = 400;
I need to pass the Integer value via a InputBox.

and the same here

Code:
private var timerOneDelay:Timer = new Timer(15000, 1);
I need to change the 15000 at times.