Cant unload movies on two different levels?

Hi guys,
I am having trouble with unload an loading movies. Basically I am loading a movie into a container, which works a charm:
graphicsbut.onRelease = function() {
_root.createEmptyMovieClip("container",1);
loadMovie("Graphics/Graphics.swf","container");
container._x = -22 ;
container._y = 0 ;
And then I want to load another movie above this one, also working:
Dyson_hit.onRelease = function()
Dyson_mc.gotoAndPlay("out");
loadMovieNum("Graphics/Catwalks.swf", 2);
disableBtns();
But NOW the problem....I want to unload them both when a close button is pressed on the third loaded swf?
Also, ideally I would like to add that second movie clip into a container, so I can position it correctly, but when I try copying the code I use on the first, it doesn't seem to work...is it to do with the "root" bit perhaps?

to load both into a container movieclip:
graphicsbut.onRelease = function() {
_root.createEmptyMovieClip("container",1);
loadMovie("Graphics/Graphics.swf","container");
container._x = -22 ;
container._y = 0 ;
And then I want to load another movie above this one, also working:
Dyson_hit.onRelease = function()
Dyson_mc.gotoAndPlay("out");
_root.createEmptyMovieClip("container2",2);  // use higher depth and different name
loadMovie("Graphics/Catwalks.swf", _root.container2);
disableBtns();
and you can control movieclips loaded into _levels:  you must wait until loading is complete (ie, use preloader code or an mcl).

Similar Messages

  • Controlling the main time line of a movie via a button within a movie on a different level.

    Hi there!
    I have two movie is two different levels,
    Level 5 is my base movie and I am loading another movie on
    top of this into level 10.
    Once the user clicks onto a button within the movie on level
    10, I would like the animation in level 5 to stop (the animation
    runs on the main root timeline of level 5).
    Once the user clicks on a different button within the movie
    on level 10, I would like the animation on the main timeline of the
    movie in level 5 to start again from the point where it previously
    left off.
    Is this possible?
    It would be great if someone could help me out with this.
    Thanks, midi_ie

    midi_ie wrote:
    > Hi there!
    > I have two movie is two different levels,
    > Level 5 is my base movie and I am loading another movie
    on top of this into
    > level 10.
    > Once the user clicks onto a button within the movie on
    level 10, I would like
    > the animation in level 5 to stop (the animation runs on
    the main root timeline
    > of level 5).
    >
    > Once the user clicks on a different button within the
    movie on level 10, I
    > would like the animation on the main timeline of the
    movie in level 5 to start
    > again from the point where it previously left off.
    > Is this possible?
    _level5.gotoAndPlay("someLabelframe");
    Use your regular action to target timeline or movie clips,
    just define the level number at the beginning of the path.
    Pretty much it :)
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Sorry last question got knocked back my ipad and iPhone on two different levels and I am not able to play through Facebook so not able to progress or unlock next level through Apple store. Don't know how to resolve problem

    Sorry last question got knocked back my ipad and iPhone on two different levels and I am not able to play through Facebook so not able to progress or unlock next level through Apple store. Don't know how to resolve problem

    Thank you again for all of your help!! I really appreciate it!
    I think I am following -- I was able to upload to my iPhoto and all photos and videos are there that is a plus! I tried to create an Event in my iPhoto and put all of my photos in that event but for some reason, now my iTunes it not recognizing that Event in my iPhoto. It is not allowing me to import just that event at the moment but I may be doing something wrong. At least all of my pics and vids are in iPhoto so that is a plus and I know they are at least saved somewhere. Just for some reason, my iTunes it not locating the event that I created with only those photos.
    Thank you for letting me know about my contacts! How do I know if I have the contacts app?
    Also, I had no clue that my iCloud could be backed up via cellular data! However, is this a new feature with the most updated iOS?? Unforutnatly I am like 2 iOS updates behind because I don't have enough storage on my phone. I still get the notification that my phone needs to be plugged in and connected to wifi in order to back up to the cloud :-(
    How can I sync using USB? Right now when i click on the info tab for my iPhone in my iTunes this is the answer that I get -- I am a little unclear as to what it means.
    Sync Contacts:
    Your contacts are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone
    Sync Calendars:
    Your calendars are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone

  • Macro - multiply numbers at two different levels

    Hi Folks,
    I am trying to write a macro which takes KF at a detailed level and multiplies it with another key figure at a different level of aggregation. Any ideas in this direction will help.
    A - B
    KF 1 = 10 %
    A - C
    Kf 1 = 20%
    A
    KF 2 = 100
    I want to write  a macro that gives following result
    A - B
    KF3 = 10 ( 10% * 100)
    A - C
    KF3 = 20 ( 20% * 100)
    Regards,
    Sachin
    Edited by: Sachin Ganesh Shetty on Feb 12, 2009 4:57 AM

    Hi,
    I had a similar requirement of running a macro at 5 level and use a data at 3 level as one of the inputs.
    what i did was i wrote a Z function module which called /sapapo/msdp_data_read and retrieved the value at 3 level.
    Thus i was able to extract a 3 level value and use it to run a macro at 5 level.
    Please let me know if this helps.

  • Multiplying data at two different levels

    I have Actual Forecast Bias data generated at a particular level (%Bias). I want to multiply this against other data that is at a different level in the same cube so as to adjust the forecast in line with actual performance. The Bias% data is at Battery Part# level. The data that I want to multiply it against is Appliance/Battery level. When I run it, the multiplication operates against a rolled up consumption level for all appliances that use a particular battery. I need the Bias % to operate at the battery level, not the rolled up level..
    I'm a newbi at this so any help welcome
    See the code below
    FIX (Batteries, @IDESCENDANTS ("A Size Family"),appliances,ww,@idescendants(NA));
    "New forecast %" = #Missing;
    "Bias %" = #Missing;
    "Bias %" = ("trade units" -> Actual/"trade units");
    ENDFIX;
    FIX("wif 1")
    FIX (@LEVMBRS(appliances,1),@levmbrs(Batteries,0), @IDESCENDANTS ("A Size Family"),ww,@idescendants(NA));
    "New forecast %" = consumption*"Bias %";
    ENDFIX;
    ENDFIX;
    FIX("wif 1")
    CALC DIM (WW, Supplies, Printers);
    ENDFIX;

    Hi Johnnie
    I assume the important bit is the bit within the second fix:
    "New Forecast" = Consumption * "Bias %";
    The way you have your fix statement set up it is looking at level 0 members in your Appliances and Batteries dimensions (I'm reading your post as if they are separate dimensions). I assume your issue is that the one piece of data is at level 0 interesections of appliances and batteries but the other piece is not possibly at level 0 of one dimension and level 1 or higher of the other, Bias% being the one at the higher level?
    If that is the case then I think you need to look at a way of getting from the level 0 member to the correct intersection point(s).
    Have you had a look through the technical reference at functions like @PARENTVAL, @ANCESTVAL or the multidimensional options for the same @MDPARENTVAL and @MDANCESTVAL, it sounds like your formula needs to be something along the following lines
    "New Forecast" = Consumption * @PARENTVAL(Appliances, "Bias%");
    What the above would do differently to your original code would be to get the Bias % value from the parent of the current level 0 member of the appliance dimension being calculated. While this might not be exactly what your requirement is hopefully it will steer you in the right direction.
    Hope this helps
    Stuart

  • HT1351 Trouble Syncing Movie to two different ipods

    i purchased a movie via itunes.  i downloaded to one of our family ipods (7th gen), and am now trying to copy to a second family ipod (7th gen).  says it cannot be copied to this ipod.  accounts and computers are authorized.  only two of five registered.

    http://support.apple.com/kb/HT1495

  • Peoplesoft Panels for one record on two different level

    There are two key fields on the record. I want to display only one key field as header and rest on the grid. Two key fields are
    New item (K) search key, list box
    Old item (K) search key, list box
    other fields...
    1. I have created a panel that is used for one new item that replaces bunch of old items(Item Supersedure) in which I used new item key in the header and old key item field in the grid. This works fine.
    2. But, I also want another panel that needs old item field in the header and bunch of new items in the grid for the same record(one old item being replaced by few new items).
    I made both old and new item field search key and list box, so that I can use them to create panel for these two situation.However, this second panel is not working right. Everytime I insert new items in the grid, it doesn't copy old item on the header that is associated with it on database after save.
    Since, this was not working, I was thinking of creating a view, work record etc but that doesn't seem to work either.
    Please share your expertise. Your help will be highly appreciated.
    Thanks

    There are two key fields on the record. I want to display only one key field as header and rest on the grid. Two key fields are
    New item (K) search key, list box
    Old item (K) search key, list box
    other fields...
    1. I have created a panel that is used for one new item that replaces bunch of old items(Item Supersedure) in which I used new item key in the header and old key item field in the grid. This works fine.
    2. But, I also want another panel that needs old item field in the header and bunch of new items in the grid for the same record(one old item being replaced by few new items).
    I made both old and new item field search key and list box, so that I can use them to create panel for these two situation.However, this second panel is not working right. Everytime I insert new items in the grid, it doesn't copy old item on the header that is associated with it on database after save.
    Since, this was not working, I was thinking of creating a view, work record etc but that doesn't seem to work either.
    Please share your expertise. Your help will be highly appreciated.
    Thanks

  • How do you tell two different cursors to move to different places?

    Sorry if this has been asked before but I couldn't find the answer anywhere.
    As I said, I'm trying to get two different cursors to move to two different places on the same graph. I have the values I want them to go to, I'm just not sure which function or command to use. I'm using LabVIEW 8.6. Thanks for any help!
    Solved!
    Go to Solution.

    WCR,
    You would have to use the property nodes of the graph to move the cursors programmatically. The properties of interest are Active Cursor and Cursor Position > X and Cursor Position > Y. Use the Active Cursor to specify (by cursor index) which cursor you want to work with, then set the X and Y property values, then set the next cursor as the Active Cursor and set its X and Y property values.

  • Multiprovider - two infoproviders with different levels of summarization

    Hi Gurus,
                  I need to create a report which requires data from two infoproviders, I am thinking of building a multi provider on top of the two infoprovider . I wanted to know if its possible to create a multiprovider on top of two infoprovider with different level of summary. Any suggestions with be very helpful for me.
    Kindly let me know..thanks in advance...
    cheers,
    Tuck

    Hi
    Two different level of summarization will throw inconsistency in reporting
    It is not advisable
    Regards
    N Ganesh

  • Error after creating Element level join between two different dataset in11G

    Hi Experts,
    My report is having data from two different datsets, I created two datasets and joined them with Element Level join. I am getting below error.
    "The following tags were not closed: DATA_DS. Error processing resource 'http://localhost:9704/xmlpserver/servlet/xdo'. "
    But independent datasets are executing with out any errors.
    Please let me know, If any one have inputs to resolve this.
    Thanks in advance..

    Hi,
    Can you please explain the resolution in more details. I'm also having the same issue in BI Publisher report when trying to join two data sets with Element Level Link. I have checked that all my columns have alias names.
    Thanks,
    Piya.
    Edited by: 947289 on Jul 18, 2012 5:56 AM

  • Can you move files between two different user accounts in Time Capsule?

    I copied a bunch of stuff from my old NAS (which used FAT) to Time Capsule under one user account... I then reformatted the NAS to HFS+ so I could just use it as a USB drive connected to the TC. Now I realized that I want to have one of those folders in another user directory. I cannot open two different sessions of the TC on the computer...at least I have not figured out how to do this. Is there a way to accomplish this without copying the folder to my computer, then copying it back to the other user directory? It is several gigs.

    you can crop files from one account to another using the Public Dropbox which every user account has.  Log into the user that has the files you want to move, then drag the folder you want to the new users' dropbox:
    I suggest a small scale test on a few files first before moving gigabytes of files.

  • In creating a playlist in iTunes of two different versions of a classical string quartet, can the movements be alternated in play order. In other words, Movement 1 by group A, followed by Movement 1 by group B?

    In creating a playlist in iTunes of two different versions of a classical string quartet, can the movements be alternated in play order. In other words, Movement 1 by group A, followed by Movement 1 by group B? 

    In creating a playlist in iTunes of two different versions of a classical string quartet, can the movements be alternated in play order. In other words, Movement 1 by group A, followed by Movement 1 by group B? 

  • HT1933 Never got an email about purchasing a movie on iTunes, but got billed twice on two different bank accounts. How do I get refunded?

    I have two different bank accounts and I still had my old on in my itunes when going to purchase the movie. Said the account was then not the right information...reposted my new bank account information that I wanted to get billed and it charged me on both accounts. How do I get refunded on the one account?

    Both are 'proper' charges, one isn't just a temporary holding charge ? If they are then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Two different profit center generated after material movement 201

    Hi there:
    Here is my issue:
    After I did movement 201,then I went to mb03 to look at material document, then I click accounting document found that there are two different profit center appeared in two items, first line item is that credit inventory account 20208100, I don't know where does profit center come from in first item? Second item is that debit material consumption 60100000, cost center shows correct which is the one when I populated while doing movement 201, and profit center shows correct, since cost center belongs to it.

    Hi Please see my reply as below:
    This behaviour seems correct... I think your Profit center in Mat master is different than the Profit center of the cost center to which material was issued
    Yes,because profit center in material master is blank in which plant to issue
    Inventory account will always be credited with the PC assigned in Mat master
    Considering the profit center of mat master is blank, so what default value does it be reflected to inventory account?
    Consumption account (If it is created as Cost element) will always be debited with PC of the Cost Center to which material is issued
    It was not created as cost element, based on your theory, it will be debited with PC of the material master, but PC of material master of specify plant is blank, so what default value does it be reflected to inventory consumption account?
    Consumption account (If it is not created as Cost element) will always be debited with PC of the Material master
    Thanks

  • Is it possible to run two different apple tv units on the same network and play two different movies off of my iTunes library

    Is it possible to play two different movies on two seperate apple tv units on two tvs at the same time using the same itunes library

    AC is corret you can do that.  It might work a bit better for you if you use a wired connection vs a wireless one for the ATV's.

Maybe you are looking for

  • Windows Extensions grayed out Photoshop CC 64 (NOT 2014)

    I am trying to install On One Perfect Suite 9 panels. The extension is showing in the Extension Manager as installed, but Windows > Extensions is still grayed  ... I have tried the following to no avail: Ensured sync is on in the CC App Manager and I

  • PGI-No Accounts maintained for company code clearing between company codes

    Dear Expetrs, When i am doing PGI getting error that is no accts maintained for company code clearing between 0010 to 0035. This is intercompany process. In our intercompany company codes is 0010 and 0020. So we maintained already clearing acconuts b

  • Mail randomly choosing which messages to display

    I have a problem with the desktop version of Mail, where it randomly stops displaying message content. A message will come in, but when i click on it nothing displays in the window. Quitting and re-booting the application solves this, but it means qu

  • How do I change my email account password in Thunderbird?

    I changed my password on my Comcast email account, and now I cannot access my email using Firefox. There is ABSOLUTELY NOTHING about passwords anywhere on your support site. I've looked in every single menu item, and there is NOTHING to do with passw

  • High server availability

    Hi all, I need to achieve an high availability for all the servers having only two NICs belonging to different VLANs with a particular configuration. Infact, these servers are connected as shows at following: (VLAN1) -->Server1--> (VLAN2) -->Server2