Is it possible to retrieve the memory of "SWFs"?

I'm working on a modular application that collects a bit of memory in the form of 'SWF' files  I wonder if that data is redundant with the Bitmap and other ActionScript objects that will be created once the SWF is increased and treated.  Or is it something else, like the class definitions, which can not be discharged?

Thank you

Gabriel

When you load a SWF, that SWF data, including all embedded resources that it contains, is presented in SWF files. You can unload the SWF using Loader.unload () and it will claim the memory for embedded resources, but as much as I know there is no way to unload class definitions (although these should not be significant in terms of memory use). If you unload the SWF, however, you can't use any of its embedded resources.

There is no redundancy in Flash Player when you load a SWF file - it does not multiple copies of the raw bytes of image data embedded for example. However, it retains a separate image copy decoded - it never destroyed the original data (unless dereference you the image and it gets garbage collector), so that he is able to do optimization of the elimination of the decompressed image, if it is running out of memory and you are not to use it and recreate later when you need to use it again (see the discussion here for some more details) (: http://forums.adobe.com/message/5342232). The only difference, as far as image assets are concerned, between their load directly with a charger and their incorporation in a SWF file, is that the former will appear under 'Images' in Scout and the second under "SWF files". In both cases, the decompressed image will appear under "DisplayObjects Bitmap".

Tags: Adobe Animate

Similar Questions

  • Is it possible to increase the memory on iPad 2? Probably an external device?

    Is it possible to increase the memory on my iPad2, without having to buy a new iPad?

    Memory on the iPad is fixed. There are some wireless flash readers who can provide extra storage space, but that does not really increase the memory of the device. It provides just a place to store the content.

  • recently upgraded to windows 7 and lost all the emails saved in windows mail, is it possible to retrieve the saved emails?

    recently upgraded to windows 7 and lost all the emails saved in windows mail, is it possible to retrieve the saved emails in windows mail that are and have it transferred to microsoft outlook?

    Outlook:

     

    http://answers.Microsoft.com/en-us/Office/default.aspx

    Office at the above link forums

    http://answers.Microsoft.com/en-us/Office/ee861097.aspx

    Outlook Help Forums at the link above.

    They will help you with your Outlook questions when repost you in the Office Forums above.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    For any question on Windows 7:

    http://social.answers.Microsoft.com/forums/en-us/category/Windows7

    Link above is Windows 7 Forum for questions on Windows 7.

    Windows 7 questions should be directed to the it.

    You are in the Vista Forums.

    See you soon.

    Mick Murphy - Microsoft partner

  • Is it possible to monitor the % memory used - watch memory leaks

    Is it possible to monitor the % memory used - look at leaks memory and want to warn % used is grewater to 90% on NON - enterprise Hyperic 3.2.1 as the CPU
    is done. Why don't Hyperic monitoring the use of the memory as a percentage of the total?

    hypermike,

    This will be in 4.0:
    http://JIRA.Hyperic.com/browse/HHQ-2157?page=com.atlassian.JIRA.plugin.System.issuetabpanels:all - tabpanel

    -jeremy

  • is it possible to change the memory?

    Hi - I got my iPhone screen changed 6 by a local store (reasons of budget) and no more, I'm very forgetful, but I'm sure I had a 128gig phone, but it says now 64 gig. I'm checking in the original place I bought it (it was a while there and I was undecided between the two, but for the life of me can't remember what version I bought) - but - is - a repair shop can exchange my memory? Of course, they will have to have cloned it too... maybe just being paranoid.

    No, the memory could not be "traded" on an iDevice.

  • Is it possible to reallocate the memory system on a Satellite L500 - 19 X?

    I was curious why my Satellite L500-19 X has not run games very well when I had almost 1.8 GB of memory, then I noticed that only 128 MB of it was used for the games, is it possible that I can pull some of the system memory that is shared over dedicated games?

    I know, you cannot reallocate memory system yourself, the system does this automatically. You can do it in the Bios settings if the share option is available.

  • Satellite 2800-200; is it possible to upgrade the memory and HARD drive capacity

    Hi all

    my computer is a Toshiba Satellite S2800-200 (old) and I wont to ask if it is possible to upgrade memory capacity and disk.

    Thank you

    Of course you can upgrade these laptop parts.
    The laptop seems to be equipped with an internal memory which is not removable.

    http://www.orcalogic.co.UK/ASP/ProdType.asp?ProdType=7168&ft=m&St=3
    According to the website above, you can use only one memory for an upgrade slot.
    You can use the 144-Pin PC100 SODIMM 128 MB module. It's max.

    I m not 100% sure on the HARD drive, but as I m not trunk not the laptop came with 10 GB HARD drive. Generally, a 20 GB HARD drive should be possible.

    Good bye

  • HP 2000: How to retrieve the memory of the old hard drive?

    Hello. Recently, I replaced my old hard drive with another because that is a malfunction that made sure I got stuck in a loop start and nowhere else after auto repair. I was told that if I buy a hard drive enclosure that I might have a possibility to recover my old data to my new in copying and pasting on, several sources on the internet said this as well.

    So when I put my old hard drive in the enclosure and that connected to my laptop, it pulls up. But it gives me a folder named "Recovery". Inside is another folder named 'WindowsRE' with a few other components. In which is a file named "WinUCRD.wim". I've been looking around for what I can do with it. The only thing I can find is a program called Windows SIM, it does not matter where, and I don't know how to use it.

    My question is, how can I recover my data from my old data? I honestly don't mind if my new hard drive memory is overwritten. He barely anything on it as I just got. I have files important school in there I can not risk losing. I have to start all over again before final in a few weeks.

    The partition you are looking at is the recovery Partition.  This is for the recovery of your operating system, not the user tour data.  Looking at your screenshots I suggest you look at the F: drive, he can have the files you need.

    If the F: drive is corrupted migh you take a look at a data recovery program.  I had good success with Easus Data Recovery, it allowed me to recover files to a friend after a drive failure when no other program, that I tried would work.  Here, there is a free version that will recover up to 2 GB of data.

  • Is it possible to retrieve the record date of maximum in one step?

    Look for not having to create two steps for these data (for example, create a table with the values I want and then in the second stage, link to these maximum values)

    So, what I have is:

    SELECT
    a.mbr_id
    b.address_1
    b.address_start_date

    Of
    Member has,
    b address

    WHERE a.mbr_id = b.member_id

    GROUP BY
    a.mbr_id
    b.address_1


    There may be a mbr_id attached to many address_1 in the address (but only a record of mbr_id by Member to Member). So, I want to, on one line, address_1, which is attached to the maximum address_start_date.

    Is it possible to do in 1 (one) step? Or what I need to create a table with the values maximum address_start_date first, then link to this table in a second time to get the max address_1 values?

    NOTE: in the SQL above, I added address_start_date just to show that this field exists in the address, I know that I must remove this, if there is another way to get what I want.

    Thanks for any help...

    Hello!

    Try the following SQL code:

    SELECT
    a.mbr_id
    substr (MAX (to_char (b.address_start_date, ' ' YYYY/MM/DD HH24:MI:SS) | b.address_1), 20)-if 20 is not OK try 19 or 21

    Of
    Member has,
    b address

    WHERE a.mbr_id = b.member_id

    GROUP BY
    a.mbr_id

    Explanations:
    1. "to_char (b.address_start_date, ' ' YYYY/MM/DD HH24:MI:SS) | b.address_1' allows you to link an address on the date indicated on the same line and the date is in a format that is well ordered as VARCHAR2.
    2 MAX (...) will build on the first 19 characters (the length of the day)
    3 SUBSTR (...) allows you to eliminate the date (which was used only for the order) and have the address only.

    Please please tell me if this solves your problem.

    Published by: user1810145 on October 27, 2010 08:07

  • possible to retrieve the deleted vNIC MAC address

    Hello

    I deleted a vNIC and added a new vNIC in a troubleshooting session. The problem is that the server is picky about the MAC address due to licensing and now I would like to know if there is a way to recover the deleted vNIC mac address.

    Welcome to the communities.  I responded to this post in the AM, but it seems to have disappeared (back to maybe instant)

    1. identify the ESXi host the virtual machine in question feeds

    2. enable SSH on the host computer and the PuTTY as root

    3. navigate to the directory where the virtual machine is saved

    # cd/vmfs/volumes/path/to/vm
    Note: To determine the path your life of the virtual machine, you can watch the disc through the settings (vSphere Client), or run the following command:

    # vim - cmd vmsvc/getallvms | grep-i MyVMname

    4. to find the current and previous MAC addresses, run the following command:

    # cat./vmware*.log | grep MAC

    The output displays the date and time (in UTC) that each MAC address showed in the newspapers.

  • Is it possible to retrieve the CS6 software rather than editing DreamWeaver CC the more curret?

    I'm a student and my tutorials are all in the Dream Weaver CS6 software. The conflict lies in the layout of the user interface and on the use of all. I was hoping that a version of CS6 Dream Weaver would be accessible. Please notify.

    Previous through Cloud http://helpx.adobe.com/creative-cloud/help/install-apps.html#previous

  • Is it possible to get the slides in swf to use as models for other projects?

    The only files I have gave me are swf and it would be a great help if I could extract different slides to duplicate and use as models.

    Sorry, but this is not possible. You can't get the source for the published SWF file.

  • Satellite A300 - 1 MM-can I make the memory at 800 MHz?

    My TOSHIBA Satellite A300 - 1 MM has 3072 MB of DDR2 800 MHz memory, but the memory running at 667 MHz. is there a possibility to make the memory at 800 MHz?
    Given that my laptop came with ddr2 800, why not work natively at this frequency?

    Perhaps a future update of the BIOS will solve this problem.

    As far as I know the speed of the FSB is not editable and there is nothing you can do to force the RAM modules to work with faster speed.
    Same BIOS update will not help you change anything.

  • Is it useful to upgrade the memory on the Satellite M70 - 394?

    Is it useful to upgrade the memory on the Satellite M70 - 394? Where the best place to buy it and what I should go for? How will this affect my laptop? It will void the warranty at all?

    Sorry for so many questions

    Hello

    First of all it s worth it to upgrade the memory for portable computers. The increases in performance and the operating system should work better and faster.
    Well, I checked a few websites, and it seems that it is possible to upgrade the memory on this laptop to max 2048 MB (2x1024Mo)

    As far as I know the laptop came with a 512 MB module. In this case, the second Bank is empty. The memory location is placed at the bottom of the unit. If you want to upgrade the memory to remove the slot cover down and carefully insert the module. I think you'll find instruction how to handle the upgrade memory in the user manual.

    In addition, you can order the compatible modules form the Toshiba service partner. In this case, you will be sure that you have taken in charge to 100% and compatible modules.

  • How to increase the memory of the phone to the xperia neo L?

    Hello

    I use the phone Xperia Neo L and I am facing many problems due to the internal memory. At first, I thought this could turn out to be this big problem, but now I am unable to update stuff on my phone because it is already filled with lots of updates. I moved all the mobile apps on my SD card and now I find myself with no memory of the phone even install xperia updates. Is it possible to increase the memory of the phone. Please help me with the problem.

    Thanks in advance.

    Greetings asifsk1992!

    At your convenience, please join our colleagues in Sony Mobile for assistance with your question. You can attach them to this site: http://www.sonymobile.com/global-en/support/contact-us/contact-info/.

    Thank you for your message today!

