You can pass any number of parameters with ExternalInterface.call()
method - or are you talking about something else...?
-- 
Kenneth Kawamoto
http://www.materiaprima.co.uk/

On 26 May 2010 08:07, Ashim D'Silva <[email protected]> wrote:
> This seems fairly impossible but if there's an awesome way to do it
> I'll be heaps grateful.
>
> I receive a function name and a set of parameters via XML
>
> <analytics>
>        <function>
>                <name>webtrends</name>
>                <params>
>                        <param>98780</param>
>                        <param>Joseph</param>
>                        <param>Iceland</param>
>                </params>
>        </function>
> </analytics>
>
> I'm hoping there's a way for me to fire an ExternalInterface.call()
> function with any amount of parameters provided to me.
> I'm one step away from telling the other side I'll send them an array,
> but hoping for the long shot.
>
> Cheers,
>
> Ashim
>
> The Random Lines
> www.therandomlines.com

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

Reply via email to