Re: [Flashcoders] RE: Cross domain issue

2007-04-24 Thread Michael Boski
Both apps are using delagate and eventdispature. problem I am having: the shell sets up this function onLoadInit (mc : MovieClip) { trace (MOB onLoadInit: + mc); passAlongParameters (); this.getPlayer = function () { return placeHolder_mc.embeddedPlayer.getPlayer (); }

Re: [Flashcoders] RE: Cross domain issue

2007-04-24 Thread Michael Boski
thanks it was the Security.allowDomain issue *ActionScript 2.0 Language Reference* [image: Previous]file:///C:/Documents%20and%20Settings/All%20Users/Application%20Data/Macromedia/Flash%208/en/Configuration/HelpPanel/Help/ActionScriptLangRef/2646.html [image:

[Flashcoders] RE: Cross domain issue

2007-04-23 Thread Michael Ypes
I have had exactly the same problem as I have been doing a lot of cross domain policy stuff for sony recently so I know most of the pitfalls. It depends on the how you want to use your classes and where you have created the instance of the class. My example was using singletons. Can you explain