Movie clips change across documents

Does anyone know why this happens?
This is my usual workflow for creating various sized web banners.
1. Create a 300 x 250
2. Get it approved
3. When approved, duplicate the document and resize it for 160 x 600, 728 x 90 etc etc and reposition / change movie clips to fit the new sizes
A problem keeps occuring that if I modify a movie clip in one document those changes can affect other documents even if they are closed.
I haven't created any Project files so essentially the documents aren't linked to each other so why do they change?
Thanks
Paul

If you don't have anything marked as runtime sharing that is the only thing that would modify the symbols. Once you duplicate a .fla file it does not have a magical connection to the others. I would just audit your process and make sure you are modifying what you actually intend to modify.
Are you modifying any external assets outside of the FLA that maybe they are all still pointing to?

Similar Messages

  • Movie Clips change in slide

    I am producing a presentation for a major research project. I have 3 iMovie clips inserted into seperate slides. When I go to play the slideshow, 2 of the 3 movies change to movie number 2. Can anyone help soon? I have to have this done by 9/28!!!

    Well this is a little late, but I think I figured out a work-around for this problem. It seems if you drag an iMovie project directly into Keynote, Keynote makes a temporary QuickTime clip that it references. The "metric" tab on the Inspector will show a different name from the file like "clip-01". I think this temporary clip must be removed or erased when Keynote is closed. The next time you open the slideshow, it doesn't know what "clips" to look for so it defaults to the same one for all references I think.
    The work-around was to "Share" the movie project from iMovie and create a QuickTime file distinct from the iMovie project. These QuickTime files can then be dragged into the slide directly from the "Media" tool. I then did a "Save As" and changed the name of the slideshow slightly. (It didn't seem to work otherwise.) After closing and restarting, all videos are intact and in their proper slides. Hope that helps for future presentations.

  • Missing movie clip

    Hi.  I have six movie clips positioned across the stage and a following row of six movie clips below it. All of them move up the stage and are activated with a seperate key press and it works ok first time.  The following times going up the stage, the fith and sixth movie clips are not visible on the first row, but are on the second row.  Why and what can I do to fix it?  The following code is what I am using for each clip - just repeated and named accordingly.       
    CODE:  addEventListener(Event.ENTER_FRAME, leftbubbleMove);
    function leftbubbleMove(e:Event):void {   
        if (leftbubble_mc.y > - 150) {
            trace(leftbubble_mc.y);
            leftbubble_mc.y -=2;
        } else {
            leftbubble_mc.y = 650
            leftbubble_mc.gotoAndStop(1);       
            //leftbubble has reached the top
            //trace("leftbubble has burst");
            //leftbubble_mc.gotoAndPlay(2);
            //leftbubble_mc.y < 50;
        //code to change the color of a movieClip
        var myColor:ColorTransform = leftbubble_mc.transform.colorTransform;
        myColor.color = 0x00FFFF;
        //detect when bubble has entered the target zone
        if (leftbubble_mc.y < 100 && leftbubble_mc.y > 50) {
            //code in here changes the left bubble when it
            //enters the target zone.
            //change back to original when gone past target zone.
            trace("color change bubble");
            leftbubble_mc.transform.colorTransform = myColor;
            //leftbubble_mc.color = 0x00FFFF;
        } else {
            myColor.color = 0xFFFF99
            leftbubble_mc.transform.colorTransform = myColor;
        //detect when bubble has left the target zone   
    addEventListener(Event.ENTER_FRAME, leftbubbleaMove);
    function leftbubbleaMove(e:Event):void {   
        if (leftbubblea_mc.y > - 150) {
            trace(leftbubblea_mc.y);
            leftbubblea_mc.y -=2;
        } else {
            leftbubblea_mc.y = 650
            leftbubblea_mc.gotoAndStop(1);       
            //leftbubblea has reached the top
            //trace("leftbubblea has burst");
            //leftbubblea_mc.gotoAndPlay(2);
            //leftbubblea_mc.y < 50;
        //code to change the color of a movieClip
        var myColor:ColorTransform = leftbubblea_mc.transform.colorTransform;
        myColor.color = 0x00FFFF;
        //detect when bubble has entered the target zone
        if (leftbubblea_mc.y < 100 && leftbubblea_mc.y > 50) {
            //code in here changes the leftbubblea when it
            //enters the target zone.
            //change back to original when gone past target zone.
            trace("color change bubble");
            leftbubblea_mc.transform.colorTransform = myColor;
            //leftbubblea_mc.color = 0x00FFFF;
        } else {
            myColor.color = 0xFFFF99
            leftbubblea_mc.transform.colorTransform = myColor;
        //detect when bubble has left the target zone   
    AND ALSO
    stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler );
    function keyDownHandler(e:KeyboardEvent):void {
            if (e.keyCode == "Q".charCodeAt()) {
            trace("Q has been pressed");
        //place if to limit region of screen in which bubble can be popped here
        //removeChild(leftbubble_mc)
            if (leftbubble_mc.y < 100 && leftbubble_mc.y > 70)  {
            trace("leftbubble has been burst"); 
            leftbubble_mc.gotoAndPlay(2); 
            if (e.keyCode == "Q".charCodeAt()) {
            trace("Q has been pressed");
        //place if to limit region of screen in which bubble can be popped here
        //removeChild(leftbubble_mc)
            if (leftbubblea_mc.y < 100 && leftbubblea_mc.y > 70)  {
            trace("leftbubblea has been burst");
            leftbubblea_mc.gotoAndPlay(2);
    stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler ); 
            if (e.keyCode == "G".charCodeAt()) {
            trace("G has been pressed");
        //place if to limit region of screen in which bubble can be popped here
        //removeChild(left1bubble_mc)
            if (left1bubble_mc.y < 100 && left1bubble_mc.y > 70)  {
            trace("left1bubble has been burst");
            left1bubble_mc.gotoAndPlay(2);

    Please ignore this question -  I had
    code typing errors.  Got it working.

  • How to change the movie clip a button links to???

    I am working on a website in Flash that had already been
    designed by someone else. There are a number of buttons across the
    website that are linked to the same symbol. Those buttons link to
    movie clips, in the button's actions, that pop up as small windows
    providing more information in regards to the button clicked. The
    problem is that I cannot figure out how to properly change the link
    association between button and movie clip.
    Here is the action script for one of the buttons:
    on (release) {
    _root.scrHEIGHT=100
    _root.scroller.scroller.gotoAndStop(2);
    _root.scroller._x = 100;
    _root.scroller._y = 150.7;
    _root.TM_title = "About Chris Smith";
    _root.READ = 3;
    When I change the number after "root.READ =" it will change
    it to another movie clip but I how do I know what that association
    is based on? For instance if I make a duplicate movie clip how can
    I make the above script link to it? Also, what exactly does that
    last line in the above script mean? When I tested various numbers,
    like 3 and 6, they would link to the same movie clip.
    Please help! This is driving me crazy!
    Thanks!!!

    Hi,
    buttons can be defined with static icon/text, or dynamically via a variable (containing @08\Qtooltip@text for example). You choose the pushbutton type when you define your button using the screen painter. For the dynamic definition, you must tick the "output only" checkbox, enter a global variable name, that you'll fill in your program, preferably using ICON_CREATE function module.
    BR
    Sandra

  • AE How to Change the color of a movie clip?

    I have a movie clip of a White Show Avalanche. How can I change the color from White to another earthly color. I would like to post 2 images, one still of the white avalanche and one still image of the color or look I am after. Can you post or attach images to this thread? If so how?
    I am not just trying to change the Hue/Saturation.

    To elaborate on Ko's post: In RGB space, White is presented by full values of 1 (or 255, if you like that better) for Red, Green and Blue. Since there's no differential between the individual components, there's nothing to shift the Hue. Hence you will have to find alternate ways of recoloring your stuff.
    A simplistic way would e.g. be using effects such as Tint, Tritone or Colorama based on the Luminance. A more elaborate way would be cutting up the whole thing in multiple pieces (debris, shadows, waves, edges) and color correct each part individually. In any case you will very likely have to work with multiple instances of your layer and apply some masking here and there.
    Mylenium

  • Changing depths of movie clips with button clicks

    Hello all,
    I've got a file on working on that has 4 different movie clips on one layer that, when clicked, will zoom in (made with tweens in the timeline).
    The issue I'm having, is that when I click one of them, they are arranged in a way that won't work for what I need. I click one, and it works, but it is hidden by the movie clip that is on top of it in the heirarchy. Click another, zooms in, but is partially hidden by another one.
    My question is: Is there anyway in AS2 to code these so that when one is clicked, it will the top spot in the heriarchy? So that I can code them all like this so that whenever one is clicked, it goes to the top so it is not hidden?
    Thanks

    Correct me if I'm wrong, but isn't that just used to swap 2 movie clips?
    Or is there a number I can input instead of the movie clip name that will change all of them?

  • HT2518 I am trying to move across & view my home movie clips from my PC to Mac, but I can't view them.  What do I need to have installed on the MAC to view such files? (Originally put onto the MAC from a Canon video camera)

    I am trying to move across & view my home movie clips from my old PC to my new Mac but I am unsure what software I need to view them.  They are from a Canon video camera originally.  Please advise how this is done!

    Do they have a file extension?
    How about anything on the camera which might indicate what it is, like AVCHD?

  • Can I change the registration point of a movie clip?

    I'm loading a movie clip dynamically and its registration
    point defaults to top-left corner. I need to change it to the
    center, is this possible? if so, how?
    Thank you

    Thank you. I tried that and it didn't work too. Please check
    this code:
    loader.loadClip(_global.image_url+this["image1"], image1);
    DynamicRegistration.initialize(image1);
    image1.setRegistration( 20, 20);
    What is wrong with it?

  • Changing movie clip alpha with a button

    Hello all
    I need a freindly nudge in the right direction.
    I need to change the alpha properties of a movie clip with a
    button press, but if the alpha cannot go below 20.
    I have the first part ok but just cannot figure out how to
    limit the alpha change so that it does not go below 20.
    Thanks

    Ok everything works but now there is a new problem.
    if I push the increase button past the alpha == 100 the alpha
    does not change but to decrease it will not change until it gets
    back down to the 100% point.
    Example:
    it takes 4 button presses on decrease to get to 20% alpha and
    4button presses on increase to get back to 100%
    If I press increase 3 more times past 100% then I need to
    press decrease 3 times to get back down to 100% and the 4th
    decrease button will cause an alpha change.

  • I am trying to insert a cut photo into a movie clip. the cutaway photo appears above the clip and cuts away when you move the curser across it, but does not show the cutaway when in playback. What am I missing?away

    I am trying to insert a cutaway photo into a movie clip. The cuaway photo appears over the clip and will appear in the clip when you manually moce the curser across it, but will not appear in the clip during playback. What am I missing?

    Try using the SHARE menu to share your movie in the sizes you need. It should work on the shared copy.
    Another thing to try would be to restart your Mac so you have fresh memory.

  • I phone 5 movie clips do not download to my mac. Do I need to change something in settings?

    My iPhone 5 does not download my movie clips to iPhoto on my mac.  Do I need to change something in settings?

    There are 9 different versions of iPhoto and they run on 10 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Time line change with Movie Clip!

    Help, I want a movie clip to interact with another to change the scene.
    this is my code on the "Door":
    onClipEvent(enterframe) {
         if (_root.char.hitTest(this)) {
              _root.gotoAndStop("Game2", 1);
    Game2 is my next scene name.
    but it is not working!
    Why is that!
    the other movie clip's instance is "char":

    Take the code off of the object and place it in the main timeline, modifying it as shown...
    this.onEnterFrame = function(){
         if (char.hitTest(Door)) {   // replace "Door" with the instance name you gave it
               delete this.onEnterFrame;
               gotoAndStop("Game2", 1);

  • Changing depths of movie clips

    Hi Everyone,
    I have 8 square movie clips in two rows of 4, all on the same
    layer. When
    you click on them they become draggable. The problem is that,
    depending on
    where they are located within the layer, sometimes a dragging
    movie clip
    appears beneath the other 7 movie clips. Is there a way to
    make the selected
    movie clip that is being dragged, appear above or on top of
    the other seven,
    no matter which one is selected and being dragged?
    Thanks for any insight,
    Doug

    "kglad" <[email protected]> wrote in message
    news:ghrojd$ssl$[email protected]..
    > use the swapDepths() method of movieclips to move the
    clicked movieclip to
    > the topmost depth.
    Thanks kglad =
    on (press) {
    this.swapDepths(_root.getNextHighestDepth());
    startDrag("", true);

  • Playing any movie clip or youtube crashes computer, problem has only been happening for 6 months, what has been changed?

    running Windows XP 3 newish computer with lots of memory and hard drive space. Used to be fine, could play any clip or movie then suddenly about 6 months ago it started crashing when any movie clip played. I believe its an update in Firefox that caused the problem as it started happening after an UPDATE automatically loaded. Have been trying to resolve but noone I ask for help from responds including Mozilla.

    running Windows XP 3 newish computer with lots of memory and hard drive space. Used to be fine, could play any clip or movie then suddenly about 6 months ago it started crashing when any movie clip played. I believe its an update in Firefox that caused the problem as it started happening after an UPDATE automatically loaded. Have been trying to resolve but noone I ask for help from responds including Mozilla.

  • Trying to change text in a movie clip

    i'm trying to replace text in a dynamic text field within a movie clip, and it seems as if it's treating it like static text. Is there a way around this?
    theBtn1.addEventListener(MouseEvent.CLICK, adjustText1);
    theBtn2.addEventListener(MouseEvent.CLICK, adjustText2);
    function adjustText1(e:MouseEvent):void
        textField1.text = "Foo"; // this works
    function adjustText2(e:MouseEvent):void
        theMC.getChildByName("textField2").text = "Bar"; // this doesn't
    It throws this error:
    1119: Access of possibly undefined property text through a reference with static type flash.display:DisplayObject.

    You don't need to use the "getChildByName" function.
    Try:
    theMC.textField2.text = "Bar";

Maybe you are looking for

  • No longer working with docking station

    Second time this has happened. I had my iPhone 3GS working fine through a docking station for music -- now all of a sudden it only plays through the iphone speaker. Previous iPhone did the same thing with another docking station - worked then stopped

  • Performance Tuning - remove hash join

    Hi Every one, Can some one help in tuning below query, i have hash join taking around 84%,  SELECT PlanId ,ReplacementPlanId FROM ( SELECT pl.PlanId ,xpl.PlanId ReplacementPlanId ,ROW_NUMBER() OVER(PARTITION BY pl.PlanId ORDER BY xpl.PlanId) RN FROM

  • Advance Payment for a contract? Can Payment Requisition do this?

    Dear all, I am having problem with implementing the process of payment of our company's contracts into CM. Say we sign with subcontractor a contract value of $10,000,000. At the initial signing of contract we pay them 30% of the value before any work

  • Automatic Posting Document not display

    Hi Experts, We assign automatic posting document for IUE, When executing IUE it shows Document, again we are going to check the document it displays the below message: ERROR : Document header char. Movement Type has an ambiguous value in template doc

  • Flex and ColdFusion web services

    I have a simple CFC created that encompasses a function that has a query. I want to be able to use the web service in my Flex app, but I am having issues with getting the information from the CFC. My function is simple: <cffunction name="listBySubjec