Flash Builder Photoshop Extension -


i want pass 2 arguments different data types in same function. problem is, want call function (runscript) , pass 2nd argument in both int , array. called following function

public var strarray:array; <s:button click="runscript('name',150)" /> <s:button click="runscript('name',strarray) />  public function runscript(arg1:string,arg2:int):void{  } 

i want recall runscript function.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -