Do you mean Actionscript arguments, or flash parameters? -kb
On Jan 15, 2:03 pm, Fábio M. Costa <fabiomco...@gmail.com> wrote: > ActionScript args? > > -- > Fábio Miranda Costa > Solucione Sistemas > Engenheiro de interfaces > > > > On Fri, Jan 15, 2010 at 4:59 PM, Ryan Florence <rpflore...@gmail.com> wrote: > > I meant passing ActionScript args through Swiff.remote. > > > On Jan 15, 2010, at 11:55 AM, Ryan Florence wrote: > > > Swiff.remote(myObj, 'myFlashFn', 'arg', 'arg2'); > > >> or ... > > >> Swiff.remote(myObj, 'myFlashFn', ['arg', 'arg2']); > > >> ?