[Flashcoders] Cross-Scripting a SWF : Problem Passing Objects and Arrays

2007-04-10 Thread John laPlante
I've written a Library SWF and and I load it into a client SWF. In the past, I've loaded it off the same server from a sister directory of the client SWF. But, I would like to load it from a URL on another machine. After some trouble with security, allowDomain(), cross-domain policy files,

Re: [Flashcoders] Cross-Scripting a SWF : Problem Passing Objects and Arrays

2007-04-10 Thread John laPlante
I have been able to get around the problem by joining the array before passing it and splitting the array in the class method. But, this seems like an awkward approach. John laPlante wrote: I've written a Library SWF and and I load it into a client SWF. In the past, I've loaded it off the

Re: [Flashcoders] Cross-Scripting a SWF : Problem Passing Objects and Arrays

2007-04-10 Thread John laPlante
I have been able to get around the problem by joining the array before passing it and splitting the array in the class method. But, this seems like an awkward approach. John laPlante wrote: I've written a Library SWF and and I load it into a client SWF. In the past, I've loaded it off the