Skip to main content
Inspiring
July 24, 2011
Question

Passing parameters to a client function - noobie

  • July 24, 2011
  • 1 reply
  • 358 views

Hi,  I have a function at the server side that loads an XML  and makes a photo/link  array from it. 

I want to pass this array to the clients swf to use it for a photoGallery.

can you please give me and exmaple for the Client and server side that will send the array = [1,2,3,4]  to the client and trace it at the client side?

(the clients' function dosnt' return anything)

    This topic has been closed for replies.

    1 reply

    Inspiring
    July 24, 2011

    nvm. iv'e figured that out