Discovering problem in image changing script

Hello!
I'm quite new to flash editing and am currently working on a pre-designed template for a friend.  I was in the midst of replacing the photo's and something went awry with the image changing script.  You can see exactly what I mean here:
http://www.greenworknow.com/Test/2138/flash&html/main.swf
http://www.greenworknow.com/Test/2138/flash&html/main2.swf
The first link is a successful working change, I had edited it a few days before and everything worked just fine.  But in the second part you can see the same movie, but with the animations all choppy and broken.  To change the images, I simply viewed the properties of the image needing to be change and used "Update", selected the new image and saved.  But when following these same steps again I seem to get really choppy animations, any clues to what I'm doing wrong?
I've made sure to crop the new images to the same size, I've also tried using Import instead of Update.  I can't seem to find a way to keep everything smooth.  Any help is much appreciated, thank you!
[Also unfortunately I do not have the FLA file for the first movie, only the FLA file for the (broken) second one.]

Both movies look approximately the same. There was some jerkiness to the photos showing up in each movie. The problem that you are seeing may be due to the first movie's images being cached and the second was not.

Similar Messages

  • Problem: insert images by script

    Hello.
    I have problem with insert images from script like this: <& "H:\P1010014.tif">.
    After insert all images are square :(
    But i need its own sizes and proportions.
    P.S.: i can`t write in tag width and height because in all images its different

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web site development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Changing script from CS2 to CS4

    Hi everyone!
    Having a bit of a problem (not to mention working against a deadline) with an old CS2 script created for a client. ESTK throws up an "Undefined is not an object" error.
    Below is the code that seems to be the culprit. ESTK stops on the line after the .place(), assuming here that it's because the .place() doesn't return a proper object or something like that (I hate when they change scripting around too much).
    Basically, what it does is placing an image into the first paragraph of a table cell. It then tries to set the dimensions to a "maximum" size and then fits the image proportionally to those dimensions.
    > tmpBild = "B0000843.jpg"; //temporary for testing
    newTable.rows[newTable.bodyRowCount-1].cells[4].contents = "\r";
    tmpPara = newTable.rows[newTable.bodyRowCount-1].cells[4].paragraphs.item(0);
    tmpPara.justification = Justification.centerAlign;
    tmpImg = tmpPara.place( PICBASE + tmpBild );
    tmpImg.parent.visibleBounds = ["0mm","0mm","38.236mm","38.236mm"];
    tmpImg.parent.geometricBounds = ["0mm","0mm","38.236mm","38.236mm"];
    tmpImg.fit( FitOptions.proportionally );
    tmpImg.parent.fit( FitOptions.frameToContent );
    tmpImg.parent.strokeColor = "Paper";
    tmpImg.parent.strokeAlignment = StrokeAlignment.centerAlignment;
    tmpImg.parent.strokeWeight = "5pt";
    tmpImg.parent.strokeType = app.strokeStyles.item("Thick - Thin");
    Can anybody help convert this so it works for InDesign CS4? In the meantime, I will try to take care of the rest of the script.
    Btw, I have/had a scripting
    b reference
    in PDF format for InDesign CS2, is there anywhere that I can download that for CS4, I know it was very helpful back then.

    What I ended up doing was create roughly enough pages in the document and create linked text frames on all pages, thus letting the table created in the first text frame flow as long as the document has enough pages. In the end processing, I then remove all the pages but the first one, effectively getting one page with one text frame containing all table contents.
    This was the only way I could find to get around this problem. No matter what I did, placing content into a table cell that was overflowing a text frame just didn't work.
    Here's the part where I create the pages (variable myMaxPages contains your estimated maximum number of pages). Please note in app.documents.add() that it is set to false to NOT open a window (speeds it up very slightly if you have a huge number of pages). You can remove the false and the myDocument.windows.add() statement if you don't want this or for debug purposes. The formatting mechanism on these forums seem broken, but the following code should be ok/readable once properly formatted.
    >myDocument = app.documents.add( false );
    with(myDocument) {
    for( i = 0; i < myMaxPages; i++ ) {
    myPage = pages.item(i);
    with(myPage) {
    if( i > 0 ) { myPrevFrame = myTextFrame; }
    myTextFrame = textFrames.add();
    with( myTextFrame ) {
    if( i == 0 ) {
    myTable = tables.add();
    with( myTable ) {
    bodyRowCount = 1;
    columnCount = 5;
    } else {
    if( i > 0 ) { previousTextFrame = myPrevFrame; }
    if( i < myMaxPages - 1 ) {
    pages.add();
    myDocument.windows.add();
    While fiddling with it, I also updated my image placement code a bit:
    > var myCell = myTable.rows[myTable.bodyRowCount-1].cells[4];
    myCell.contents = "\r";
    myCell.paragraphs.item(0).justification = Justification.centerAlign;
    var myRect = myCell.insertionPoints[0].textFrames.add();
    myRect.contentType = ContentType.unassigned;
    myRect.visibleBounds = ["0mm","0mm","38.236mm","38.236mm"];
    myRect.geometricBounds = ["0mm","0mm","38.236mm","38.236mm"];
    var myFile = File(PICBASE + tmpBild);
    if( myFile.exists ) {
    var myImage = myRect.place( myFile );
    myRect.fit( FitOptions.proportionally );
    myRect.fit( FitOptions.frameToContent );
    Maybe this helps someone, maybe it doesn't. Can't say that I'm happy with the behaviour of getting errors and being unable to place content in table cells that is overflowing out of a text frame, but I needed to solve it, and this is how I did it.
    Of course, if anyone else has a better solution to placing images into table cells that may be in the overflowing part of a text frame, go ahead and share with the rest of us, please.

  • I found the solution to a Mavericks bug on the Mail program. How can I share it? Several of my mail boxes stopped functioning properly when I updated to Mavericks. After long hours, I discovered that if I change the name of the mailbox, the content works.

    I found the solution to a Mavericks bug on the Mail program. How can I share it? Several of my mail boxes stopped functioning properly when I updated to Mavericks. The title of the mails stored in the mailbox appear, but the content was unavailable.
    After 4 long hours at the phone with the Apple staff unable to help me, I discovered that if I change the name of the mailbox, the contents of the mails stored there become available.
    Please, make this solution available to other people!

    You have found the the way to share it.   Include your problem and its solution in a forum post in the Mavericks forums.   Then mark you own post with a green solved star.
    Note.  You won't get any points for that; points are only awarded where you mark someone else's post as either helpful or solved.

  • I just installed my CS5.1 on my new Lenovo Laptop Win 8.1. Problem -- On Image Adjustments none of the adjustment options respond.

    I just installed my CS5.1 on my new Lenovo Laptop Win 8.1. and everything worked for a day. On day 2 I ran into Problems -- On > Image >Adjustments none of the adjustment options respond. None of the toolbar functions such as >Crop etc respond.
    I then installed the same download on my PC and everything works as it should.
    Can anybody help please
    Roland

    Notebook Info
    1 x Lenovo G710 Notebook, Intel® Core™ i5, 43,9 cm (17,3 "), 1000 GB HD,
    Intel Core i5-4210M 2,60 GHz, (Turbo-Boost 2.0 bis 3,20 GHz)
    43.9 cm (17.3") 900p (HD+) LED-Display (1600 x 900)
    8192 MB DDR3-RAM
    Harddisk: 1000GB SATA
    NVIDIA N15V-GM mit 1GB DDR3
    Prefs
    As per download settings, I changed nothing
    Image Info
    Jpg conv.from RAW Canon, dim. 4746x3567, 6,64 Mb
    The software worked on the first day, problems appeared next day. I uninstalled and deleted the exe.file, then redownloaded and reinstalled but same problem persists.
    I then downloaded and installed on my PC and everything works.
    Regards Roland

  • Folders and images change when hard drive disconnected

    I have no problem importing images. From CD's, when the CD is removed the file folder and images stay there with reference to the original location.
    However, I have several hard drives and when I import files and folders from one of them and then disconnect it, Lightroom renames all the folders and changes the images--What is causing this?????

    Yes, the images stay on the external drive as I don't move them upon import. I have 5 external Hard Drives and my problem is with the two larger ones, both Firewire 800 if that matters. In any case, the files imported from the non 800 drives do not have any problems. They are noted as not being on-line when I disconnect the drive, but thumbnails, location and file naming are all the same. With the 800 drives, the images corrupt AND change name. A few will still show a path to the original, but the folder they are in has nothing to do with where they came from.

  • Problem with images opened in Photoshop CS 5

    Hi, I have a problem with images that I open in Photoshop CS 5. F. ex. I opened
    the following image:
    The image appears with a purple color in Photoshop. If I hover over the image
    with a tool like lasso, it temporarily regains it´s original color. The image mode is RGB Color, 8 Bits/Channel.
    I resetted the start settings of Photoshop with the CTRL-Shift-Alt-combination, which had no effect.

    The confusion arises from the imprecise error message in the Preferences > Performance dialog box, to wit:
    OK, that seems to be open to misunderstanding indeed.
    The video card: Citrix Systems Inc. Display Driver.
    Could not find a list for CS6 specifically, but the card may fall short.
    http://helpx.adobe.com/photoshop/kb/tested-video-cards-photoshop-cs5.html
    If I invoke View > Proof Colors, the only thing that changes is that the text in the brackets
    Also if you set View > Proof Setup to something different?
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)?

  • Problem with image url

    Hello,
    today I have a problem with image url. I wanted Image to change when mouse dragged over it. But nothing happened. Any ideas?
    def maxIco: ImageView = ImageView{
    image: Image{
    url: "{__DIR__}ikony/max.png"
    onMouseDragged: function(event: MouseEvent){
    maxIco.image = Image{
    url: "{__DIR__}ikony/max2.png"
    }

    This is working for me:
    src/main/Main.fx
    src/main/icon/image1.bmp
    src/main/icon/image2.bmp
    //Main.fx
    package main;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.image.Image;
    import javafx.scene.image.ImageView;
    import javafx.scene.input.MouseEvent;
    var changed = false;
    def imgView: ImageView = ImageView {
        image: Image {
            url: "{__DIR__}icon/image1.bmp"
        onMouseDragged: function (e: MouseEvent): Void {
            if (not changed) {
                imgView.image = Image {
                    url: "{__DIR__}icon/image2.bmp"
                changed = true;
                println(imgView.image.url);
        onMouseReleased: function (e: MouseEvent): Void {
            imgView.image = Image {
                url: "{__DIR__}icon/image1.bmp"
            changed = false;
            println(imgView.image.url);
    Stage {
        title: "ImageTest"
        scene: Scene {
            width: 700
            height: 600
            content: [
                imgView
    }I've changed few things to switch image only one time on mouseDragged event.
    It print the image URL.

  • Problems w/ Images in Reports 2.5

    I seem to have run into an apparent limitation with the Oracle Developer
    2000 Report Designer 2.5. I have an image that is displayed, the path being
    stored within the database, the image is then Read from file. This works
    fine except there are two problems that I have run into and hope somebody
    can either confirm this is the way the software functions or point me in the
    right direction.
    It seems impossible to me to get the image to center within the field as
    defined in the Report Layout. I have the image field on the report set to
    about 10 Inches wide. Initially the image appeared on the left hand side of
    the field, I changed the alignment to Center as you would for a text field
    but to no avail, the image always comes back on the left hand side.
    If the images where all of a uniform size this would not bother me as I
    would simply create the image box based upon the size of the image and
    center it on the report, alas this is not an ideal world. How can I center
    an image within a field ? Is it even possible.
    Thing brings me onto my second problem, the images stretch to fill the image
    field, stopping when it either hits the horizontal or vertical boundary.
    This is great in a way because oversized images are zoomed into and appear
    fine, the whole process does not mess with the aspect ratio's of the images
    at all. However with images much smaller than the image field, they are
    stretch way to much and become pixilated and an eyesore. I have tried
    playing with the Variable, Can Shrink, Can Grow features but I lose all
    control of where the image will wind up with varying results. The Expand,
    Contract properties have little effect, the variable option shrinks all
    images down to the tiniest of thumbnails and then again they appear to the
    left of center. Somebody has to have done this before.
    Any idea how I can control this behavior ? And maybe just have an image
    appear at its actual size ?
    Combined these two factors make the report shabby, and this is intended as
    presentation quality material.
    Any guidance, advice is appreciated.
    Thanks,
    James
    James Starritt
    null

    Hello,
    Is there any particular reason you cannot upgrade to Reports 6i? Reports 2.5 is quite old, and there have been a number of issues resolved with images since then.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • PDF image changes when opening in photoshop

    sometimes when we open PDF files in photoshop the image changes. sometimes text disappears and other times fading occurs. Here is how it can be duplicated:
    1. First try downloading the file here http://www.m3printing.com/files/wierd.pdf
    2. open the file with acrobat. take note of the red NYN in the upper left
    3. open the file with photoshop. you will notice the YN becomes faded
    any clues as to why this is happening would be greatly appreciated
    ps. we use photoshop CS2

    This doc is unnecessarily complex in its color structure.
    It uses CMYK and seven spot colors. CMYK is DeviceCMYK,
    which means, the space is not defined in the doc by an ICC
    profile.
    A part of the red text vanishes if the doc is opened in Photo-
    shop in CMYK mode. I don't know why. Perhaps a trans-
    parency flattening problem.
    Analyzed by Acrobat > Tools > Print Production > Preflight.
    My suggestion: convert each page into a well specified CMYK
    space as recommended by the printer.
    The fastest solution:
    Open in PhS in Lab mode with reasonably high resolution,
    for instance 288ppi, convert into a specified CMYK space
    and save as TIFF.
    The correct solution:
    Go back to the source program (InDesign) and replace all
    Spots by process colors. Flatten and save by new name.
    Export as PDF.
    Flattening in advance to Export guarantees the appearance.
    Export with layers contains the risk that flattening at the
    receiver turns out to be wrong.
    Best regards --Gernot Hoffmann

  • Blob Problem (storing Images)

    AOA!
    I am working as a developer in a companey. we made a database for HRMS. In this database there is a table EMPLOYEE with a column PICTURE of type BLOB. We were using oracle 8i initially but when we migrate to oracle 9i, we are facing a problem in image storing. The situation is, database showing ur previously stored images (those have stored in oracle 8i) but when we save a new image in that table or any other table it seams to be saved but cannot retrived. I mean when we issue a query
    SELECT EMP_ID FROM EMPLOYEE WHERE PICTURE IS NOT NULL;
    It shows the new inserted records too (thats shows us that picture has been inserted) but when we issue query from a forms6i application it didnt show any image. In case of report, when we try to query a record which newly inserted with image, it says some thing like REPORT IS UNABLE TO SHOW IMAGE FORMATE etc.
    The situation is for all table and all schema which is indicating us may be it is some thing due to oracle 9i headen technique or due to miss managment by us. we dont have DBA in our companey.
    Please help us in this regard. We will be thankfull to you.
    Usman Rana
    Dont reply to above mantioned email my actual email account is [email protected]

    I think that both your SQL is wrong and your intended use is wrong. According to the SQL reference, the following seems to be a simplified definition that seems to match what you're trying to do. UPDATE &lt;table&gt; SET &lt;column&gt; = &lt;expr&gt;. So PROPERTIES should be a &lt;table&gt; of some kind and X should be a &lt;column&gt; of that table. This changes your PreparedStatement to *"UPDATE PROPERTIES SET X = ? WHERE NAME = ?"* Then you can do ps.setBlob(1, b) and ps.setString(2, ...). Because your statement is DML you must do ps.executeUpdate(). So your code might look something like this.
    Blob b = ...;
    String x = ...;
    ps = c.prepareStatement("UPDATE PROPERTIES SET X = ? WHERE NAME = ?");
    ps.setBlob(1, b);
    ps.setString(2, x);
    int i = ps.executeUpdate();
    The executeUpdate() returns the row count (i.e. number of rows) of your DML statement. Try that and see if it helps.

  • Why won't image change in aperture once I've export to edit in photoshop?

    On going learning issue!
    I finally managed to edit in photoshop via aperture. I have to change the photo from 16 bit to 8 bit so I can edit it. I like to take the photo into Photoshop (elements 4) to fix some spots and such.
    It's supped to change in aperture when you are done editing in photoshop..right?
    What I see is a new version of the photo, but the changes have not been made.
    What am I doing wrong? I can see this becoming a problem when I try to export to print, burn a CD or even to web.
    How I fix it?
    Thanks!
    IMAC G5   Mac OS X (10.4.6)  

    <...>
    3) Execute a File > Save command in Elements. (NOT a
    Save As...).
    4) Close the file in Elements.
    The edited version will show up in Aperture
    automatically with all of your changes applied.
    <...>
    One note on that excellent summary - you do not have to close the file after saving, you can continue to work on the image and save multiple times. Each time you save Aperture will recognize the changes and update the Aperture thumbnail.
    As to the original problem, it sounds like possibly you were saving the image somewhere else? Converting to 8-bit should be fine, as is resizing the image - Aperture should adjust for any changes made to the image.
    Another possibility is that Elements does not have something called "compatibility mode" turned on for PSD saves - if you've turned that off to conserve space turn it on again, because that compatibility mode saves a flattened image which is what Aperture uses to recognize image changes.

  • Problems exporting images from LTRM3

    last week no problems exporting images at all
    come yesterday I get a screen saying ' An unexpected error occurred. This photo was not rendered. ( 1) '
    this seems to occur for all images I have in LTRM
    any helpful heros out there ?!!

    Hi Geoff
    windows 7 buisness ed.
    the images were improted from my hard drive as RAW - processes - and am trying to export to a different file on HD as JPEGS
    strange as this is a workflow I have used numerous times and it has been fine until now
    I cant think of anything that I have delib. changed in LTRM in the last few days either
    appreciate your efforts
    Gus

  • JS CS2 Call out specific image in script

    I've never had to do anything with images in scripting, and I'm unclear whether I need to use "links", "images", "graphics"...so I came here. For everything I've found here so far, people are dealing with all images in a document. I just want to perform an action on a specific image, not all. (example: "logo.eps")
    I have the same image in each document twice - once on the left master page and once on the right master page. It's a logo, and we've just added the registered mark to it, so we need to update it on all of our documents. The new image is the same name, so I need to:
    *Update both links to the image
    *Fit frame to content to both (the (R) makes the logo wider)
    *On the left-hand master page, 'fit frame to content' widens the frame to the right. I need the right edge of the logo to stay on the right margin
    I don't want to "fit frame to content" for all images, because some frames for other images may have been purposely sized--I don't want those to change.
    Suggestions? (Unfortunately, we're still on CS2)

    Hi Loic,
    Thanks! It seems like a good start. It's not exactly working, but I'll see if I can adjust it myself from here. (For example, it's only updating the logo on the left master page. The one on the right page is not updating.) If I can't, I'll be back...
    Lisa

  • Problems with close event scripts and closing Photoshop

    Hi!
    We are having problems with close event scripts ("Cls ") when closing/quitting Photoshop.
    The close event scripts are working without problem when closing an image. But when quitting Photoshop without having closed all images we are observing the following behaviour:
    with CS2 the close event scripts are not triggered at all
    with CS4  the close event scripts are triggered and executed correctly. But after that the Photshop process freezes. No visible GUI, you have to kill the process with the task manager.
    I can reproduce this behaviour even with a small script consisting of a single alert('hello') and even an empty script. Is this an known bug or am I doing something wrong?
    Thanks for your help!
      Eric

    Check your energy saver settings under system preferences. That is where you set sleep setting.

Maybe you are looking for