How to load flex swf from flash?

Here you can read more about it: troygilbert.com/2009/05/loading-flex-bas....

Here you can read more about it: troygilbert.com/2009/05/loading-flex-bas... Here is the code for loading the flex swf: var loader:Loader = new Loader(); addChild(loader); loader. Load(new URLRequest("my-flex-app. Swf")); loader.

AddEventListener("mx.managers.SystemManager. IsBootstrapRoot", systemManagerHandler); loader. AddEventListener("mx.managers.SystemManager.

IsStageRoot", systemManagerHandler); function systemManagerHandler(event:Event):void { event.preventDefault(); }.

Once you load the swf you can set it's dimensions as any other display object, so loadedSwf. Width or loadedSwf. ScaleX change them accordingly.

– dome Mar 1 '10 at 12:36.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions