topical media & game development
explorer-loaderPanel.mx
explorer-loaderPanel.mx
[swf]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml"
horizontalAlign="center" headerHeight="10">
<mx:Script>
<![CDATA[
public function loadApp(swfApp:String):void
{
myLoader.source = swfApp;
}
]]>
</mx:Script>
<mx:SWFLoader id="myLoader" width="100%" height="100%" />
</mx:Panel>
(C) Æliens
27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.