How to unload swf file?

I was wondering what are the codes for unloading the swf file after i hit the return button key????
I tried removeChild(); but still exits in the menu page after i hit the return button key.

no.  if you're not using a loader to load a swf, you can't use the unload() method.  and there is no unLoad() method.
if you want to remove everything from the stage in your main swf, you can use removeF() from the main timeline:
removeF(this);
function removeF(mc):void{
for(var i:int=0;i<mc.numChildren;i++){
    mc.removeChildAt(0);

Similar Messages

  • How to use swf file for Spark Skin

    Hi all
    I have little confuse about how to use swf file with Spark Skin,
    in Flex3 , i use Flex Skin Design Extension for Flash to deal with skin ,
    so basically , I just create a swf file and import to the project , then everything is ok
    but , seem that not working in flex4 , spark skin.
    1` I can't find the Flex Skin Design for the FlashCs4
    2` I try to use FlashCs3 version to import the skin art to the project , but seemed not working.
    3` I Google and check the Flex4 Help , seemed Spak skin need the Skin-Class , which I don't know how to use that with swf file
        what I have searched is how to use FXG , or some jpg file in that skin class, none of them are use swf file.
    so , is there any way that let user use the swf file to deal with the skin?
           is the Flex Skin Design can use in Flex4?
    Thanks

    Hello,
    I'm new to Flex, but have come to it from Flash Pro.  I'd like to know the same thing.  I think I found the answer here:
    http://www.flashallys.com/blog/spark-button-skinning-with-flash-symbols/
    However my question is now: Is this a good approach to use?
    99% of the googling I've done tells me to skin components with fxg files.  I've tried that by creating graphics and exporting from flash, but using swfs containing lots of graphics is much faster so I'd rather use that.
    The other thing I've done is to create custom components using these helpful tutorials:
    Creating component in flash:
    http://www.webkitchen.be/2008/12/12/video-tutorial-make-flex-components-with-flash-cs4/
    Dealing with Resizing with method overrides for your flash component:
    http://www.psyked.co.uk/flex/creating-flex-components-the-easy-way-for-flash-ide-converts. htm
    This allows me the flexibility of Flash Pro design with the layout, transistions, data binding etc from Flex.
    So my question is: Is this approach (skinning spark components with swfs, and using custom swc components made in flash) a bad idea for any reason?  E.g. does it create slow mobile apps?
    Cheers
    Chris

  • Unload swf file using SWFLoader

    Hi,
    I have a main application where I am using a SWFLoader to load a second application.
    In the second application I want to put a button (Close) and when I click it I want to unload this application.
    Is it possible to achieve this?
    I know that I can unload a swf file using the unloadAndStop method of SWFLoader, but how can I access it from the loaded application?
    I think that another approach would be adding eventlisteners to loaded swf but I am not sure how to do that.
    Does anyone can help me?
    Thanks in advance,
    Alberto

    Hi,
    @Alberto
    I think that another approach would be adding eventlisteners to loaded swf but I am not sure how to do that.
    I think you could use custom or built-in event type to dispatch information to hosting application and SWFLoader *has* built-in dedicated routine to unload loaded context - which includes removing event listeners added to swf-types on content load (Yes, there are means in Flex SDK to access top-most application but usually that is not advised to access methods/properties of parent as it closely ties content together).
    So your parent application could start to listen for custom event when load completes and removes loaded app that way:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx">
         <fx:Script>
              <![CDATA[
                   protected function chidLoadedHandler(event:Event):void
                        swfLoader.content.addEventListener(Event.CLOSE, unloadChildHandler);
                   protected function unloadChildHandler(event:Event):void
                        swfLoader.content.removeEventListener(Event.CLOSE, unloadChildHandler);
                        swfLoader.unloadAndStop(true);
              ]]>
         </fx:Script>
         <s:SWFLoader
              width="100%" height="100%"
              source="ChildApplication.swf"
              complete="chidLoadedHandler(event)"
              id="swfLoader"/>
    </s:Application>
    while your child application simply:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx">
         <fx:Script>
              <![CDATA[
                   protected function unloadMeHandler(event:MouseEvent):void
                        // we will dispatch "CLOSE" event - this could be custom event type
                        // but I think it is just enoguht heres
                        var closeEvent:Event = new Event(Event.CLOSE);
                        // root is top-most - so it is "content" top-most display object as well
                        this.root.dispatchEvent(closeEvent);
              ]]>
         </fx:Script>
         <!-- ui -->
         <s:Button x="10" y="10" label="Unload me" click="unloadMeHandler(event)" id="unloadButton"/>
    </s:Application>
    Not sure if that is most bullet proof or recommended solution but could be place to start,
    regards,
    Peter

  • How to get SWF files to play in Dreamweaver CS5

    I designed an interactive memorial page for my company in flash catalyst 5.5. According to the tutorial, it should be simple to insert into a webpage in Dreamweaver. Insert, media, SWF.
    When I try to preview it in internet explorer, there is a blank square where the object is supposed to be. I do get an Adobe Shockwave symbol in the center but that is all. My flash player and shockwave are both updated. I can't imagine what could be going on with this. I am fairly new to web development and have no formal training but my boss is growing impatient.
    Please HELP!

    Wow...more learning here I see. My goal at the moment is to start a root directory. As it stands now, I have only 1 set of files in the DW "sites and servers" (Remote ftp site) I am reading that I need to also have what I think is called a "root" directory where I keep all my images in my PC. I have never done this. I go to DW and add 1 picture at a time, whether in this new slide show or any images I want to insert. I usually go to my off site server, copy the http and insert.
    I am reading that I need to create a local file (folder) on my PC that somehow "links" everything. So when I go to insert this image, it then transfers it to the remote server.
    I am not even sure what a SWF file is. I think it is a code as you say that somehow has all the image names in it that eventually get inserted. Again, I am still learning.
    In another thread in this forum I have been asking questions regarding the public_html issues. I have seemed to have solved that by adding this text into the "Host" file box in the server configuration. Never was there. Now I know why I had to always delete this tag.
    I have a folder in my PC that contains the slide show pictures. I have an identical folder in my remote server. So it plays now in both DW preview and the live site. Now my issue is I am unable to add pictures. It is like I have "done" this particulat SWF file and that code wont allow me to "add" to it. Hard to say what the deal is. I can preview these 2 new images in DW and they are in my PC folder and he remote folder, but the live version is short these 2 images now. So my only thought is to make a brand new SWF file and start over adding one picture at a time.
    I read your comments about how you do it, but it is still not sinking in. I do not understand this whole file upload thing, or this complete "package" transfer. In DW you start by making a flash media with a name. The you go and add 1 image to it at a time. I cannot see an option in the square box with the "F" logo where you can dump a whole slide show there.
    I do not want to seem too dumb, as I try to grasp as best as possible, but if you can explain in specific steps, even if it is a "test" 2+ images slide show, it would help.
    I am going to read the help files tonight because my first challange is to get a root folder added to DW. I think this is the utmost importance as I do not have one now. My files are scattered eveywhere in my PC. It is I "pick" images from everywhere to add to the website. Although my remote has all the images I am using (and plenty more i am not)
    Hopefully, after 10 years of having this site given to me in DW format, I will start to understand it as time goes on. A gift from a Digipen student who had a task of building a website, which he made for me.

  • How to get swf file of any mxml file in flex1.5

    hi all,
    can anybody tell i have one mxml file now when i run this i
    file server generate swf file dynemically ....now my requirement is
    i need that swf file
    so how can i get that swf file from which location i get this
    file......
    plz tell me aasp
    thanks in advance

    Rather than letting the server compile the SWF at request
    time via the URL, you can pre-compile the SWF using MXMLC. Without
    telling you anymore there's information in the docs and an article
    on the Flex devnet about using MXMLC.

  • Unload SWF File

    Hi,
    I'm trying to develop a portal application.  I'm loading all swf files in a trusted sandbox configuration.
    When i unload the swf file as follows (note autoLoad set to true):
    swfLoader.source = null;
    swfLoader.validateNow();
    But when i run the profiler i notice that the application loaded on the swf file is never garbage collected (i.e. there is an instance for every time i load the swf file).
    When i look at what has references to the application i get the following:
    Is there a standard method for removing reference to the application so that it is unloaded.  Currently my application is vanilla and contains nothing within the mxml.

    Here it is.  Did not see anything out of ordinary.
    <report>
      <scripts>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/IUIComponent)" mod="1259075989629" size="4563" optimizedsize="1152">
          <def id="mx.core:IUIComponent" />
          <pre id="Object" />
          <pre id="mx.core:IFlexDisplayObject" />
          <dep id="mx.managers:ISystemManager" />
          <dep id="AS3" />
          <dep id="flash.display:DisplayObjectContainer" />
          <dep id="flash.display:DisplayObject" />
          <dep id="flash.display:Sprite" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/utils/RPCObjectUtil)" mod="1259075940689" size="7130" optimizedsize="5264">
          <def id="mx.utils:RPCObjectUtil" />
          <pre id="Object" />
          <dep id="flash.utils:describeType" />
          <dep id="flash.utils:getQualifiedClassName" />
          <dep id="Date" />
          <dep id="AS3" />
          <dep id="QName" />
          <dep id="flash.xml:XMLNode" />
          <dep id="XML" />
          <dep id="mx.core:mx_internal" />
          <dep id="XMLList" />
          <dep id="flash.utils:Dictionary" />
          <dep id="Error" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/IChildList)" mod="1259075989520" size="1480" optimizedsize="497">
          <def id="mx.core:IChildList" />
          <pre id="Object" />
          <dep id="AS3" />
          <dep id="flash.display:DisplayObject" />
          <dep id="flash.geom:Point" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/config/ConfigMap)" mod="1259075949283" size="2285" optimizedsize="1019">
          <def id="mx.messaging.config:ConfigMap" />
          <pre id="flash.utils:Proxy" />
          <dep id="AS3" />
          <dep id="flash.utils:flash_proxy" />
          <dep id="mx.utils:object_proxy" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/utils/RPCUIDUtil)" mod="1259075940689" size="2858" optimizedsize="1848">
          <def id="mx.utils:RPCUIDUtil" />
          <pre id="Object" />
          <dep id="Date" />
          <dep id="flash.utils:ByteArray" />
          <dep id="AS3" />
          <dep id="Math" />
          <dep id="mx.core:mx_internal" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/IButton)" mod="1259075988989" size="642" optimizedsize="230">
          <def id="mx.core:IButton" />
          <pre id="mx.core:IUIComponent" />
          <pre id="Object" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/managers/IFocusManager)" mod="1259075991942" size="2728" optimizedsize="773">
          <def id="mx.managers:IFocusManager" />
          <pre id="Object" />
          <dep id="mx.core:IButton" />
          <dep id="mx.managers:IFocusManagerComponent" />
          <dep id="flash.events:IEventDispatcher" />
          <dep id="AS3" />
          <dep id="flash.display:InteractiveObject" />
          <dep id="flash.display:DisplayObject" />
          <dep id="flash.display:Sprite" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/IMessage)" mod="1259075949565" size="1995" optimizedsize="409">
          <def id="mx.messaging.messages:IMessage" />
          <pre id="Object" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/RemotingMessage)" mod="1259075949830" size="654" optimizedsize="264">
          <def id="mx.messaging.messages:RemotingMessage" />
          <pre id="mx.messaging.messages:AbstractMessage" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/mx_internal)" mod="1259075988989" size="190" optimizedsize="109">
          <def id="mx.core:mx_internal" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/IFlexDisplayObject)" mod="1259075989661" size="6251" optimizedsize="1339">
          <def id="mx.core:IFlexDisplayObject" />
          <pre id="flash.events:IEventDispatcher" />
          <pre id="flash.display:IBitmapDrawable" />
          <pre id="Object" />
          <dep id="flash.accessibility:AccessibilityProperties" />
          <dep id="AS3" />
          <dep id="flash.display:DisplayObjectContainer" />
          <dep id="flash.geom:Rectangle" />
          <dep id="flash.display:DisplayObject" />
          <dep id="flash.display:Stage" />
          <dep id="flash.display:LoaderInfo" />
          <dep id="flash.geom:Point" />
          <dep id="flash.geom:Transform" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/ISmallMessage)" mod="1259075949815" size="571" optimizedsize="196">
          <def id="mx.messaging.messages:ISmallMessage" />
          <pre id="Object" />
          <pre id="mx.messaging.messages:IMessage" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Source\Core\unithru_core_client_loader_flex\src\main.as" mod="1285282178028" size="2225" optimizedsize="1525">
          <def id="main" />
          <pre id="flash.display:Sprite" />
          <dep id="flash.display:StageScaleMode" />
          <dep id="flash.events:Event" />
          <dep id="mx.messaging.messages:MessagePerformanceInfo" />
          <dep id="mx.messaging.messages:HTTPRequestMessage" />
          <dep id="mx.messaging.messages:AcknowledgeMessage" />
          <dep id="flash.net:URLRequest" />
          <dep id="mx.messaging.messages:CommandMessage" />
          <dep id="flash.display:Loader" />
          <dep id="flash.system:ApplicationDomain" />
          <dep id="Error" />
          <dep id="mx.messaging.messages:SOAPMessage" />
          <dep id="mx.messaging.messages:AsyncMessageExt" />
          <dep id="flash.system:SecurityDomain" />
          <dep id="mx.managers:ISystemManager" />
          <dep id="mx.messaging.messages:RemotingMessage" />
          <dep id="mx.messaging.messages:AcknowledgeMessageExt" />
          <dep id="AS3" />
          <dep id="mx.messaging.config:ConfigMap" />
          <dep id="mx.events:FlexEvent" />
          <dep id="mx.messaging.messages:ErrorMessage" />
          <dep id="flash.system:LoaderContext" />
          <dep id="mx.messaging.messages:AsyncMessage" />
          <dep id="flash.display:StageAlign" />
          <dep id="mx.messaging.messages:CommandMessageExt" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/managers/ISystemManager)" mod="1259075991958" size="4795" optimizedsize="1386">
          <def id="mx.managers:ISystemManager" />
          <pre id="mx.core:IFlexModuleFactory" />
          <pre id="flash.events:IEventDispatcher" />
          <pre id="mx.core:IChildList" />
          <pre id="Object" />
          <dep id="flash.events:Event" />
          <dep id="mx.managers:IFocusManagerContainer" />
          <dep id="flash.text:TextFormat" />
          <dep id="AS3" />
          <dep id="mx.core:ISWFBridgeGroup" />
          <dep id="flash.geom:Rectangle" />
          <dep id="flash.display:DisplayObject" />
          <dep id="flash.display:Stage" />
          <dep id="flash.display:LoaderInfo" />
          <dep id="flash.display:Sprite" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/IFlexModuleFactory)" mod="1259075988973" size="976" optimizedsize="297">
          <def id="mx.core:IFlexModuleFactory" />
          <pre id="Object" />
          <dep id="AS3" />
          <dep id="flash.utils:Dictionary" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/SOAPMessage)" mod="1259075949815" size="1271" optimizedsize="699">
          <def id="mx.messaging.messages:SOAPMessage" />
          <pre id="mx.messaging.messages:HTTPRequestMessage" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/ISWFBridgeGroup)" mod="1259075989676" size="1224" optimizedsize="397">
          <def id="mx.core:ISWFBridgeGroup" />
          <pre id="Object" />
          <dep id="flash.events:IEventDispatcher" />
          <dep id="AS3" />
          <dep id="mx.core:ISWFBridgeProvider" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/events/FlexEvent)" mod="1259076013693" size="2417" optimizedsize="1480">
          <def id="mx.events:FlexEvent" />
          <pre id="flash.events:Event" />
          <dep id="AS3" />
          <dep id="mx.core:mx_internal" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\framework.swc(mx/utils/object_proxy)" mod="1259075999614" size="208" optimizedsize="125">
          <def id="mx.utils:object_proxy" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/ErrorMessage)" mod="1259075949565" size="1063" optimizedsize="541">
          <def id="mx.messaging.messages:ErrorMessage" />
          <pre id="mx.messaging.messages:AcknowledgeMessage" />
          <dep id="AS3" />
          <dep id="mx.messaging.messages:IMessage" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/core/ISWFBridgeProvider)" mod="1259075989676" size="785" optimizedsize="263">
          <def id="mx.core:ISWFBridgeProvider" />
          <pre id="Object" />
          <dep id="flash.events:IEventDispatcher" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/CommandMessageExt)" mod="1259075949799" size="1008" optimizedsize="464">
          <def id="mx.messaging.messages:CommandMessageExt" />
          <pre id="mx.messaging.messages:CommandMessage" />
          <pre id="flash.utils:IExternalizable" />
          <dep id="AS3" />
          <dep id="flash.utils:IDataOutput" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/HTTPRequestMessage)" mod="1259075949565" size="1757" optimizedsize="880">
          <def id="mx.messaging.messages:HTTPRequestMessage" />
          <pre id="mx.messaging.messages:AbstractMessage" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/CommandMessage)" mod="1259075949799" size="4385" optimizedsize="2638">
          <def id="mx.messaging.messages:CommandMessage" />
          <pre id="mx.messaging.messages:AsyncMessage" />
          <dep id="AS3" />
          <dep id="flash.utils:IDataOutput" />
          <dep id="flash.utils:IDataInput" />
          <dep id="mx.messaging.messages:IMessage" />
          <dep id="mx.messaging.messages:CommandMessageExt" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/AcknowledgeMessage)" mod="1259075949815" size="1725" optimizedsize="938">
          <def id="mx.messaging.messages:AcknowledgeMessage" />
          <pre id="mx.messaging.messages:ISmallMessage" />
          <pre id="mx.messaging.messages:AsyncMessage" />
          <dep id="mx.messaging.messages:AcknowledgeMessageExt" />
          <dep id="AS3" />
          <dep id="flash.utils:IDataOutput" />
          <dep id="flash.utils:IDataInput" />
          <dep id="mx.messaging.messages:IMessage" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/AsyncMessage)" mod="1259075949799" size="2629" optimizedsize="1411">
          <def id="mx.messaging.messages:AsyncMessage" />
          <pre id="mx.messaging.messages:ISmallMessage" />
          <pre id="mx.messaging.messages:AbstractMessage" />
          <dep id="mx.messaging.messages:AsyncMessageExt" />
          <dep id="flash.utils:ByteArray" />
          <dep id="AS3" />
          <dep id="flash.utils:IDataOutput" />
          <dep id="flash.utils:IDataInput" />
          <dep id="mx.messaging.messages:IMessage" />
          <dep id="mx.utils:RPCUIDUtil" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/utils/RPCStringUtil)" mod="1259075940689" size="1722" optimizedsize="959">
          <def id="mx.utils:RPCStringUtil" />
          <pre id="Object" />
          <dep id="AS3" />
          <dep id="mx.core:mx_internal" />
          <dep id="RegExp" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/managers/IFocusManagerComponent)" mod="1259075999302" size="1320" optimizedsize="326">
          <def id="mx.managers:IFocusManagerComponent" />
          <pre id="Object" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/MessagePerformanceInfo)" mod="1259075949799" size="1491" optimizedsize="730">
          <def id="mx.messaging.messages:MessagePerformanceInfo" />
          <pre id="Object" />
          <dep id="Date" />
          <dep id="AS3" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/AcknowledgeMessageExt)" mod="1259075949815" size="1044" optimizedsize="476">
          <def id="mx.messaging.messages:AcknowledgeMessageExt" />
          <pre id="mx.messaging.messages:AcknowledgeMessage" />
          <pre id="flash.utils:IExternalizable" />
          <dep id="AS3" />
          <dep id="flash.utils:IDataOutput" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/AbstractMessage)" mod="1259075949815" size="6545" optimizedsize="3334">
          <def id="mx.messaging.messages:AbstractMessage" />
          <pre id="Object" />
          <pre id="mx.messaging.messages:IMessage" />
          <dep id="mx.utils:RPCObjectUtil" />
          <dep id="flash.utils:getQualifiedClassName" />
          <dep id="flash.utils:ByteArray" />
          <dep id="AS3" />
          <dep id="flash.utils:IDataOutput" />
          <dep id="mx.core:mx_internal" />
          <dep id="flash.utils:IDataInput" />
          <dep id="mx.utils:RPCStringUtil" />
          <dep id="mx.utils:RPCUIDUtil" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\rpc.swc(mx/messaging/messages/AsyncMessageExt)" mod="1259075949799" size="968" optimizedsize="438">
          <def id="mx.messaging.messages:AsyncMessageExt" />
          <pre id="flash.utils:IExternalizable" />
          <pre id="mx.messaging.messages:AsyncMessage" />
          <dep id="AS3" />
          <dep id="flash.utils:IDataOutput" />
        </script>
        <script name="C:\work\sisa\snapshot\cc\unithru_rrubio_view\UniThru\Tools\FlexSDK3.5\3.5.0\frameworks\libs\flex.swc(mx/managers/IFocusManagerContainer)" mod="1259075999286" size="1056" optimizedsize="358">
          <def id="mx.managers:IFocusManagerContainer" />
          <pre id="flash.events:IEventDispatcher" />
          <pre id="Object" />
          <dep id="mx.managers:ISystemManager" />
          <dep id="AS3" />
          <dep id="flash.display:DisplayObject" />
          <dep id="mx.managers:IFocusManager" />
        </script>
      </scripts>
      <external-defs>
        <ext id="flash.utils:ByteArray" />
        <ext id="Math" />
        <ext id="RegExp" />
        <ext id="flash.system:ApplicationDomain" />
        <ext id="flash.display:StageAlign" />
        <ext id="XMLList" />
        <ext id="flash.events:Event" />
        <ext id="AS3" />
        <ext id="flash.utils:describeType" />
        <ext id="flash.net:URLRequest" />
        <ext id="flash.utils:IDataOutput" />
        <ext id="XML" />
        <ext id="flash.display:InteractiveObject" />
        <ext id="flash.display:LoaderInfo" />
        <ext id="flash.events:IEventDispatcher" />
        <ext id="flash.geom:Rectangle" />
        <ext id="QName" />
        <ext id="flash.utils:Dictionary" />
        <ext id="Error" />
        <ext id="flash.system:SecurityDomain" />
        <ext id="flash.display:IBitmapDrawable" />
        <ext id="Date" />
        <ext id="flash.display:DisplayObject" />
        <ext id="flash.accessibility:AccessibilityProperties" />
        <ext id="Object" />
        <ext id="flash.utils:IDataInput" />
        <ext id="flash.utils:flash_proxy" />
        <ext id="flash.display:DisplayObjectContainer" />
        <ext id="flash.text:TextFormat" />
        <ext id="flash.xml:XMLNode" />
        <ext id="flash.utils:IExternalizable" />
        <ext id="flash.display:Sprite" />
        <ext id="flash.display:Loader" />
        <ext id="flash.utils:Proxy" />
        <ext id="flash.geom:Point" />
        <ext id="flash.display:Stage" />
        <ext id="flash.system:LoaderContext" />
        <ext id="flash.geom:Transform" />
        <ext id="flash.utils:getQualifiedClassName" />
        <ext id="flash.display:StageScaleMode" />
      </external-defs>
    </report>

  • How to cache swf files to reduce load time?

    Hi,
    We are using the XML data connection for our swf files. Some of our swf files are large and may take a minute to load. Is it possible to cache the swf files so they load in a shorter amount of time? If so, how would I go about doing this? Thanks!

    Jim,
    There is no option as such in Xcelsius.
    We used SAP BI Query as a source for our dashboard and we had similar issue, we then cached the SAP BI Query to reduce the load time....it worked really very well!!
    Try doing something similar in the source system...
    -Anil

  • How to play Swf files on the iPad??

    Just as the title sated, how to play sef files on the iPad, since the iPad lack of flash support, and I don't find any program to handle with the swf files to playing on my iPad

    Depending on what sites you are trying to access, you might find that some of them (probably more so if they are news sites) have their own apps in the App Store which might let you get some of the content that you want (and there is the built-in YouTube app). Also there are browsers such as Skyfire which 'work' on some sites - but judging by the reviews not all sites. If you want to play flash games then you are out of luck if you want to play on-line (unless something like the iSwiffter app work with it), but again some of them have app versions in the store.

  • How to load swf files within another SWF and still maintain actionscript

    Hi I was wondering how to embed an swf file inside another
    swf file, If i simply import it to the stage or the library it will
    become a symbol but the actionscript interactivity is lost, another
    question is can I have an actionscript 2 file play within an
    actionscript 3 file?
    The actionscript 2 code for embedding is something like this:
    don't mind the _mc titles
    this.cargame_mc.onRelease = function (){
    loadMovie ("Crusty Rusty's.swf", empty_mc)
    empty_mc._xscale=60;
    empty_mc._yscale=55;
    empty_mc._x=210;
    empty_mc._y=140;
    Please Help its for my uni portfolio, i want to use as2, but
    if i do i would lose the 3d possibility of as3, is there any way to
    export an as3 file and then embed in as2, using a program or
    anything? Thanks!I
    I would just like to say thanks in advance because everyone
    on here is so helpful!

    you can load an as2 file into an as3 file (using the loader
    class) and the actionscript will work in both.

  • How to import swf files into project

    I am new to flash programming. I have to make minor
    modifications to an swf
    file. I decompiled it to the fla file but all of the sprites
    which are
    themselves swf files did not end up in the fla file. how do I
    get these swf
    files back into the project so when I make the new swf file
    it will be the
    same as the original one?

    Hi
    I think 'Handbrake' will convert swf files used it for lots of converting but not tried it with swf recently, its available for free download just give it a google.
    Hope this helps

  • How to play .swf files ?

    I have some .swf files on my WIndows PC that I want to play.
    The instructions on a website said to:
    ". . . play your flash files using the Adobe Standalone Flash
    Player. For this you will first need to Download the Windows Flash
    Player 9 Projector content debugger from the Adobe Site [Freeware].
    There is NO installation needed. Just open the downloaded
    .exe and open your .swf from within the Projector.
    In order to associate all .swf files to open using the
    Projector, right click the .swf file and "Open with" option. Once
    there, choose the location of your Projector.exe and you are done."
    This worked ONCE. The next time I logged on, the computer
    could not play the files.
    I'm thinking that this is because the programs referred to
    were not running.
    So - how do I (i) find the programs on my PC and then (ii)
    create shortcuts so I can run them when I want ? I prefer not to
    have them automatically load at startup.
    Thank you.
    Bob

    Flash Player is a browser plugin. It's not designed to work as a standalone app for opening FLV or SWF.  The standalone player EXE is a different animal.
    Folks who don't own Flash Professional aren't going to have a standalone player.
    For windows users, the Standalone player installer is in the archived players technote here:
    http://kb2.adobe.com/cps/142/tn_14266.html
    However, it's not an application. It's just an EXE. You have to launch it, then use File> Open to open the local SWF.   You can also keep it on your desktop and drag/drop SWF content to it.

  • How-to decode *.swf files (flash)

    Helo, I have a *.swf file that I want to decode and see the source code at. I have merged swfdec but I don't relly see how I would continue for see the source code.
    Regards /edika

    "Flare processes an SWF and extracts all scripts from it. The output is written to a single text file. Only ActionScript is extracted, no text or images.".
    Last edited by [vEX] (2008-03-16 09:59:50)

  • How to import swf files to FCPX 10?

    Hi! I need to import a swf to Final Cut Pro x10. Does anybody know how to convert it?
    Thanks!

    Hi
    I think 'Handbrake' will convert swf files used it for lots of converting but not tried it with swf recently, its available for free download just give it a google.
    Hope this helps

  • How to cache swf files via browser

    I notice that games on facebook ara caching lot's of swf files in browser temparary folder, I'm wondering how this is done, I'm new to web techs :> Somebody help? Thanks a lot.

    AndrewYuCWA1987 wrote:
    Thank U
    but what i attend to do is:
    - swf resource is need, and there're a lot
    - they're on the server first
    - when loading swf needed, access loacally file first, if there's none, get remote swf resource from server
    - after load from remote, cache swf files locally for the next application runs
    How can this be done?
    all the above happens by default unless a user clears their cache or has not browser cache- which you can't control.
    I met sand box issue when I apply URLRequest api, and I've looked into game's on facebook and other SNS platform, caching is the
    common way to build a game, there's a "loader.swf?v=XXXX" there, and if I copy it to file system and run it, surely it's doing URLLoading and trigger a sand box trouble like I do, but when it's applied in the browser, or say in the way it's originally used, it worked,
    So I doubt there's something I can do to implement the goal I've imagined, question is, how ) ;
    appending a changing query string (?v=XXX) to a url is a common way to prevent browser caching by making the browser think each of those swfs are different by virtue of the changing query string.

  • How to call swf file within another swf file using xml

    hii,
    I am facing some problem to call a swf file via xml when this xml file loaded it calls another swf file which includes a new xml file. now if i call this nested swf calling without xml it works but in case case of xml it is not showing the result. i m confused. how to nested xml file calling done in as2/as3. i need some logics. thanks in advance

    This is the AS3 forum and your posting involves AS2 code.  You should repost in the AS2 forum...
    http://forums.adobe.com/community/flash/flash_actionscript
    Aside from that, your problem might lie in the following lines...
    _root.createEmptyMovieClip("sub_container1", 1);
    loadMovie(sub_SWFPath[1].attributes.url, "sub_container1");
    You create the new movieclip, sub_container1,  in the _root, but you do not assign the loadMovie to load into that same movieclip (unless you have a _lockroot = true assigned in your sub-swf).  In any case, you should repost in the AS2 forum to pursue resolution.

Maybe you are looking for