Maybe you are looking for

  • Cannot send an email within iOS apps

    Hello- I use an iPhone running iOS version 9.2.1 6. I tried to send emails in apps on my iPhone and the emails are not being received. I am currently using Outlook as a mail client. For example, I go to the application of the New York Times and I wan

  • HP Probook 4530 s quick launch buttons

    Hi, today, when I woke up the laptop the keyboard did not work... So I uninstalled with drivers I know a simple reboot would have been enough, I was too hasty... I am the keyboard driver to a standard Windows keyboard driver, and my left Fn, CTRL key

  • Qosmio F60 - how to default wifi off?

    I have a Qosmio F60 and wonder how to get the default wireless off? I use cable internet and rarely have use for the wireless. I would prefer to keep it off, I don't have a reason to use it, simply for security reasons. Thanks in advance for any help

  • How to lock "Write to file measure VI" during the execution of the request for this file cannot be opened during execution.

    Hello I have an application where I am external hardware data acquisition and save it in a file using "Write to measure file VI. During the application run on time; When the user opens ".» LVM text file "; abendons-saving application of the data obta

  • por that put borraron contacts?

    Control unos imensajes y tuve as put put contacts as if were nuevos a los than ordinriamente messages envio. It seems that borraron todos put contacts. Como los rescue?