Move effect causes image to be on top

I have a bunch of Image objects that I animate using
mx.effects.Move. Once the images stop moving however I would like
for a label that is added to a downstream child container to show
on top of the Image. Can anyone suggest how I might achieve this?
Thanks in advance.

Then I would scroll the mouse on top of the word photos

Similar Messages

  • Crop effect causes error compiling movie

    when we render a timeline, every time it gets to a title that has a crop effect on it - it causes the rendering in the media encoder to stop because "error compiling movie". Definately it is because of the crop effect - since when removed - everything is OK. There is enough memory, disk space... Does anyone have a solution or an idea?
    Thank you.

    Dear Bill,
    So we figured it out how to solve it.
    The problem was that this problem occurred when implementing it on track num. 30. From track 30 and higher, the crop effect causes this problem. when we took the same titles, in the same sequence and lowered it to, say, track (video track) 25 - everything rendered OK.
    Have you ever encoutered such a phenomena?
    Best,
    Oded

  • How to create Image gallery with mouse move effect

    Hello frndz
                    Please give me any link or flash file which explain how to apply mouse move efect on images of gallery.
    i mean image sof gallery simply move with mosue direction and stop on mouse stop.its very urgent please help me  out
    Thanks and Regards
         Vineet osho

    Try this:
    http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7d00.html

  • Help - Clone causes image to move

    PSE 9
    When I move the clone stamp over the image it moves the whole image and shows a duplicate image beneath. This is a new problem as i have used this tool often.
    Thanks in advance for your help.

    You probably have the Clone Source Overlay on.
    Most people set it to clipped so you can still see a preview of the clone source or you can turn it off.
    There is a button on the tool options bar to get to the clone source options:

  • In Premiere CS5 how do you move a still image smoothly?

    I am working with a colleague and we want to be able to move an image on the screen to another location on screen but it needs to look natural. The movement needs to accelerate from stand still, then be continuous movement and then decelerating movement to a halt when the image has finally moved to the desired position on screen. We want it to look like someone has scrolled it a bit like an ipad picture viewer when the person swipes it.
    Is there a simple tool to do this like the PowerPoint animation motion paths tool which has options of smooth start and smooth end to accelerate at the start and decelerate the movement at the end. We need a straightforward way to do it as we will be doing many of these movement effects on a regular basis.
    Any ideas? Have we missed something really obvious?

    Hi Jim and Admiral Cook...
    Well we had fun and games this morning with the suggestions and can report that doing what Jim suggested first of all was the way to go... and then fine tuning it with what Admiral Cook said afterwards.
    So Right click on key frames and then go to temporal interpolation and select Ease out on the first key frame and then add another key frame, move the image to the desired location and add Ease in for the second key frame and it does the job. At first we thought it was ease in for the first key frame and then ease out for the second key frame... but it is the other way around!
    When we wanted to see exactly what was going on we viewed the velocity adjustment graph and it all made much more sense and we could make any adjustments necessary by moving the adjustment node. So thanks to both of you for an excellent result.
    Thanks.

  • Adobe FP 10-A Script in this movie is causing Adobe FP 10 to run slowly. If it continues to run your computer may become unresponsive. Do you want to abort this script? yes or no. How do I fix this crash?

    Adobe FP 10-A Script in this movie is causing Adobe FP 10 to run slowly. If it continues to run your computer may become unresponsive. Do you want to abort this script? yes or no. How do I fix this crash?

    Hi,
    Some "movies' are actually Flash files.
    This means the Flash App will play them (possibly in a browser in some cases).
    Depending where this item is and how it is playing it may be effected by other things
    A web page can include javascript.
    Apple uses javascript here to help with creating the posting box, the Edit options, Adding pics/smilies and the like.
    Sometimes the javascript can be what is called a runaway process and gets sort of stuck in an endless loop.
    If it is a free standing item then it might be triggered by AppleScript on the Mac. (or be modified in some way)
    Again if the Script (normally written with a upper case S) is not perfect it can cause problems.
    9:09 pm      Wednesday; February 26, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Repeatedly, this error code suddenly appears on the screen and I don't have a clue what it means or what to do:  "A script in this movie is causing Adobe Flash Player to run slowly.  If it continues to run, your computer may become unresponsive.  Do you w

    Repeatedly, this error code suddenly appears on the screen and I don't have a clue what it means or what to do:  "A script in this movie is causing Adobe Flash Player to run slowly.  If it continues to run, your computer may become unresponsive.  Do you want to abort the script?
                                             No     Yes"

    Hi,
    Some "movies' are actually Flash files.
    This means the Flash App will play them (possibly in a browser in some cases).
    Depending where this item is and how it is playing it may be effected by other things
    A web page can include javascript.
    Apple uses javascript here to help with creating the posting box, the Edit options, Adding pics/smilies and the like.
    Sometimes the javascript can be what is called a runaway process and gets sort of stuck in an endless loop.
    If it is a free standing item then it might be triggered by AppleScript on the Mac. (or be modified in some way)
    Again if the Script (normally written with a upper case S) is not perfect it can cause problems.
    9:09 pm      Wednesday; February 26, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • S:move effect returns original X value

    I'm working on an Item Render list which I want to play a few animations when I hover over the links. The move effect is supposed to move the label over, which is does, but after it plays the animation the label resumes its original position at the beginning. My scale effect doesn't do this, and it's making the animation a little pointless.
    I think I could fix this in AS, but I was hoping for a much simpler solution. Is there one? Here's the code:
    <s:List x="10" y="62"
                    id="newChaps"
                    dataProvider="{lastChapsData}"
                    width="258"
                    height="293"
                    contentBackgroundAlpha="0.0"
                    height.close="272"
                    >
                <s:itemRenderer>
                    <fx:Component>
                        <s:ItemRenderer>
                            <s:states>
                                <s:State name="normal"/>
                                <s:State name="hovered"/>
                            </s:states>
                            <s:transitions>
                                <s:Transition fromState="normal" toState="hovered">
                                    <s:Parallel>
                                        <s:Move target="{titles}" duration="400" xTo="10"/>
                                        <s:Scale scaleXFrom="1" scaleXTo="1.2"
                                                 scaleYFrom="1" scaleYTo="1.2"
                                                 target="{titles}"/>
                                    </s:Parallel>
                                </s:Transition>
                                <s:Transition fromState="hovered" toState="normal">
                                    <s:Parallel>
                                        <s:Move xFrom="10" xTo="0" target="{titles}"/>
                                        <s:Scale scaleXFrom="1.2" scaleXTo="1"
                                                 scaleYFrom="1.2" scaleYTo="1"
                                                 target="{titles}"/>
                                    </s:Parallel>
                                </s:Transition>
                            </s:transitions>
                            <s:Label text="-{data.title}"
                                     id="titles"
                                     fontSize="20"
                                     fontWeight="bold"
                                     top="5"
                                     bottom="5"
                                     />
                        </s:ItemRenderer>
                    </fx:Component>
                </s:itemRenderer>
            </s:List>
    Thank you for the help.

    When you use effects in a transition you shouldn't define properties like xTo/yTo etc. on them directly, but instead define all of those values in the states of the target and let the transition figure out what needs to change.
    So your transitions should look more like:
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark">
        <s:List width="258" height="293">
            <s:dataProvider>
                <s:ArrayList>
                    <fx:Array>
                        [0,1,2,3,4,5,6]
                    </fx:Array>
                </s:ArrayList>
            </s:dataProvider>
            <s:itemRenderer>
                <fx:Component>
                    <s:ItemRenderer>
                        <s:states>
                            <s:State name="normal"/>
                            <s:State name="hovered"/>
                        </s:states>
                        <s:transitions>
                            <s:Transition fromState="normal" toState="hovered">
                                <s:Parallel>
                                    <s:Move target="{titles}" duration="400" />
                                    <s:Scale target="{titles}"/>
                                </s:Parallel>
                            </s:Transition>
                            <s:Transition fromState="hovered" toState="normal">
                                <s:Parallel>
                                    <s:Move target="{titles}"/>
                                    <s:Scale target="{titles}"/>
                                </s:Parallel>
                            </s:Transition>
                        </s:transitions>
                        <s:Label text="-1"
                                 id="titles"
                                 x.hovered="10"
                                 scaleX.hovered="1.2"
                                 scaleY.hovered="1.2"
                                 fontSize="20"
                                 fontWeight="bold"
                                 top="5"
                                 bottom="5"
                                 />
                    </s:ItemRenderer>
                </fx:Component>
            </s:itemRenderer>
        </s:List>
    </s:Application>

  • Filereference Upload - A script in this movie is causing Adobe Flash...

    This appears to be a sore topic these days. I have searched and found a large number of postings with this flash player message (A script in this move is causing Adobe Flash Player -n- to run slowly. If it continues...) But I haven't found a posting where it is resolved. I am trying to provide my client with an upload script. What I have so far works on small files but results in the aforementioned error message on large files. I saw a message a few days ago that talked about writing an onEnterFrame routine in a dummy movie clip that increments a counter, but there were no details about what that code might look like.  I have tried several iterations of that logic to no avail.  I know I am not the only one with this problem, and I do need to find a solution. I don't think that the server php settings are the problem.  Does anyone have any ideas?
    Thanks in advance,
    GW
    Action script from Layer 1: Frame 1 -
    _global.states = Array("AL", "AK", "AS", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FM", "FL", "GA", "GU", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MH", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "MP", "OH", "OK", "OR", "PW", "PA", "PR", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VI", "VA", "WA", "WV", "WI", "WY");
    _global.states.sort();
    _global.keepMemory = false;
    this.mc_uploadCtr.mc_stateError._visible = false;
    this.mc_uploadCtr._visible = false;
    this.mc_uploadCtr.enabled = false;
    // Get upload data
    var xmlData=new XML();
    xmlData.ignoreWhite=true;
    xmlData.onLoad = function(ok:Boolean) {
       if (ok) {
           processXmlData(this);       
       } else {
           dt_main.text = "XML did not load";
    function processXmlData(xml:XML) {
        _global.notifyToEmail    = xml.firstChild.childNodes[0].childNodes[0].nodeValue;
        _global.notifyFromEmail = xml.firstChild.childNodes[1].childNodes[0].nodeValue;
        _global.notifyFromName     = xml.firstChild.childNodes[2].childNodes[0].nodeValue;
    System.useCodepage = true;
    xmlData.load('uploadData.xml');
    _global.keepInMemory = function(keep:Boolean) {
        if ((keep == true) and (_global.keepMemory == false)) {
            _global.keepMemory = true;
            this.createEmptyMovieClip("dummy_mc", 999);
            this.dummy_mc.onEnterFrame = function () {
                while(_global.keepMemory == true) {
                    var count:Number = count + 1;
        } else {
            if (_global.keepMemory = true) {
                _global.keepMemory = false;
                this.dummy_mc.unloadMovie();
    stop();
    Action Script from upload movie clip:
    import flash.net.FileReference;
    var progressBar:MovieClip;
    var reference:FileReference = new FileReference();
    var referenceListener:Object = {};
    var scriptLocation:String = 'uploader.php';
    var progressBarHeight:Number = 10;
    var progressBarY:Number = 50;
    var progressBarColor:Number = 0x66ccff;
    reference.addListener(referenceListener);
    referenceListener.onSelect = activateUploadButton;
    referenceListener.onProgress = updateProgress;
    referenceListener.onComplete = checkIn;
    referenceListener.onHTTPError = handleError;
    referenceListener.onIOError = handleError;
    referenceListener.onSecurityError = handleError;
    btn_uploadFile._visible = false;
    btn_selectFile.onRelease = choose;
    btn_uploadFile.onRelease = uploadCurrent;
    function activateUploadButton():Void {
        display_txt.text = reference.name;
        btn_uploadFile._visible = true;
        btn_uploadFile.enabled = true;
    function choose():Void {
        reference.browse([{description:'Images (*.ai, *.drw, *.jpg, *.jpeg, *.gif, *.pdf, *.png, *.psd, *.psp, *.tif,)', extension:'*.ai; *.drw; *.jpg; *.jpeg; *.gif; *.pdf; *.png; *.psd; *.psp; *.tif'}]);
    function handleError(errorName:String, detail:Object):Void {
        restart();
        if (arguments.length === 2) {
            if (typeof detail === 'number') {
                display_txt.text = 'HTTP Error #'+detail;
            } else {
                display_txt.text = 'Security Error: '+detail;
        } else {
            display_txt.text = 'IO Error';
    function makeProgressBar(x:Number, y:Number):MovieClip {
        var bar:MovieClip = createEmptyMovieClip('progressBar_mc', 0);
        bar._visible = false;
        bar.beginFill(progressBarColor);
        bar.lineTo(display_txt._width, 0);
        bar.lineTo(display_txt._width, progressBarHeight);
        bar.lineTo(0, progressBarHeight);
        bar.lineTo(0, 0);
        bar.endFill();
        bar._width = 0;
        bar._visible = true;
        bar._x = x;
        bar._y = y;
        return bar;
    function restart():Void {
        removeMovieClip(progressBar);
        display_txt.text = '';
        btn_uploadFile._visible = false;
        btn_selectFile._visible = true;
    function updateProgress(fileReference:FileReference, bytesLoaded:Number, bytesTotal:Number):Void {
        display_txt.text = fileReference.name+' - '+Math.ceil((bytesLoaded/bytesTotal)*100)+'%';
        progressBar._width = Math.ceil(display_txt._width*(bytesLoaded/bytesTotal));
    function uploadCurrent():Void {
        btn_selectFile._visible = false;
        btn_uploadFile.enabled = false;
        progressBar = makeProgressBar(0, progressBarY);
        _global.keepInMemory(true);
        reference.upload(scriptLocation);
    function checkIn():Void {
        _global.keepInMemory(false);
        moveFile();
        notify()
        restart();
    function moveFile():Void {
          _global.uploadedFile = (_global.uploadFolder + '/' + reference.name);
    //    var lv_result:LoadVars = new LoadVars();
    //    var lv_move = new LoadVars();
    //    lv_move.fileName = reference.name;
    //    lv_move.rootFolder = (_global.rootFolder);
    //    lv_move.sourceFolder = (_global.uploadFolder);
    //    lv_move.targetFolder = (_global.uploadFolder);
    //    lv_move.sendAndLoad("mover.php", lv_result, "POST");
    function notify():Void {
        var st_companyName:String = ('<tr><td>Company name:</td><td>'+_global.companyName+'</td></tr>')
        var st_contactName:String = ('<tr><td>Contact name:</td><td>'+_global.contactName+'</td></tr>')
        var st_phoneNumber:String = ('<tr><td>Phone number:</td><td>'+_global.phoneNumber+'</td></tr>')
        var st_address:String = "";
        if (_global.address2 <> "") {
            st_address = ('<tr><td>Address:</td><td>'+_global.address1+'</td></tr><tr><td> </td><td>'+_global.address2+'</td></tr><tr><td> </td><td>'+_global.addressCity+', '+_global.addressState + ' ' + _global.addressZip + '</td></tr>');
        } else {
            st_address = ('<tr><td>Address:</td><td>'+_global.address1+'</td></tr><tr><td> </td><td>'+_global.addressCity+', '+_global.addressState+' '+ _global.addressZip + '</td></tr>');
        var st_email:String = ('<tr><td>E-Mail:</td><td>'+_global.email+'</td></tr>')
        var st_quantity:String = ('<tr><td>Quantity:</td><td>'+_global.quantity+'</td></tr>')
        var st_sides:String = ('<tr><td>Sides:</td><td>'+_global.sides+'</td></tr>')
        var st_paperWeight:String = ('<tr><td>Paper weight:</td><td>'+_global.sides+'</td></tr>')
        var st_jobDescription:String = ('<tr><td>Desc/Title of job:</td><td>'+_global.jobDescription+'</td></tr>')
        var st_uploadedFile:String = ('<tr><td>Uploaded file:</td><td>'+_global.uploadedFile+'</td></tr>')
        var result_lv:LoadVars = new LoadVars();
        result_lv.onLoad = function(success:Boolean) {
        if (success) {
        } else {
        var lv_notify = new LoadVars();
        lv_notify.sender_fromEmail = _global.notifyFromEmail;
        lv_notify.sender_toEmail = _global.notifyToEmail;
        lv_notify.sender_fromName = _global.notifyFromName;
        lv_notify.sender_subject = ('File received from ' + _global.companyName);
        lv_notify.sender_message = ('<table width="550" border="1" align="left">' + st_companyName + st_contactName + st_phoneNumber + st_address + st_email + st_quantity + st_sides + st_paperWeight + st_jobDescription + st_uploadedFile + '</table>');
        lv_notify.sendAndLoad("sendmail.php", result_lv, "POST");
        return;
    uploader.php -<?php
        if ($_FILES['Filedata']['name']) {
            upload_max_filesize = 100M;
            post_max_size = 100M;
            move_uploaded_file($_FILES['Filedata']['tmp_name'], 'uploads/' . basename($_FILES['Filedata']['name']));
    ?>

    Thank you, your answer was helpful. The problem was occuring before I entered the the code you referred to. But your response made me realize that the problem did, indeed, have to do with code that was running during the upload. I isolated the problem to the progress bar logic, which I suspect is not a coding error, but just too many cycles for the player to put up with during a long upload.  I am now searching for another method of displaying upload status without a tight piece of code that loops a lot.
    Thank you again kglad!

  • Quicktime movie as an image mask?

    Hello,
    I am trying to use a Quicktime movie as an Image Mask, but it isn't working.  It appears that only the first frame of the movie is being used
    as a still mask, rather than a moving mask.  I have the channel set to Luminance.  Any ideas why movie as Image mask isn't working for me?
    Final Cut Pro 7.0.3
    Thanks,
    meeble

    Hi Meeble,
    What are the specs of the footage and of the sequence. Espessialy the Image Mask. What codec is it etc...
    You are not working with H264 are you? It causes problems like that.
    Rienk

  • How do i move my itunes image to a new PC? Without losing my Data

    How do i move my itunes image to a new PC? Without losing my Data

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have failed to move contacts and calendar items across you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • Can I move all my images to a different folder?

    I started out my project just having the images automatically saved in the same folder as the website (using dreamweaver cs6). Now I'm realizing that I'm probably going to want all those images in an images folder inside my site project because when I move the project to my online server I don't want all the images there in the root.
    Obviously, if I just move the images in windows explorer to a folder the pages I created won't be able to find them. Does DW have a way to move all the images so that it automatically changes the references with it?

    Use DW's Files Panel (F8) to create a new folder.  Right click on site root and select New Folder.
    Then then click and drag  your .jpg and .png files to that new folder.  Assuming your site is properly defined, DW will prompt to update link paths for you.  Click yes.
    Nancy O.

  • PDF error A script in this movie is causing Adobe Flash Player 10 to run slowly.

    When opening a PDF of a website using Acrobat 9.0 Professional, I am recieiving the following notification.
    A script in this movie is causing Adobe Flash Player 10 to run slowly.  If it continues to run, you computer may become unresponsive.  Do you want to abort the script?
    The error does not occur when viewing the live website from which the PDF was made.
    I recieve the same error when trying to open the PDF on other PCs using Adobe Reader 9.
    I have updated the flash player on each of the PCs as well.
    I am wondering if anyone has any ideas or insight regarding why I am recieving this notification.
    Thank you

    I'm suddenly getting the same error message, on a variety of web sites.  I'm running Windows Vista on a fairly high-end desktop, and I haven't added any new software lately.  This just started up out of nowhere.  When searching for this error message on the web, people are asking this same question all over the place, and no one has an answer.  Does Adobe ever monitor these forums?

  • Monitor widescreen causes image distortion

    My new 19" monitor causes images in Photoshop to appear elongated, and when I go to print, the display showing what should represent a sheet of 8 1/2 x 11 paper looks more like an 8 1/2 x 8 1/2. Can I do anything about this?
    Ed

    Ed,
    In general, setting the screen resolution of the display to match the "native" resolution of the display will get rid of the distortion. For example, if the display has a native resolution of 1280 x 1024, you should set the screen resolution to the same. Setting it to a lower resolution (e.g. 1024 x 768) could also get rid of the distortion, but images will look fuzzier.
    In Windows XP, you set the resolution via Start > Control Panel > Display (Vista is similar).

  • Using image as theme on top of base map

    I have a table which contains JPEG image stored as BLOB. I want to display this image as theme on top of my base map. I also want to display point on this theme.
    Is it possible to do this?
    Please provide me useful pointers for achieving this scenario.
    Thanks in advance.

    To setup image themes, besides the BLOB column you need a geometry column to specify the bounds of the image (MBR). Take a look at MapViewer's Users Guide section about Image themes (section 2.3.5).
    About the points, you can setup another theme to render the points.
    Once you have the themes you can add them to your base map, or render them on top of your base map. Notice that in Oracle Maps, currently image themes must be part of the base map, and you can not render it alone on top of the base map.

Maybe you are looking for

  • How to scale up and scale down a image in java

    i have a problem i want to scale the any image in java i mean that what i have to do actually when i scale up the image and scale down the image plz reply as soon as possible mail me at following address [email protected] [email protected] [email pro

  • The ipod could not be restored an unknown error has occured (-50)  help!!!!

    hi my ipod sais that its full of "other" and is not able to be restored so i cant update it or buy music please help me pleeeeeeaaaaasseeeeeee! oh and yeah its a 7 day old apple ipod touch 8g please!!1

  • Adding output field to a badi

    Dear all, We have an implementation of a classic badi in our system. According to an OSS note we added an output parameter to a method of the badi. Even though we fill the new output parameter correctly in the implementation of the method, the values

  • Content not getting refresh on Portal Page

    Hi, The structure of my page is WorkSet->Page-> iView1 + iView2. Prob 1: iView1 is a URL iView and the page to be displayed is an html page stored on the server. I  changed the content of the html page on the server but the same is not getting reflec

  • Turning on of Management of Global Employees in a live environment

    Is it possible/practical to turn on this functionality in a live payroll system operating in several countries?  If so what are the possible consequences of doing so?  I have read that Global Payroll is a separate sub-module so perhaps turning on Man