Why animated gif not working in webpage designed in fireworks?

Hi,
I have 2 questions. Pl. consider me a novice in this field, started just 2 days ago.
1. I have designed a website page in fireworks cs5, I have added an animated gif in the page and when I preview in browser or export the webpage.png the animated gif's background color is only shown and no animation takes place.  Where as when I run the gif file only in web browser it shows animation. Why the animation doesn't show in the website. However, when i change the selection to "animated gif websnap128" at the bottom of the screen, then every element of the whole webpage alongwith the animated gif start doing animation, that is everyelement changes (animate) from state 1 to state 2 contineously. 
other question is in new thread.
thanks for your help.

The animation needs to be in a seperate slice.

Similar Messages

  • Why does animated .gif not work with windows?

    I have created an animated .gif to place in a powerpoint presentation, but when I sent it to my client who used a windows computer, it does not work. When I try to open the .gif in my windows 98 virtual machine, it says it has errors.
    I created it in photoshop CC using the timeline and saving it with "save for web".

    AAAAAAAGGGGGGHHH!  Stupid Powerpoint corrupted the files when it "packaged" them
    Thank you for pointing me in the right direction.
    It is very difficult to figure out what my client is doing on his end.
    It won't let me mark you both as correct.

  • Animated gifs not working

    I have created several animated gifs (using photos on a continuous loop) in photoshop on my mac, but they aren't working when we upload the gifs to our website. I've been creating these short animations for ages and all of the old ones are still working online. However I'm not doing anything differently, and am being careful to create them properly. The animations also play properly when I drop them into any old web browser. It's only when we upload them to a website that they stop working and display only the first frame.
    Since a) I haven't changed the way I make these animated gifs, b) they work when dropped into a web browser, and c) the previously created animations are working online, does anyone have any idea why these recently created ones aren't working? Is it likely to be a photoshop problem?
    Any ideas appreciated!

    Can you share a sample web page?
    Which browsers are you using to test the live web pages? Some browsers may have optionally disabled animated GIFs (although this would be unlikely if one GIF plays and another does not). ...and Safari has had a history of quirks with animated GIF play.

  • Animated GIF - not working properly

    Hi,
    I'm trying to get an animated GIF working in my swing program. I am drawing on a JPanel using paintComponent.
    Here's the thing: It will animate, (faster then it should) and then pause animation for 5 seconds, then animate again. I am trying to achieve constant animation, at the framerate in which is set inside of the GIF file. Is there a better method to use then what I am using? It's not a repaint problem, as I am repainting constantly. Here's what I got:
    String filename = "myimage.gif";
    Image img = Toolkit.getDefaultToolkit().getImage(filename);
    g.drawImage(img, x + 28, y + 79, this);A code snippet would be helpful as I am only two weeks into Java and have difficultly reading the Sun documentation.
    Thanks for reading,
    Nate

    Does that entire code snippet appear in the paintComponent method? It should be more like this,
    String filename = "myimage.gif"
    Image img = Toolkit.getDefaultToolkit().getImage(filename);
    public void paintComponent(Graphics g) {
         g.drawImage(img,x+28,y+79,this);
    }You shouldn't try to get the image from the toolkit everytime. Just get it once, and everytime you paint the image, the next frame will be painted.
    To introduce a constant delay you can use javax.swing.Timer to simply repaint the panel whenever you want to. Here's sort of a basic example
    import javax.swing.ImageIcon;
    import javax.swing.JPanel;
    import javax.swing.Timer;
    import java.awt.Image;
    public class GifAnimation extends JPanel
            implements java.awt.event.ActionListener {
        private Image img;
        private Timer timer;
        private int delay;
        public GifAnimation(String fileName) {
            java.awt.Toolkit toolkit = java.awt.Toolkit.getDefaultToolkit();
            //The image icon will load the image
            img = new ImageIcon(toolkit.getImage(fileName)).getImage();
            if (img.getWidth(null) == -1 && img.getHeight(null) == -1) {
                System.err.println("Unable to load image: " + fileName);
            }else {
                setPreferredSize(new java.awt.Dimension(img.getWidth(null),
                                                       img.getHeight(null)));
            //in milliseconds
            this.delay = 100;
        public int getDelay() {
            return delay;
        public void setDelay(int delay) {
            this.delay = delay;
            if (timer != null) {
                timer.setDelay(delay);
        //This method is called when a component is connected to a native
        //resource.  It is an indication that we can now start painting.
        public void addNotify() {
            super.addNotify();
            if (img.getWidth(null) != -1) {
                timer = new javax.swing.Timer(delay, this);
                timer.start();
        public void removeNotify() {
            super.removeNotify();
            if(timer != null) {
                timer.stop();
                timer = null;
        public void actionPerformed(java.awt.event.ActionEvent e) {
            //you can alternatively use paintImmediately(), but there are
            //going to be certain consequences to using that.
            repaint();
        public void paintComponent(java.awt.Graphics g) {
            //Clears the background before drawing the next frame
            super.paintComponent(g);
            if(img.getWidth(null) != -1) {
                int x = (getWidth() - img.getWidth(null))/2;
                int y = (getHeight() - img.getHeight(null))/2;
                g.drawImage(img,x,y,this);
    }In a GIF file each frame has a duration specified in hundreds of a second. And each frame also has an offset position (not all the frames need to have the same width or height). I can show you how to load this information from the file, but I'm not sure if it would bring major confusion. It requires the use of javax.imageio.ImageIO and javax.imageio.metadata.IIOMetadata . It also requires a recursive method to search the image's metadata for the needed information (a bit overwhelming for a person two weeks into java).

  • Animated gif not working

    Hi All,
    Animated gif seems to have an issue in flex.
    seemingly a swf will solve the problems.
    Does anyone have a swf corresponding to the progress indicator?
    Any help will be highly appreciated.
    Thanks
    Yukti

    Hi YKaura,
    Yes the gif animated files doesn't work directly...
    I think you want to add custom preloader to your application overriding the default gray preloader..If so then check out these links...
    http://www.pathf.com/sites/pfd/flash/blog/08142008/srcview/index.html
    http://www.pathf.com/sites/pfd/flash/blog/08142008/PreloaderComponent.html
    http://www.pathf.com/blogs/2008/08/custom-flex-3-lightweight-preloader-with-source-code/
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • Animated GIF not working. Tried everything, doesn't help.

    Hello,
    A short while ago, I had a problem with the overlarge size of my site, when viewed using Firefox, and reduced the "font size," etc., to 1.0 via about:config.
    However, as I now need to reset the font to its original (Firefox 24.0?) size. Can anyone please tell me what the original font size was BEFORE I reduced it?
    Many thanks for your help.
    EPS23

    See http://kb.mozillazine.org/Animated_images

  • Why are animated gifs not displaying animations in the preview?

    Why are animated gifs not displaying animations in the preview?
    My coworkers and I are not seeing a animation in the preview pane in Adobe Bridge CS6 even when clicking the play button in the preview window. However, we do see a graphic of the first frame and one person sees 1 frame when clicking play and one other frame and then the animation stops, however, that is not the complete animation.
    I'm using Windows 7 32 bit
    My coworkers are using a mac.
    One coworker has apple OS Mountain Lion with a Intel Quad-Core Xeon – 64 bit system.
    Is this fixable or in the works as a patch? Otherwise we have to open these docs in a browser in order to view them properly.

    I've just come to the realization that some animated gifs do play fine and others do not. A coworker of mine suggests that if it's an animation made via Adobe Photoshop, it'll work in bridge but will not if it's made using something else.

  • Animation will not work in Firefox.  It works in Safari.

    I created an animation and uploaded it to wordpress.com.  Using Firefox, I went to the website to play the animation.  But the animation wouldn't appear.  I checked it again using the Safari browser.  And the animation appeared and it worked fine.  Why will it not work in Firefox?  I uploaded the newest version of Adobe Flash and installed it.  And I have the most recent version of Firefox on my Mac computer.  Will someone fix my problem please?  Thank you.

    Hello.  Thank you for the information.  I checked if the flash plugin is activated in the Firefox browser using your instructions.  And it is active.  The problem seems to occur with all of the flash containing web pages in my wordpress site.  My art machine animation and other animations on the site do not appear when the pages load.  I checked other websites containing swf file animations and they work.
    I'm providing the information that you suggested.  And it is as follows...
    Operating System:  OSX Yosemite, version 10.10.3
    Web Browsers:  Safari, version 8.0.5 (10600.53.17)
                                      Firefox, version 37.0.2
                                      Chrome, version 42.0.2311.90
    Problem:  In my wordpress.com website, none of the .swf flash files will appear using the Firefox nor Chrome browsers.  But they do in the Safari browser.
    Direct link to the problem sites are as follows:  Firefox- 3 Art Machine | Nora Christians
                   Chrome- 3 Art Machine | Nora Christians
                   Safari- 3 Art Machine | Nora Christians
    The code that I used to upload the .swf file to wordpress.com is the same for all three browsers.  I didn't write any different codes for any specific browser.

  • This animation will not work, neither does embeded youtube videos

    So this site https://www.navo.navy.mil/cgi-bin/animate.pl/metoc/74/84/0-0-17/0 animation does
    not work (in either FF or Safari on mac, works great on any browser on xp).
    Anyone know why???
    Also, if I try to look at a embeded youtube video it shows a black screen unless I scroll so that the
    video is partially blocked (top or bottom).
    Anyone?

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Why does abode not work on my galaxy tab2

    Why does abode not work on my galaxy tab 2?

    The games dont load they just say I need to update to the latest version or say that it is not compaterble with it.

  • Why does sound not work on my Mac Air?

    Why does sound not work on my Mac Air --all setting seem okay. OSX 10.9.2 operating systyem.

    Open System Preferences > Sound > Output
    Make sure the coorect output devices is selected and the Mute button is not checked.

  • Why youtube dose not work on my macbook pro 10.6.6?

    why youtube dose not work on my macbook pro 10.6.6 ?

    Double check you have the latest version of Adobe Flash.

  • Not sure why Message is not working on my ipad.

    Not sure why message is not work on my iPad. It works find on my iPhone.

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

  • Safari - Animated GIF not Animating Issue

    I am frequenting site and have noticed animated gifs not animating properly on this page. The site is http://www.woot.com
    Problem Detail:
    There are two "whirly lights" on each side of a progress bar under the item currently for sale. The left light starts to animate while the page is loading but stops while the right light continues its animation.
    This particular site may usually only uses these images every once in a while so if no one checks this in the next couple days the images will no longer be there. I created a web archive the site which I could send if this page does go away. The issue does not happen in Firefox or Internet Explorer.

    Hi and Welcome to Apple Discussions
    I get the same effect as you in Safari. Loaded with no problem in Firefox. Page does have coding errors, which can lead to inaccuracies in how the page is rendered. Safari is much more strict about correct coding than Firefox, adhering to web standards set out by Web Standards Project.

  • I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    A reply to similar question (Q & As , in product page Apple Store) says:
    "...dissable the internal reader hardware from devices setup. Then plug the external usb superdrive and that's it."  Answered by Enrique T from Lima Oct  25 2013.
    If you can locate an external Apple USB 'Air" superdrive for earlier model MacBook Air, that should work. The newer one for the Air is the same as for iMac, now.
    You may be able to use other brands of external USB optical drive with your older intel-based iMac, as some of them function capably. A few should also be able to see system discs or other bootable utilities on DVD.
    Hopefully this helps.
    Good luck & happy computing!

Maybe you are looking for

  • Query in Select query operation

    Please excuse me for posting this again. I'm stuck up with this for 3 days. Lenghty post pls do read and help me. How is the select query going to be changed in the SAP so that the original database behind it understands it. I want to know the operat

  • Setting Recurring Dates in Calendar

    Many times I need to set a recurring event in the Calendar based not on a fixed date but on a day of the week - such as the last Monday of each month or the last Monday of a given month. If this is not possible in the current version of Calendar, doe

  • I'm making the big switch from PC today!

    I am going to purchase a Macbook today! The Black configuration. I've always been a PC user and hated it for the most part but I'm also a gamer and that has alwasys been the only thing that put me off Macs since they don't put out as much juice as PC

  • Best plug-in or app to play and export avi flicks

    Hi What is the best plug-in for FCPX, QT, or app to play and export avi flicks? Can they play in FCPX or FCP 7? best elmer

  • ICM settings wrong after migration

    I did a Consolidate Migration of iPrint from Netware 6.5 SP8 to OES11 SP2, in preparation of Transfer ID migration, as recommended by TID7004109. Out of 117 printers, 8 failed to migrate. This is not a very big deal, I could re-create them manually o