delete the MC leaving the framework

Hi I have a framework that DID this:

this.createEmptyMovieClip("news",1)
news.loadMovie ("news.swf")

When I click on a btn and arrives at another framework that news.swf file always stays above other elements.
is there a way to remove it when I leave the current frame? (Thanks in advance)

You can use:

news.removeMovieClip ();

Tags: Adobe Animate

Similar Questions

  • Can you after you have selected a picture with the magic wand just delete the background, leaving only the photo?

    Can you after you have selected a picture with the magic wand, just delete the background, leaving only the photo?

    Or should we use layers to achieve?

    I use Adobe Elements 8.

    Thank you

    Martin

    What is your intention to delete the background - replace the white background transparency or others?

    Keep in mind that if you delete on the background layer (the default name), deletion is replaced by the current color set in the chip of background color as shown in the toolbar. By default, it is white, so if you are selection and deletion of a white background you will end up with white again. If you want that transparency first change the background to a normal layer Layer renaming.

  • Hide a flash video dynamic of scene leaving the framework?

    Hi all

    I'm still working on this flash presentation and I coded a dynamic video player that calls a URL to play a mp4 file.

    The problem is that when I leave the framework that I have designated for video, video is still on the stage of content on other executives.

    Now, I've experimented with things like removeChild, but without success.

    If anyone has any suggestions on how to make the video visible on an image, or do stop playing on other images, I would be acknowledging the entry.

    Thank you!

    Here is my code if it helps.

    var alreadyExecuted:Boolean;

    If (! alreadyExecuted)

    {

    alreadyExecuted = true;

    Stop();

    start the animation button

    home_button.addEventListener (MouseEvent.ROLL_OVER, overBtn);

    home_button.addEventListener (MouseEvent.ROLL_OUT, outBtn);

    home_button.addEventListener (MouseEvent.CLICK, clickBtn);

    video_button.addEventListener (MouseEvent.ROLL_OVER, overBtn);

    video_button.addEventListener (MouseEvent.ROLL_OUT, outBtn);

    video_button.addEventListener (MouseEvent.CLICK, clickBtn);

    animation_button.addEventListener (MouseEvent.ROLL_OVER, overBtn);

    animation_button.addEventListener (MouseEvent.ROLL_OUT, outBtn);

    animation_button.addEventListener (MouseEvent.CLICK, clickBtn);

    faq_button.addEventListener (MouseEvent.ROLL_OVER, overBtn);

    faq_button.addEventListener (MouseEvent.ROLL_OUT, outBtn);

    faq_button.addEventListener (MouseEvent.CLICK, clickBtn);

    quiz_button.addEventListener (MouseEvent.ROLL_OVER, overBtn);

    quiz_button.addEventListener (MouseEvent.ROLL_OUT, outBtn);

    quiz_button.addEventListener (MouseEvent.CLICK, clickBtn);

    function overBtn(evt:MouseEvent):void

    {

    evt.currentTarget.gotoAndPlay (10);

    }

    function outBtn(evt:MouseEvent):void

    {

    evt.currentTarget.gotoAndPlay (1);

    }

    function clickBtn(evt:MouseEvent):void

    {

    evt.currentTarget.gotoAndPlay (20);

    }

    the end animation button - start navigation;

    video_button.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_13);

    function fl_ClickToGoToAndStopAtFrame_13(event:MouseEvent):void

    {

    gotoAndStop (15);

    }

    animation_button.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_14);

    function fl_ClickToGoToAndStopAtFrame_14(event:MouseEvent):void

    {

    gotoAndStop (30);

    }

    faq_button.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_15);

    function fl_ClickToGoToAndStopAtFrame_15(event:MouseEvent):void

    {

    gotoAndStop (45);

    }

    quiz_button.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_16);

    function fl_ClickToGoToAndStopAtFrame_16(event:MouseEvent):void

    {

    gotoAndStop (60);

    }

    home_button.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_17);

    function fl_ClickToGoToAndStopAtFrame_17(event:MouseEvent):void

    {

    gotoAndStop (1);

    }

    end of navigation-Begin code mp3 player

    var mySound:Sound;

    var myChannel:SoundChannel;

    var soundIsPlaying:Boolean = false; prevent play overlap btn

    var p:uint = 0;

    mySound = new sound;

    mySound.load (new URLRequest("assets/track1.mp3"));

    btn_play.addEventListener (MouseEvent.CLICK, playSound);

    btn_stop.addEventListener (MouseEvent.CLICK, stopSound);

    btn_pause.addEventListener (MouseEvent.CLICK, pauseSound);

    function stopSound(myEvent:MouseEvent):void

    {

    myChannel.stop ();

    p = 0;

    soundIsPlaying = false;

    }

    function playSound(myEvent:MouseEvent):void

    {

    If (! soundIsPlaying)

    {

    myChannel = mySound.play (p); location of song //play (p)

    soundIsPlaying = true;

    }

    }

    function pauseSound(myEvent:MouseEvent):void

    {

    If (soundIsPlaying)

    {

    p = Math.floor (myChannel.position);

    myChannel.stop ();

    soundIsPlaying = false;

    }

    }

    the video code

    Video: video of var = new Video (480,204);

    Video.y = stage.stageHeight / 278-2 / 2;

    Video.x = stage.stageWidth / 290-2 / 2;

    var nc:NetConnection = new NetConnection();

    NC. Connect (null);

    var ns:NetStream = new NetStream (nc);

    ns.addEventListener (NetStatusEvent.NET_STATUS, onStatusEvent);

    function onStatusEvent(stat:Object):void

    {

    trace (stat.info.code);

    }

    var meta: Object = new Object();

    meta.onMetaData = function (meta: Object) {}

    trace (Meta.Duration);

    };

    NS.client = meta;

    video.attachNetStream (ns);

    btn_playvid.addEventListener (MouseEvent.CLICK, playFunction);

    function playFunction(evt:MouseEvent):void

    {

    NS. Play("Assets/Movie.MP4");

    }

    btn_stopvid.addEventListener (MouseEvent.CLICK, STOP function);

    function stopFunction(evt:MouseEvent):void

    {

    NS.pause ();

    }

    }

    Hide video playback on the first image buttons

    btn_playvid. Visible = false;

    btn_stopvid. Visible = false;

    Change the location of the video object there something out of the visible area of the scene, that is-1000.

  • Stop the flv leaving a framework

    I want to stop a video of the game, when you leave a framework

    I tried to use SoundMixer.stopAll (); but it doesn't stop the sound

    I think my video's always streaming in the background, because im starting to notice performance problems when I go back and open the video again

    the site becomes very slow.

    Help, please

    I'm sorry, my answer is maybe too late.

    In any case, I guess you must stop streaming by calling the close() method.

    Take a look on

    http://livedocs.Adobe.com/Flash/9.0/ActionScriptLangRefV3/Flash/NET/NetStream.html#include ExamplesSummary

    Then, you can call stream.close () to stop it.

    Or if you have a component FLVPlayback instance on the stage, then you must call stop() on it.

    For example, if the flvPlayBack on stage component was named "myVideoObj" then you must call myVideoObj.stop ();

    Maybe you need to set

    myVideoObj.autoPlay = false;

    Good luck

    getnaleen

  • How to delete a picture in Windows Photo Gallery tag files or specific files of photo files without deleting the image completely out of all of these places, leaving the image in one place vs. have in several places?

    I'm trying to manage my photos already imported and downloaded on my computer.  There is a master "All photos and videos" folder in the Windows Photo Gallery all in the top left of this program.  Below that is a folder "Images".  Below that are "Tags" with a certain number of 'labelled' folders below.  Lower in another main 'Images' folder with a folder of the yellow file beside him icon.  Here's this file, a number of other folder also named with the file yellow folder icon next to them as well.

    What I'm trying to do is manage all these photos and who want to keep a copy of an image in one of the folders of images with an icon of yellow folder next to him.  However, if I delete an image from anywhere in one of the places mentioned above, no matter which, a copy or copies of the image lies, the given image and all copies in one of the other place listed in the first subparagraph above are deleted and this specific photo is present ONLY in the recycling bin.

    How can I do what I want to do here?  I hope that's clear enough!

    Thanks a lot (someone)...

    Hi EKahn,

    When you delete a file from the library, you do not your computer delete it. If you delete a folder, photo library no longer displays images and videos that were in that folder, although the file remains on your computer.

    You can remove the folders that you have added to the Gallery of photos at any time, but you cannot remove files that are in the default Photo Gallery. Remove a folder prevents him from appearing in the photo gallery. If you delete a photo, it is deleted from your computer as if you deleted the images folder.

    Select the pictures and videos are displayed in Windows Photo Gallery
    http://Windows.Microsoft.com/en-us/Windows-Vista/choose-which-pictures-and-videos-are-displayed-in-Windows-Photo-Gallery

    I hope this helps!

    Halima S - Microsoft technical support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The tab 'fonts' & 'file' in the creative cloud window shows only a wheel of continuous rotation. Even after leaving the window open all night, he showed nothing. I went in the OOBE folder and tried to remove the button Delete the opm.db file, but it i

    I was never able to access these features in the window of creative cloud. I tried to access the OOBE folder to remove the file from opm.db to . There is no file opm.db. I followed the advice from another thread and delete the contents of the OOBE folder. This did not solve my problem. I left the window of creative cloud open for a whole day hoping that would solve the problem. He did not. Thanks for any help you can provide this issue.

    Thomasc11484006 have you tried to run the uninstall program Adobe Creative Cloud desktop application and then put it back?  Instructions and the uninstall program can be found at code error 2 or 50: Creative Cloud desktop application update doesn't have.  You can then reinstall the application using the steps listed in download and install Adobe Creative cloud appscreative cloud.  We invite you to update this discussion if you have any questions about the steps that are listed in each document.

  • Possible to delete the pix of Photos & keep about iCloud?

    I'm a jump and move photos to another management/editing software. I want 90 GB free on my Macbook Pro by deleting all my photos photos, but I want to KEEP all my photos (30,000 of them) in iCloud.

    It is an intermediate movement until I am sure that I don't want to use the Photos.

    Is this possible? Is it as simple as click on the button "Optimize Mac Storage" in the Panel preferences of Photos? Or is it possible to actually DELETE the pictures of my HD while keeping on iCloud?

    Thank you-

    Is this possible? Is it as simple as click on the button "Optimize Mac Storage" in the Panel preferences of Photos? Or is it possible to actually DELETE the pictures of my HD while keeping on iCloud?

    If you click on "Optimize storage", Photos will remove more original images, if you are running out of storage and replace with smaller optimized versions.

    It will be a dynamic process and take a long time.

    The fastest solution would be to move your photo library on an external drive, then remove it from your system disk. If you keep iCloud active library, you can still use iCloud photo library, if your external drive is connected, and you do the library on your external drive your system library.

    Or you can disable iCloud photo library on your Mac in ' Photos > Preferences > iCloud. Do not click on "Disable and remove" in system preferences > iCloud > Photos. The photos will remain in iCloud.

    Then don't use that the web interface for iCloud to www.icloud.com > Photos

    See this help https://help.apple.com/photos/mac/1.0/?lang=en#/phtf5e48489cpage. -the last paragraph "stop using iCloud photo library.

    Important: If you decide to disable iCloud photo library, first be sure to select 'Download this Mac originals' in the iCloud Photos preferences pane, then all your original photos can be downloaded from iCloud to your Mac. Be sure to leave your originals to download before shutting iCloud library completely.

    • Choose Photos > Preferences, then click on iCloud.
    • Uncheck the box for iCloud photo library to turn it off.

    After having turned off iCloud photo library, the Photos on your Mac app can't access your iCloud library, and changes you make to photos on your Mac do not appear on other devices. Your library remains in iCloud and available to other devices than iCloud use photo library. To disable iCloud photo library on all your devices, open the iCloud of system preferences pane, click on the button manage, then click on photo library. Click on "Disable and remove." Your photos and videos will be deleted icloud library within 30 days, unless you click Undo deletion before that date.

  • Is it safe to delete the original score after successful cloning?

    I have a Mac mini mid2010. I swapped his optical drive to an SSD. Then I cloned the operating system partition and everything works perfectly. My question is whether it is safe to delete the original "Macintosh HD" that I cloned, or if there is a way to keep its files being accessible if I don't get them mixed up.

    Thank you

    Delete the old folder on the internal drive home page only. I should leave everything alone in case you need to boot from this drive. However, in general, it is safe to reformat the hard drive. But it depends on what you plan to do with it.

  • Thunderbird deletes the messages from the server if I said not to do so.

    I use a POP3 server and have 'leave messages on the server - until I delete"checked but Thunderbird is still deleting messages from the server before my other e-mail viewer gets it.

    If my other program (from MR2ICE under OS2 on another machine) Gets the first messages, I'll see them on both machines.

    If Thunderbird 'em first I don't get them on the other machine, and, when I check via webmail, they aren't there.

    Thank you.

    If you want to see messages on several machines, POP is not the best choice. You choose to use POP, or is it you imposed by the e-mail provider?

    I don't have a job here POP account to check with, but you can try with the option ' until I have delete ' unchecked? You doing anything with messages, such as moving them to another folder?

    I've never been confident with the way that ' until I have remove the ' works; If a message has been moved out of the Inbox to another folder, and you remove it, a request to delete the message always spread on the server?

    With IMAP, by moving a message to a folder in account to somewhere the IMAP server can not see it is actually a deletion; the server can no longer see the message, so syncs by removing its own copy of this message. I haven't checked through what a POP server is in similar circumstances.

  • Is it safe to delete the partition OSXRESERVED? because it is still there after the installation of windows 10

    I recently got a MacBook Pro 15 "2015 model retina running MacOSX 10.11.5 El Capitan.

    My steps for installing Windows 8.1:

    Create a. ISO file from DVD installation disc and save it. ISO on a USB Flash drive.

    run bootcamp and run the. Location of the ISO on the usb flash drive.

    The SSD partition

    and then it reboot and the windows installer is on and I finish installing Windows 8.1

    then the program to install bootcamp drivers intervenes and installs the drivers

    then it restarts and I upgraded towing 10 Windows later and update the bootcamp drivers

    Then I start to Mac OS X, but the OSXRESERVED partition is still there.

    And when I restart by pressing the option key, I see 1 Macintosh HD but 2 displayed Windows disks

    Is it safe to delete the partition OSXRESERVED?  I read online that deleting it will cause 10 Windows do not to start over.

    Or should I leave it alone?

    Bump

  • How to import old emails having accidentally deleted the email account?

    I have deleted my thunderbird e-mail account and now cannot access the mails I received. I'm trying to find them on the computer and import them, but don't know how to do. I use thunderbird on windows 8.1. Any help is appreciated!

    If you have deleted the email account, then it is expected that you wouldn't see emails. So there is nothing wrong with this part.

    It is possible to recover a deleted account.

    If you have an IMAP email account you simply re-create the IMAP account as e-mail messages are stored on the server and IMAP e-mail accounts have a remote view directories on the server.

    If you had a Pop e-mail account, e-mail messages are download from the server Inbox for the email account Thunderbird Inbox. By default, they download, and then delete the copy on the server. So now the only copy in your computer. You can set it up so that emails are not deleted from the server. Tools > account settings > server settings for pop mail account Select "Leave messages on the server" click OK

    Note: If you have an account and you want to remove it, but you always want to see e-mail messages, you need to move e-mails in local folders first and then delete the account.

    How to recover a deleted email account.

    This link tells you how to recover the account. But I described the process below.

    First check emails exist make hidden folders and files visible:

    In Thunderbird
    Help > troubleshooting information
    Click on the view file"" button.

    A new window opens to display the your profile folder.
    Click on "Mail".
    Click on the name of pop e-mail account (if it does not exist, then they are gone).
    Note its name and where it is located. In general: C:\Users\UserName\AppData\Roaming\Thunderbird\Profiles\profile name\Mail\pop mail account name of the folder.

    This will show you all the folders listed as "files", they don't have any extension. Thus, for example: you will see the Inbox (email containing) and Inbox.msf (indexing file - no email).

    You can open the Inbox folder using Notepad to see the emails.

    Assuming that the account and emails are still there: close the window.

    In Thunderbird: Create a new pop e-mail account by using the same parameters as the one you deleted.
    File > new > account mail Exisitng

    Now to the point the mail account created to use the e-mail account deleted.
    Tools > account settings > server to the newly created pop e-mail account settings.
    lower-right look for "local directory".
    Click on the button "Browse".
    Locate your original pop email account and click Open
    In general it is located here:
    C:\Users\UserName\AppData\Roaming\Thunderbird\Profiles\profile folder name\Mail\pop mail account name.

    Click OK

  • iMac Mavericks - delete the Admin user & increase disk space

    My iMac Specs:

    21.5 inch, mid-2014

    OS X Version 10.9.5

    Processor 1.4 GHz Intel Core i5

    Memory 8 GB 1600 MHz DDR3

    Graphics  Intel HD Graphics 5000 1536 MB

    Serial number  C0 * Y0T

    Software  OS X 10.9.5 (13F1808)

    Mac HD 160,11 GB free on 499.25

    Hello

    My wife gave me his iMac and she is listed as a user Admin I created my own user. I want to create more disk space by removing his admin account.


    Apple gives these instructions:

    OS X Mavericks: remove a user

    If you are an administrator, you can remove users that you would no longer have access to your Mac.

    When you delete a user, you can save the home folder of the user, which contains the files and the settings of the user, or delete the folder.

    Open the preferences users and groups, and then click the lock icon to unlock it. If required, type your password, and then click on unlock.

    Select the user you want to remove, and then click Remove under the list of users.

    Do one of the following:

    To save the home folder of the user as a disc image, select "Save the home folder in a disk image." The disk image is saved in/Users/deleted users.

    In order to leave such base file, select "do not change the folder." The folder remains in / Users /.

    To delete the folder of your computer, select "Remove the folder." If you want to keep the programs that read the raw data to recover all files, select "delete the folder safely."

    Click on the user to remove.

    If you do not remove a personal folder user, you can restore the user and the content of the home folder.


    My questions, that they do not explain the instructions.

    1. can I delete his account if I'm not the Admin? I can access the admin account.

    2. can I designate me as the new admin, and then delete his account?

    3. I have, indeed, will create more disk space by removing account here?

    4. If I register his record as a disk image, which will open disk space without delete me the entire account?


    A technician Apple told me that I can not increase the memory of 8 GB to 16 GB on my vision.

    5. can't increase memory - is this true?

    My computer works as fast as I want and I'm trying to reduce the load on the system.

    6. I go about it the right way or is there something more I can do?

    Thank you

    TonyDi31

    < personal information under the direction of the host >

    Hi Tony, I asked your serial number erased. You never want to post in a public forum.

    To answer your question, no, you can not delete the account if you are not admin. You try to delete the account to become the sole Director of the computer? If so, everything will always be linked to his Apple ID and will require a password to authenticate anything. If this is the case, you must wipe the drive and reinstall the OS using internet recovery.

    OS X: on OS X Recovery - Apple Support

  • If I delete the Firefox profiles folder in Appdata, which would remove all my Firefox personal information such as passwords and browser history?

    Sometimes I have to bring my laptop to the computer store, but I always make sure to remove all the programs like Firefox information, just in case.
    But I read that Firefox stores all your information in an Appdata folder.
    So I was wondering, if I had to move this folder to an external hard drive and remove it from the computer, would all my information from Firefox are deleted from the computer, or is it still going to save this information elsewhere?

    And if it removes all the information, if I move the folder that I save on an external hard drive on my computer, Firefox will have access to all this information again?

    Firefox will create a new profile folder if you try to open it without having a profile folder

    Yes, you could just copy the content and then delete the original content, leaving the record. Then overwrite the content again with the contents of your backup.

  • What happens if I delete the contents of the my SubscriptionPlayCache folder in iTunes?

    Hello world

    I'm on a MacBook Pro (El Capitan 10.11.2, 2.4 GHz/4 GB), with 121 GB of Flash storage and I'm running out of hard drive space.

    I got a new time Capsule recently and more backups were transfer files to this (pictures, videos, etc.), but I just noticed the iTunes cache - specifically "SubscriptionPlayCache" has 9.1 GB of data in it. I regularly listen to music while I work, then, of course, that this has been over time.

    Will be the rumble of coming world down if I delete the contents of this file, leaving the folder itself in place (to begin its inexorable March upward the Hill of filling of storage)?

    Thank you!

    Music files Apple cache: http://dougscripts.com/itunes/2015/09/new-flush-apple-music-cache-files/ - ~/Library/Caches/com.apple.iTunes/SubscriptionPlayCache/ file, which is a bit like a "iTunes Media" folder for music from Apple

    You might find yourself with a bunch of broken links in iTunes for tracks pointing to these files. You could always delete those that many find that painful and unsightly to have them even.

  • Satellite P855 and Win8 - would like to delete the recovery partition

    In fact, I would like to remove the recovery on my new P855 Satellite partition using diskpart. Now I have some problems/uncertainty (of course I have already created the recovery DVDs):

    1: when I look in Disk Management on my Windows 8, there are 2 recovery partitions! a small beginning of the disc (450 MB), a bigger at the end of the disc (8,66 GB). I'm a little confused about this. There is not usually a single recovery partition? Are - this two recovery partitions from toshiba for windows 8?

    2: I read somewhere that it can occure problems with the system by deleting the recovery partition. is there a risk if I delete the above two recovery partitions? (not to mention that I don't have the recovery of files on the hard drive more) May - so that it affects the stability or the ability of the system?

    As I don't want to take the risk, I crash my system, I hope that someone knows about it!

    Thank you guys

    see you soon
    kDar

    And why you want to delete the recovery partition?
    Its best to leave it as it is in case, you want to retrieve the computer laptop back to factory settings.

    > 1: Whe I look in Disk Management on my Windows 8, there are 2 recovery partitions! a small beginning of the disc (450 MB), a bigger at the end of the disc (8,66 GB). I'm a little confused about this. There is not usually a single recovery partition? Are - this two recovery partitions from toshiba for windows 8?

    I guess that one was created by Win 8. It contains the files to fix the system in case something would be a mistake of the last partition seems to be Toshiba that contains the recovery image files.

    > 2: I read somewhere that it can occure problems with the system by deleting the recovery partition. is there a risk if I delete the above two recovery partitions? (not to mention that I don't have the recovery of files on the hard drive more) May - so that it affects the stability or the ability of the system?

    Deletion of partition of Toshiba should not (usually) affects the ability of the system to the laptop, but nevertheless, you must create a recovery disk before you remove anything on the HARD drive.
    The recovery disc will return to the factory settings in case, that the system could be confused to the top.

  • Can I safely delete the D partition on the HARD drive?

    Second question: my laptop came with the HD in two partitions, C and d is there a purpose for this and I can easily (safely) delete the D partition?

    You can do what you want and you can create a partition but HARD DISK with two partitions has since. All important data, you can save the second one (D). If something is wrong with the operating system you can install it at any time on the partition c. on this way, all your data will still be there.

    The delivered use recovery media, you can use the configuration option and select installation on already created the C partition.

    I recommend you leave him with two partitions.

Maybe you are looking for