CS3 Animated GIFs display incorrectly in browsers.

I am having trouble getting animated GIFs to display correctly in web browsers. When I view the file in a browser, any browser, it displays extremely fast. I have tried exported the file as an animated gif from a slice, exporting as an animated gif, and saving the file (Save As) as an animated gif.
No matter what I have the frame rate set to in Fireworks it displays the same in browsers.
Anyone have any ideas on how to overcome this?
Thanks in advance.

Change the Frame or State delay to a higher number in the Frame or State Panel.
Jim Babbage

Similar Messages

  • CS1, CS2, CS3 Animated Gif Creation Error.

    Example: http://img365.imageshack.us/img365/5665/walksz2.gif
    Whenever I made an animated gif with a transparent background, the above happens. It doesn't hide the previous frame when drawing the next one. However, when I give it a non-transparent background, it is still fine - http://img59.imageshack.us/img59/8080/walklk4.gif
    How can I fix this? This happens in Photoshop CS1, CS2, and CS3.
    Thanks,
    Dave.

    Read up on "frame disposal method."
    Here's a link to the online PS CS3 live documentation about the subject. This info applies to all the versions you mentioned:
    http://livedocs.adobe.com/en_US/Photoshop/10.0/help.html?content=WSC40F7DA7-6F3C-40d7-8BCD -98A3B1FE7ED0.html

  • An Animated GIF displays, i.e. moves, for about 5 minutes, then freezes. Other GIFs from the site work indefinitely, and this GIF works indefinitely on IE. Why does it freeze in Firefox?

    An Animated Avatar GIF file moves as expected for about 5 minutes, and then freezes. Other animated avatars from the same site work fine, and move indefinitely. To confirm that the site had not exchanged the file for a non-animated version, I right-clicked and selected 'View Image Info' and when I did so, it moved for about half a second. (The image file was the one uploaded.) Loaded the page in IE, this avatar moves indefinitely.
    Any ideas why an animated GIF stops in Firefox?

    The answer is that Animated GIF files include a Loop Enable Flag as well as a Loop Limit Count. This GIF had a count which should have allowed it to loop for almost 2 hours. But in Firefox it only loops for about 5 minutes.
    It appears Firefox is misinterpreting this value to be a Frame Count rather than a Cycle Count.
    Is there any Firefox Employees reading this, and can acknowledge this has been added to their Opportunity (a.k.a. Bug) List?

  • Firefox 4.0: Improper handling of Animated Gif background-image

    FF 4.0 is giving erratic and incorrect displays of an animated gif on a project I am working on. I have prepared a very small sample that demonstrates the problem.
    The problem occurs when an animated gif is used as the background-image for a div (it may also be true when used as a background-image for the body, but I have not tested that).
    When a page is first loaded, the animated gif displays properly.
    I would expect that the animation be displayed as animated either:
    # On each page load
    # On a page load with new session or when the image is removed from cache prior to loading the page. Otherwise the last frame of the image would show
    The sample page is designed to test this.
    IE: Behaved as in #1, i.e. the image was animated on each and every page load. (IE 8: 8.0.6001....)
    Google Chrome: Behaved as in #2, i.e. the image is animated only when there is a new session or when the image is no longer in cache. (Version 10.0.648.204)
    FF 3.6.8: Slightly strange, but acceptable.
    * The image is animated on new session and on any reload button.
    * The last frame is displayed if the location is reentered in the URL bar.
    * The last frame is displayed if the back/forward navigation buttons are used.
    * SOMETIMES the image is animated and sometimes the last frame is displayed when the change page button is pressed (i.e. Javascript change page).
    FF 4.0: Just plain NOT acceptable
    * Correctly animates the image on page load for new session
    * Correctly animates the image on reload button following clearing the image from cache.
    * INCORRECTLY shows the FIRST gif frame if the reload button is pressed.
    * INCORRECTLY shows the FIRST gif frame if the URL is reentered from the URL bar.
    * INCORRECTLY shows the FIRST gif frame if the page change button is pressed (i.e. Javascript change page).
    * INCORRECTLY shows the FIRST gif frame if theURL is reentered from the URL bar after clearing the image from cache.
    * INCORRECTLY shows the FIRST gif frame if the page change button is pressed (i.e. Javascript change page) after clearing the item from cache.
    All of these tests were run with Windows XP-Pro (all service packs and updates applied).
    I can find no clear specification as to what ''should'' happen with pages using animated gifs that are already loaded.
    * I can conceive of rationales for always displaying with animation.
    * I can also conceive of rationales for sometimes displaying the last frame, especially if the same page is being reloaded since many sites reload the same page in response to user form submissions.
    # '''I can see no rationale for displaying the first frame of the gif and would suggest that this is a bug. '''

    Can be this bug:
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=641198 Bug 641198] – Rollover animated gif show only one frame.
    You can try these nightly test builds to see if they behave better:
    Fx5.0 ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora
    Fx6.0 ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central
    Create a new profile exclusively for each Firefox version and create a desktop shortcut with -P "profile" appended to the target to launch each Firefox version with its own profile.
    See these mozillaZine KB articles for information:
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Problem to create animated gif using transparent frames

    Hi, everyone:
    My name is Edison, I am playing with Gif89Encoder utility classes to make an animated gif which is a requirement for my course work.
    I got some problem about the transparent frames. I used the png image as the frame to create the animated gif,
    those pngs have transparent colors and the background is totally transparent, when i create the animated the gif with those
    frames, the animated gif display the colors but without transparency for those colors, but the background is transparent as expected.
    I am not sure if I should IndexGif89Frame or DirectGif89Frame for the colors from the Gif89encoder package.
    Is there anyone got the same problem and knows how to fix it?
    The following is how i setup the colors in my png file, the alpha channel is 80.
    Color[] colours = new Color[7];
              colours[0] = new Color(255, 255, 255, 0);
              colours[1] = new Color(128, 128, 255, 80);
              colours[2] = new Color(128, 0, 128, 80);
              colours[3] = new Color(0, 128, 128, 80);
              colours[4] = new Color(128, 128, 0, 80);
              colours[5] = new Color(204,102,255,80);
              colours[6] = new Color(255, 0, 0, 80);The code i did to generate gif:
    public void run89Gif()
            Image[] images = new Image[4];    
            try{
                images[0] = ImageIO.read(new File("D:/temp/0.png"));
                images[1] = ImageIO.read(new File("D:/temp/1.png"));
                images[2] = ImageIO.read(new File("D:/temp/2.png"));
                images[3] = ImageIO.read(new File("D:/temp/3.png"));
                OutputStream out = new FileOutputStream("D:/temp/output.gif");
                writeAnimatedGIF(images,"Empty annotation", true, 1, out);         
                images = null;
            }catch(IOException er){ }
    static void writeAnimatedGIF(
            Image[] still_images,
                String annotation,
                boolean looped,
                double frames_per_second,
                OutputStream out) throws IOException
            Gif89Encoder gifenc = new Gif89Encoder();
            for (int i = 0; i < still_images.length; ++i){
               gifenc.addFrame(still_images);
    gifenc.setComments(annotation);
    gifenc.setLoopCount(looped ? 0 : 1);
    gifenc.setUniformDelay((int) Math.round(100 / frames_per_second));
    gifenc.encode(out);
    Thanks in advance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi, everyone:
    My name is Edison, I am playing with Gif89Encoder utility classes to make an animated gif which is a requirement for my course work.
    I got some problem about the transparent frames. I used the png image as the frame to create the animated gif,
    those pngs have transparent colors and the background is totally transparent, when i create the animated the gif with those
    frames, the animated gif display the colors but without transparency for those colors, but the background is transparent as expected.
    I am not sure if I should IndexGif89Frame or DirectGif89Frame for the colors from the Gif89encoder package.
    Is there anyone got the same problem and knows how to fix it?
    The following is how i setup the colors in my png file, the alpha channel is 80.
    Color[] colours = new Color[7];
              colours[0] = new Color(255, 255, 255, 0);
              colours[1] = new Color(128, 128, 255, 80);
              colours[2] = new Color(128, 0, 128, 80);
              colours[3] = new Color(0, 128, 128, 80);
              colours[4] = new Color(128, 128, 0, 80);
              colours[5] = new Color(204,102,255,80);
              colours[6] = new Color(255, 0, 0, 80);The code i did to generate gif:
    public void run89Gif()
            Image[] images = new Image[4];    
            try{
                images[0] = ImageIO.read(new File("D:/temp/0.png"));
                images[1] = ImageIO.read(new File("D:/temp/1.png"));
                images[2] = ImageIO.read(new File("D:/temp/2.png"));
                images[3] = ImageIO.read(new File("D:/temp/3.png"));
                OutputStream out = new FileOutputStream("D:/temp/output.gif");
                writeAnimatedGIF(images,"Empty annotation", true, 1, out);         
                images = null;
            }catch(IOException er){ }
    static void writeAnimatedGIF(
            Image[] still_images,
                String annotation,
                boolean looped,
                double frames_per_second,
                OutputStream out) throws IOException
            Gif89Encoder gifenc = new Gif89Encoder();
            for (int i = 0; i < still_images.length; ++i){
               gifenc.addFrame(still_images);
    gifenc.setComments(annotation);
    gifenc.setLoopCount(looped ? 0 : 1);
    gifenc.setUniformDelay((int) Math.round(100 / frames_per_second));
    gifenc.encode(out);
    Thanks in advance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Animated GIF - Animation slows after save CS3

    Hello,
    When Saving an animated GIF in Photoshop CS3 the animated frames slow when viewed after the save. Therefore any gradient fades etc seem to stutter, about 25% slower than the frame rate set initially.
    When the animation is played in photoshop it plays at the right speed, only slows when viewing the file after saving...
    Any ideas?
    Many thanks
    Andy

    I just experienced the same problem in Photoshop. 22 frames with "no delay" selected in all of them. When opening the animation in IE6 and Firefox it runs slower than the original.
    Therefore, would you be kind to post it if you found a solution?
    Hope to hear something soon.
    Thanx!
    s

  • Problem with animated gif image getting displayed

    My problem is that my animated image does not get displayed properly. I am extending JButton and the button already contains a static image. I want to display the animated image over the static one for some reason. If I replace the animated image with a static gif, then there is no problem.
    Here is the code that I am using
    Icon anim = new ImageIcon((new ImageLoader()).getImage("/graphics/busy.gif"));
    // thread to call displayAnim method
    class ColorThread extends Thread {
    ColorThread() {
    public void run() {
    while (AnimFlag) {
    try {
    displayAnim();
    Thread.sleep(400);
    } catch (InterruptedException e) {
    public void displayAnim()
    repaint();
    public void paint(Graphics g)
    super.paint(g);
    int x=5;
    int y=0;
    if ( AnimFlag) {
    anim.paintIcon(this,g,x,y);

    This code is working fine for JRE 1.2 and the animation is displayed. The problem is with JRE 1.3. when there is no animation, neither is there any image getting displayed.

  • PSD source file for animated GIF's - Fireworks CS3

    hi
    i've upgraded to Web Premium Suite CS3.
    Q: i have several PSD source file for animated GIF's created
    with ImageReday.
    how can i open/iomport/convert it in/to Fireworks CS3 without
    looing the "animation"
    many thanks
    Ueli

    ugisiger wrote:
    > hi
    > no any extras. simply 5 layers "distributed" on the
    timeline.
    > if i open a "animated" psd, so i get a file with the
    layers and one frame, but
    > loosing animation stuff like "when show witch layer an
    for how long"
    > -> there is no conversion to FW frames.
    >
    > Ueli
    >
    I don't do animations in PS or IR, but if you like, send me
    the file
    and I'll see if I can figure something out.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver

  • A mystery: Animated GIF not displaying correctly.

    I've started adding images to a >1 year old game that I kind of abandoned, which formerly used hard-coded graphics. I'm looking to use a 4 frame long animated GIF of what would appear to be a rotating blade-like enemy. (Not actually a blade, but this is irrelevant.)
    The GIF which I am using can be viewed here: ftp://72.141.73.226/ftproot/av.gif
    I have taken screenshots of the 4 frames I am receiving, and slowed the result down here: ftp://72.141.73.226/ftproot/broken.gif
    I'm not quite sure why it's doing that.. Any ideas?
    Also, I've got it programmed so that when the enemies are defeated, they emit a small explosion, which is also an animated GIF. It can be found here: ftp://72.141.73.226/ftproot/boom.gif
    The images are drawn by the class AI class, which extends JPanel (For the ImageObserver status). The image displayed is determined when a method called changeImg is called.
    public void changeImg (String img) {
        this.img = Toolkit.getDefaultToolkit().getImage(img);
    }When the health reaches 0, the 'boom' image (found above) is put onto the object's 'img' variable, which is later called like this:
    g.drawImage (img, x-w/2, y, x+w/2, y+h, 0, 0, 20, 20, this);Essentially, it draws the image at certain coordinates depending on the position of the user, and sizes the image depending on the size of the user (variable with difficulty.) and you can see where it is using 'this' as an ImageObserver, because it just so happens to be one. (This is the only way I know to display images.)
    There's a small problem, however. When the 'boom' graphic is loaded, it floats around in memory, not being drawn, because it's not being told to, but evidently goign through the animation anyway. This means that all explosions are synchronized, so say I defeat an enemy at frame 0, and then another one at frame 5. The 10 frame explosion is already half-complete, so the second enemy's explosion animation is the latter half of the explosion animation, followed by the inital half. I tried creating the GIF so that it would be set to 'play once', but then after the first enemy exploded, all enemies would display the last frame of the explosion, instead of playing the animation once.
    Any help would be greatly appreciated.
    (This isn't for homework, don't worry. I finished this assignment over a year ago, and just decided to add to it a bunch.)

    @OP:
    Are you aware of the fact that your FTP server is wide open?

  • How to open animated .GIF files in Photoshop CS3 and newer

    Q: Since ImageReady is long gone from Photoshop, how can I open animated GIF files in Photoshop CS3 and newer?
    A: File -> import-> video to layers.
    In the dialogue box type "*.*" to show all file types.
    Select your GIF file and which frames to import.
    They will now be available in your animation palette.

    Zeno
    curt y, sorry for the late reply, I tried that but I doesn't work. I have to choose at least two files in the Load Layers window in order for the OK button to be available and then some action script uses the different files to make layers and merges them but not from the frames of the gif file. I can undo through the script to see what it did but it never accessed the frames of the gif file, just the first frame. Choosing "make frames from layers" in the animation palette only puts the original files into layers - that is only the first frame of the gif file.
    I guess I'm out of luck with the 64  bit version of Photoshop as Zeno suggested :-(
    What program would you people suggest for opening each frame from gif files?

  • Problem to display Animated Gif from HTML into JEditorPane

    I have a problem displaying animated gif that comes from URL (HTML) into JEditorPane.
    Let me show you the source I have:
    * @author Dobromir Gospodinov
    * @version 1.0
    * Date: Dec 6, 2002
    * Time: 6:47:53 PM
    package test.advertserver;
    import javax.swing.*;
    import java.awt.*;
    import java.io.IOException;
    public class Test {
         public static void main(String[] args) {
              JFrame frame = new JFrame();
              JEditorPane ed = new JEditorPane();
              try {
                   ed.setPage("http://localhost:8200/servlet?key=value");
              } catch (IOException e) {
                   e.printStackTrace();
              JPanel panel = new JPanel();
              panel.setPreferredSize(new Dimension(500, 500));
              panel.add(ed);
              frame.getContentPane().add(panel);
              frame.pack();
              frame.setVisible(true);
    }Part of the returned from servlet HTML includes an img tag:
    <img src="/images/MyAnimatedGif.gif" alt="animated gif comment" width="480" height="50"  border="0">Let us assume that MyAnimatedGif.gif has 10 frames and gif is looped - when the 10th is dipslayed it has to display the 1st and so on.
    JEditorPane displays frames from 1 to 10 correctly but does not start from the first again. Instead JEditorPane displays a broken image.
    I locate where the problem arise:
    JEditorPane has an HTMLEditorKit that creates javax.swing.text.html.ImageView instance for every IMG tag.
    And here is the problem:
    ImageView has an ImageObserver necessary for the asynchronous image download. ImageObserver has the imageUpdate method. But this imageUpdate method is never called with ALLBITS flag raised up. Instead, after the last frame of MyAnimatedGif.gif is downloaded the imageUpdate method is called with flag ERROR raised up. Obviously this is a bug of Sun's implementation. Finaly the flag ALLBITS has to be received for normal end of image observing. But ALLBITS flag does not come.
    So, can anybody help me how to load an animated gif within JEditorPane completely.
    Thank You in advance,
    Dobromir Gospodinov
    P.S. If somebody of you wants to debbug what happens within ImageView will have to implement it (and related classes too, because of the limited package visability) borrowing the source from Sun's ImageView.

    I'm also having this problem with java 1.4.1 I discovered that some animated gifs work fine, while others stop animating. Running with java 1.3.1 fixed the problem. I'm going to report this as a bug
    Here's my code:
    import java.awt.*;
    import java.io.*;
    import javax.swing.*;
    public class AnimatedGifTester
    extends JFrame
    public static void main(String argv[])
    throws Exception
    new AnimatedGifTester();
    public AnimatedGifTester()
    throws Exception
    String[] images = new String[] {
    "http://www.gif.com/ImageGallery/Animated/Animals/Photographic/dog_running.gif",
    "http://www.gif.com/ImageGallery/Animated/Characters/Cartoon/java.gif",
    "http://www.webdeveloper.com/animations/bnifiles/anielg.gif",
    "http://www.webdeveloper.com/animations/bnifiles/cat2.gif",
    "http://images.animfactory.com/animations/animals/fish/big_fish_swimming_md_wht.gif",
    "http://www.webgenies.co.uk/images/martian.gif",
    "http://www.webdeveloper.com/animations/bnifiles/at_sign_rotating.gif",
    "http://www.webdeveloper.com/animations/bnifiles/arrow_1.gif",
    "http://www.gif.com/ImageGallery/Animated/Characters/Cartoon/javaacro.gif",
    "http://java.sun.com/products/java-media/2D/samples/suite/Image/duke.running.gif",
    "http://www.gif.com/ImageGallery/Animated/SouthPark/Cartoon/stan.gif"
    StringBuffer buffer = new StringBuffer("<html><body>");
    for (int idx = 0; idx < images.length; idx++)
    buffer.append("<img src='" + images[idx] + "'>");
    buffer.append("</body></html>");
    String html = buffer.toString();
    // save a copy of the html to open in a browser so we can see what it's
    // supposed to look like
    BufferedWriter writer = new BufferedWriter(new FileWriter("animatedGifTest.html"));
    writer.write(html);
    writer.close();
    JEditorPane editorPane = new JEditorPane("text/html", html);
    editorPane.setEditable(false);
    getContentPane().add(editorPane);
    setDefaultCloseOperation(EXIT_ON_CLOSE);
    setSize(new Dimension(400, 600));
    show();

  • Problem at displaying animated gif images !!!!!!!!!!!!

    hello everyone......i am trying to display an animated gif image..............so till far i have no issues on this....
    but i face problem when :
    i have created a class called SimpleGame which extends JPanel....
    public class SimpleGame extends JPanel
    //code
    public void paintComponent(Graphics g)
    //code to draw image
    }now i have written another class with main method
    public class MyGame extends SimpleGame
    public MyGame()
            JFrame frame=new JFrame();
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setSize(800, 600);
            frame.setUndecorated(true);
            frame.setLocationRelativeTo(null);
            frame.getContentPane().add(this);
            frame.setVisible(true);
            this.repaint();
    }so image gets displayed but only one frame of animated image......image that is displayed is static.....since it is a animated gif,,,,,so some how animation is not rendered......only one frame is displayed......
    why is it happening ??
    if i try to display animated image from a single class i mean my paintComponent method and main method is at same class then i do not face problem.....
    but if my paint method is in another class and i am using that method from another class then animation does not get rendered.........
    any help !!!!! please...........

    class SimpleGame extends JPanel
    Image img=new ImageIcon("y.gif");
    public void paintComponent(Graphics g)
    g.drawImage(img,150,150,this);
    }main class//
    class MyGame extends SimpleGame
    public MyGame()
            JFrame frame=new JFrame();
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setSize(800, 600);
            frame.setUndecorated(true);
            frame.setLocationRelativeTo(null);
            frame.getContentPane().add(this);
            frame.setVisible(true);
            this.repaint();
    public static void main(String[] args)
    new MyGame();
    }my image gets displayed.......but only single frame of a animated image....animation is not happening..........

  • Using an animated gif/other to display series of images within another image?

    I design custom baseball cards for a hobby, and am wondering if I can use an animated GIF inset within a large photo to display a rotation of images.
    It is easiest if you look at the "card"/image . . . within the circle, where there is a picture of Ruth holding some bats, I would like to add a series of several images that would rotate through (obviosuly the "card" would be for viewingonline rather than printing).
    Is it possible to do?  I am thinking an "animated gif" would be the easiest, but if there is some other way (video, etc.). I am open to that.
    I just would like to know if the goal can be done, and if so, how to do it.
    TIA!!!

    That can be done with a gif.  You just set up your bg image, then have a series of layers for your insert.  Create a frame animation by opening it in Window>Timeline.  Have all your insert layers except one turned off.  Create a new frame, the turn on the next layer.  Keep repeating creating a new frame and turning on a new layer.  When you're done, you can set the time each frame displays.  Save it using save for web using the gif option.

  • Saving Animated .GIF Incorrectly?

    Please help! I am trying to save an animated .gif with images
    that will rotate through every 1 second.
    Here is what I am doing...what am I doing wrong???!!!!
    Step 1: I create two frames
    Step 2: I add one image to each frame
    Step 3: I change the frame delay from the default 7/100 to
    100/100, which should be one second
    Step 4: I save the image as an animated.gif.
    For some reason, despite the frame delay being correct, the
    image rotates through at an incredibly fast rate. It seems to stay
    at the default 7/100 frame delay and I can't correct it. Even if i
    save it as a 3500/100 delay, it still rotates very quickly.
    Can anybody help me? This is very frustrating!!

    quote:
    Originally posted by:
    smackitsakic
    Please help! I am trying to save an animated .gif with images
    that will rotate through every 1 second.
    Here is what I am doing...what am I doing wrong???!!!!
    Step 1: I create two frames
    Step 2: I add one image to each frame
    Step 3: I change the frame delay from the default 7/100 to
    100/100, which should be one second
    Step 4: I save the image as an animated.gif.
    For some reason, despite the frame delay being correct, the
    image rotates through at an incredibly fast rate. It seems to stay
    at the default 7/100 frame delay and I can't correct it. Even if i
    save it as a 3500/100 delay, it still rotates very quickly.
    Can anybody help me? This is very frustrating!!
    There is a bug in the Property Inspector's
    Default Export Options that resets frame delays to 7,
    whenever you change the options from there. So, don't even touch
    it. :-) There are a couple things you could do instead:
    When you save the GIF, use Export Preview first
    (Ctrl+Shift+X). There, click on the Options tab and select Animated
    GIF as the format. Click Export, specify a location and that should
    export a GIF with your specified frame delay.
    If you really want to set the default export options on the
    source PNG, then use the Optimize window (F6). It has exactly the
    same interface as the Property Inspector's default export options,
    but it doesn't reset the frame delay when you specify "Animated GIF
    WebSnap 128". Go figure...
    That's how it works on CS3 here. I hope it will work out for
    you as well. :-)
    SiamJai
    ~~~~
    http://design.thaiwonders.com
    - Innovative Fireworks Tutorials

  • Can't open animated GIF, even with secret trick (psd cs3)

    Hi
    I know a lot of people have had trouble with opening animated .gifs in photoshop cs3. I had that problem until I learned the little "trick" you could do (type *.* in "import video frames to layers") and then simply open the gif. This has worked one my computer for some time, but then all of a sudden it stopped working. I thought it was odd and then I formatted my computer and installed a few windows updates and then installed adobe photoshop cs3 and then quicktime. But it still won't open GIF as it used to do. And it's very odd, as my laptop can do it (and it has just been newly reformatted too). I know Adobe's own solution, which is to use fireworks, but I find it to be a crappy program, so I'm not going to use that. I want to be able to import GIFs into photoshop as I used to :/
    Hope someone has encountered this problem too. I know a lot of people had been able to use the trick, but I havn't been able to find anyone who has the crash problem.
    Know of this?

    sounds like you might have a conflict with QuickTime, seeing as the error is in MODNAME quicktime.qts
    first, try resetting the PS prefs. hold CTRL+ALT+SHIFT on launch and then click Yes when prompted. if you have any preferences that you would prefer not to reset, close PS, move the preference files, then launch PS to create new ones. if it's not the problem, you can put them back later. Use the info in kb401600 if you don't know where the preference files are.
    http://www.adobe.com/go/kb401600
    if resetting the prefs doesn't fix it, make sure you have the latest version of QuickTime installed (7.4.5) and that it can launch without problems. if you have problems using QT, let us know or post on Apple discussions to find a solution.
    if you do have the latest version and the problem recently started, it may be that Apple broke something that PS uses in a recent update. uninstall the version you have, delete /program files/quicktime/ folder if it still exists, reboot, download an older version (apple has archived installers; search for "download quicktime 7.3.1 windows" OR "download quicktime 7.1.6 windows" on google to find it), then install it and reboot before trying PS.

Maybe you are looking for

  • Discoverer viewer displaying all the reports instead of one report

    Hi Team, I have created one menu and attached 4 reports to that.after that that menu is attached to the main menu.This menu is attached to the one xyz responsibility. Now i am facing the problem is : After logging to the responsibility,i clicked on i

  • HT202213 can you transfer a movie rental via home sharing from pc to laptop?

    I rented a HD movie to put on my iPod to then watch on my TV through my component cable, however when I tried to transfer th rental onto my iPod I got an error message saying the movie could not be moved, this could be due to my iPod software being o

  • Ideas for a Website Design with DW 5

    New to webiste and looking for ideas on website design.  I have a logo and will have products with pictures and descriptions.  Should I use DW pre-design ideas or should I use my own.  I'm not sure how to on my own design, but I might be able to get

  • Print multiple page ranges based on radio button group choices

    Hi ... I have a PDF that is a combined application form made up of 6 separate forms. On the front page, I have 6 groups of "Yes / No" radio buttons. If the radio button for one or more of these groups is selected as "Yes" then when the Print button (

  • SQL query help with CASE

    Hi All, I have 2 tables like below. now i have a requirement which i need to do it in CASE OR DECODE. because i have to implement this logic IN SELECT STATEMENT for a column. In table T1 if Lang = 1 and State = 'P' then display Lang = 'english' in ta