Animated gif plays only once

I am using Captivate 5.5 on a Windows machine. I inserted an animated gif into my Captivate, using insert > animation...  Then, I inserted a button. When I pressed F4 to preview the animation, it played only once. I put a check mark on the loop on the timing of the properties of the animation. Still, it played only once. It stopped when the play head stoped moving. I cannot make the animated gif play continuously. Does anybody know how to make the animated gif play continuously?
thaks.

You can try this:
Stick this in the header area of your code
<script type="text/javascript"> function showBuyLink() {
document.getElementById("buylink").style.visibility = "visible";
} // adjust this as needed, 1 sec = 1000
setTimeout("showBuyLink()", 5000);
</script>
Stick this around your buy link code.
<div id="buylink" style="visibility: hidden"> <!-- put all your add to cart buy links and images inside this hidden div --> <p style="text-align:center; font-size:26px;"> <a href="http://mybuylink">Add to Cart or Buy Link</a> </p> </div>
Yopu can rename "buylink", but you have to make sure you rename all instances or it will kill the script.
If you're not comfortable incorporating that, unfortunately, the other option would be to create a Flash animation and put a button in the last frame.
That would be just as difficult (if not worse) as writing (or tweaking) a javascript to delay the hotspot, and even worse because it would be invisible to phone users. Additionally, people who disable javascript would never see the link if you did add the script.
There isn't any way to do this with HTML or CSS, and you now know the flaws with the methods that will work.

Similar Messages

  • Making symbol play only once

    Hello,
    I am new to Adobe Edge and I wonder if I can make my symbol play only once on mouseover. I want a picture to appear only when mouse finds it and stay there (I made a symbol in which there's animation of picture appearing from white). Now I only managed to make it appear when it's mouse over, but when my mouse is over the same area again, it plays over again and looks like blinking.
    Thank you.

    Hi, Winrry-
    You might also want to try using mouseenter instead of mouseover.  Mouseover also fires when you move the mouse, so you'll get some hiccuping/flickering as you mentioned.
    Thanks,
    -Elaine

  • Can a drum pattern created in Ultrabeat be limited to playing only once? Basically creating a single bar.

    Can a drum pattern created in Ultrabeat be limited to playing only once? Basically creating a single bar.

    Found it. The key is shutting down the sequencer in Ultrabeat once you have dragged the pattern to the arrange window.

  • Animated gif is only output as a grey box

    Hi,
    I'm using CS4 and am trying to make an animated GIF. I've got it all set up and when I play it in Photoshop everything is fine. I then go to File > Save for web and then choose GIF in the dialog box and leave all other boxes alone. In the Optimized window my images are missing and only a grey box is shown. When I hit Save and then open the resulting GIF in a browser, all I get is that grey box and not the animation with my 8 frames. What am I doing wrong? Thanks.
    Mark

    Here you go. Thought I had pasted the screenshot to my OP.

  • Animated gifs play much too slowly in Safari

    As far as I can tell, this is constant across all WebKit browsers. Basically take any animated gif (), and open it side by side in Safari and some other browser like Firefox or Opera, and it will always play much more smoothly in the other browser.
    I can't seem to find anything about this on google right now, and it's driving me nuts. Anyone know anything?
    Also how do I make this forum not show my real name...
    Message was edited by: William Makley

    As far as I can tell, this is constant across all WebKit browsers. Basically take any animated gif (), and open it side by side in Safari and some other browser like Firefox or Opera, and it will always play much more smoothly in the other browser.
    I can't seem to find anything about this on google right now, and it's driving me nuts. Anyone know anything?
    Also how do I make this forum not show my real name...
    Message was edited by: William Makley

  • Why doesn't animated GIF play?

    I have made 2 animated Gifs one plays fine the other doesn't. When I preview in Safari all that shows is the full image and nothing happens.
    It runs fine in the timeline but in save-for-web the play buttons are greyed out and all I see is the full composite image. 3 of the layers have drop shadows but I don't think that is the reason. Any ideas?

    Yes GIF is selected. I have now found that it works converting it to frames. But not sure why the other one works not converting to frames. Should they always be converted to frames?

  • Using flash shared object to have a load animation play only once

    Hey all I have a swf on multiple pages, I onyl want it to
    play the load animation once, so I thought I would try the shared
    object to do this.
    //On frame 1 on my mc if it hasnt played the file below it
    should to gotoAndPlay frame 1 of my mc, logo_mc
    logoload = SharedObject.getLocal("logoload1");
    if (logoload.data.logoloadvar == undefined){
    _root.logo_mc.gotoAndStop(30);
    } else {
    _root.logo_mc.gotoAndPlay(1);
    stop();
    //at the end of my load animation frame 30 of logo_mc I am
    trying to tell the shared object that its has played, so I put
    something in it:
    stop();
    computer = System.capabilities.os;
    _root.logoload.data.logoloadvar = "logoseen";
    _root.logoload.flush();
    But it does not appear to be responding, what am I doing
    wrong there? Its the first time Ive used the object.
    Any help would be great.

    Wow. That is exactly what it was, thanks so much. Our IT guys are working on the problem now. Thanks again.

  • Play only once movie using LSO script

    I have just put together a website for my employer which has a flash movie that plays as soon as you land on the homepage. I want that movie to only play once, so when the visitor goes to another page then goes back to the homepage the movie will not play again. I have applied the following LSO script to the flash movie to create a sort of flash cookie stored on the visitors computer. It works fine in Internet explorer and Safari, but for some reason there's a problem in Firefox. When you go back to the homepage, instead of going to the last frame as scripted gotoAndStop(_totalframes); it stops at a random point roughly half way through the movie. I have no idea why this is happening, does anyone have any suggestions how to resolve the problem?
    Actionscript:
    // create a Shared Object
    var my_so:SharedObject = SharedObject.getLocal("animationPlayed");
    // if it's the first time here, i.e, <em>played</em> hasn't been set already,
    // see the animation
    if (my_so.data.played == undefined)
         // set played to true
         my_so.data.played = true;
         my_so.flush(); // write the data
    else
         // you've already watched the animation before
         // go to the last frame
         gotoAndStop(_totalframes);
    // for testing purpose, clear the Shared Object, i.e.,
    // pretend you haven't watched the animation already
    clearLSO_btn.onRelease = function()
         my_so.clear();
    Also, how long will this flash cookie be stored on the visitors computer? Can you suggest the script I can use to clear this data after a certain period of time?
    Thanks  

    normally that indicates a swf has not completely loaded.  i would expect, if you cleared your other browser's cache, you would see the same issue when clicking back and forth quickly enough.

  • How can I stop a sound from looping so it plays only once each time the up key is pressed?

    Hi there here is my code, the basis is it is playing a mp3 from my library.
    Basically as the topic suggests I only want the sound to play once each time the UP arrow key is pressed. At the moment when you hold the up arrow down the sound keeps triggering and looping and gets really loud and noisy.
    Here is my code for my game:
    package com.chasegame.components
              import flash.display.MovieClip;
              import flash.display.Stage;
              import flash.events.Event;
              import com.tech.utils.KeyObject;
              import flash.ui.Keyboard;
              import flash.media.Sound;
              import flash.media.SoundChannel;
              public class SpaceShip extends MovieClip
                        private var key:KeyObject;
                        private var speed:Number = 0.3;
                        private var rotateSpeed:Number = 5;
                        private var vx:Number = 0;
                        private var vy:Number = 0;
                        private var friction:Number = 0.95;
                        private var shipSound:roar = new roar();
                        private var shipSoundChannel:SoundChannel = new SoundChannel();
                        public function SpaceShip () : void
                                            key = new KeyObject(stage);
                                            addEventListener(Event.ENTER_FRAME, loop, false, 0, true);
                        public function loop(e:Event) : void
                                            if (key.isDown(Keyboard.UP))
                                                           vy += Math.sin(degreesToRadians(rotation)) * speed;
                                                           vx += Math.cos(degreesToRadians(rotation)) * speed;
                                                           shipSoundChannel = shipSound.play();
                             else
                                                           vy *= friction;
                                                           vx *= friction;
                                  if (key.isDown(Keyboard.RIGHT))
                                            rotation += rotateSpeed;
                                  else if (key.isDown(Keyboard.LEFT))
                                            rotation -= rotateSpeed;
                                  y += vy;
                                  x += vx;
                                  if (x > stage.stageWidth)
                                            x = 0;
                                  else if (x < 0)
                                            x = stage.stageWidth;
                                  if (y > stage.stageHeight)
                                            y = 0;
                                  else if (y < 0)
                                            y = stage.stageHeight;
                        public function degreesToRadians(degrees:Number) : Number
                                  return degrees * Math.PI / 180;

    If you want the sound to only play once when the key is pressed then you don't want to have it in the ENTER_FRAME event handler like you have it.  It is starting new sounds at the frame rate of your file the way you have it now.
    Try having an event listener dedicated to a KeyboardEvent.KEY_DOWN event where you detect when the UP key gets pressed and use that to trigger playing the sound.

  • Play only once

    I have 1 Joomla template for my client. He wants a flash banner of looping rotating images on 1 layer and then on the next layer on top he wants himself speaking.
    However I just need him speaking once per sesion whilst the gallery is still looping within the template page
    Is this possible?

    not if the audio is attached to the timeline.
    use the sound class to play the audio and use a boolean variable to prevent the sound code from re-executing:
    var soundStarted:Bool;
    if(!soundStarted){
    soundStarted=true;
    var s:Sound=new Sound(this);
    s.attachSound("soundID");  // assign linkage id
    s.start();

  • ITunes can play only once, then I need to quit in order to play again.

    Hi
    I have lots of video to play, one day I couldn't play my video without quitting iTunes first. Now whenever I want to play a video, I need to quit iTunes because I didn't quit from after the previous time that I was playing a video clip from my library. I have reinstalled iTunes without effect. How can I solve this problem?
    Thanks,
    -Jack

    This problem has been solved.

  • After 6.0.2 video and gif playing only while mouse is moved or cursor blinking why?

    even i can say whole browser stands when mouse not moved.
    if after clicking link mouse not moving - its not working

    I had the same experience with a new iPhone 5 that I bought  last week. Did not have a chance to measure battery life before the 6.0.2 upgrade installed but I set up my phone exactly like my 4S and immediately started running out of power after short periods. Went to Xmas get together with fully charged 5 and 4S. Heading home the iPhone 5 shut down for low battery and the 4S had 65% power. Both phones had two half phone calls on then and no data usage.
    That night I fully charged the iPhone 5 and, without lighting it up, put it on my night table. Next morning I picked it up and looked at battery indicator and I had 42% charge with NO activity!
    Tried it again next night and wound up with 37% charge. (Slept longer).
    Today I called the carrier and reactivated the 4S.  Took the 5 to Apple Store and they kindly gave me choice of new replacement phone or refund. I took the refund. Uniquely, the Apple Store said it was Verizon CDMA phones that were coming back.
    The are other strings on this with temporary solutions, but from my experience with 7 firmware changes on an HTC 4G phone the problem will continue because the solution will be hardware caused. We are in the days where RTM means Rush to Market - not Release To Manufacturing.
    I fear the only solution is to either wait for the next model (I did not notice a really major change in performance over the 4S in LTE heavy Seattle area) - or switch to another manufacturer.
    It might be useful for these forums to indicate if you have a GSM or CDMA phone to see which have more problems.
    Discouraged....

  • SharedObject, using it to play an intro animation only once

    Hi all,
    Having some difficulty getting my sharedobject to operate.
    All I am trying to do is have my intro animation play only once, so
    that I can use the same swf on multiple pages without showing the
    intro animation every time.
    If the 3rd page was viewed first the intro animation would
    play but then if the 2nd page was viewed the intro animation would
    not play (because it was already played on page 3).
    My code:
    logoload = SharedObject.getLocal("logoload1");
    if (_root.logoload.data.logoloadvar == undefined){
    _root.logo_mc.gotoAndPlay(1);
    } else if (_root.logoload.data.logoloadvar == "logoseen") {
    _root.logo_mc.gotoAndStop(31);
    stop();
    //_root.logo_mc //My trigger to say the intro has been played
    computer = System.capabilities.os;
    _root.logoload.data.logoloadvar = "logoseen";
    _root.logoload.flush();
    stop();
    File here
    http://users.ncable.net.au/~timfranc...red_object.fla
    If someone could please help would be much
    appreciated.

    That would explain it.
    I got around it by passing a variable through the querystring
    to flash solution using some if statements.
    But I also now have a difficulty doing it that way because of
    this active content fix I am using, my post for that is here.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=288&threadid=1162386&en terthread=y
    If you could take a look. Thanks again for the help.

  • Make a Flash animation play only when it scrolls into view

    I am designing a very long page. There will be a flash animation at the bottom of the page. I want this animation to play only when the user scrolls down and this flash object comes into view. How do I do this? I am quite familiar with flash and actionscript, so I just need some pointers.
    I have seen that this is already being used for advertisements. If you visit www.amazon.com, there are ads that appear far below on the page. These ads play only when you scroll down and the ad appears within the browser window. This happens on many other sites as well.
    Many popular sites also use something like this. On CNN, try opening a new tab that loads a flash video. The video begins to play only when you actually go to that tab. Until you open the tab and the contents become visible in your browser window, the video doesn't start. How is this done?
    Thanks in advance,
      Kumar

    Hmmm ... It looks like Amazon doesn't always run ads. I will give another example.
    Take a look at http://digg.com/
    There is a 300x250 ad at the top of the right-column. Ignore that.
    In addition, there is a second 300x250 ad halfway down the page in the right column.
    This second 300x250 ad appears when you scroll down.
    The interesting thing is that the ad plays from the beginning when you first see it after scrolling down!
    Most flash ads run for 15 seconds. After that the animation stops. When you see this second 300x250 ad, you will find it at the beginning of its 15 second animation. It plays from the beginning even if you wait for some time before scrolling down. This means that the ad is waiting for you to scroll down before it begins to play.
    How is this done?
    Thanks.

  • Hotspot on animated gif

    How do I create a hotspot on the last frame of an animated gif that only plays once. When it is finished I want to be able to click on it to load another page.

    You can try this:
    Stick this in the header area of your code
    <script type="text/javascript"> function showBuyLink() {
    document.getElementById("buylink").style.visibility = "visible";
    } // adjust this as needed, 1 sec = 1000
    setTimeout("showBuyLink()", 5000);
    </script>
    Stick this around your buy link code.
    <div id="buylink" style="visibility: hidden"> <!-- put all your add to cart buy links and images inside this hidden div --> <p style="text-align:center; font-size:26px;"> <a href="http://mybuylink">Add to Cart or Buy Link</a> </p> </div>
    Yopu can rename "buylink", but you have to make sure you rename all instances or it will kill the script.
    If you're not comfortable incorporating that, unfortunately, the other option would be to create a Flash animation and put a button in the last frame.
    That would be just as difficult (if not worse) as writing (or tweaking) a javascript to delay the hotspot, and even worse because it would be invisible to phone users. Additionally, people who disable javascript would never see the link if you did add the script.
    There isn't any way to do this with HTML or CSS, and you now know the flaws with the methods that will work.

Maybe you are looking for

  • Error message during the usage decision

    Dear Gurus, While performing the usage decision in txn  code QA11, i entered the relavant quantities in unrestricted-use. Then when i tried to assign the UD code i am getting the following error message. "You have no authorization for this catalog en

  • How to track EM usage pattern in a fixed time interval?

    Hi, all. I am trying to get an idea of how much EM our system is using at different time during the day in order to find out the EM usage pattern on the ECC6.0 system. From ST02, I only see the current usage and max usage. But there is no history on

  • HTML form in iview not displaying correctly

    Hi I have made a KM document iView and in that I have called a HTML page. The problem is that the margins in the iView are too much and due to this the content is shrinked in between. When I open the page in new window then it is correctly displayed

  • What are the negative effects of shutting down often?

    I use my computer everyday. Is it the best choice to shut it down every night (when i am sleeping) for: a. Saving electricity? b. maintaining battery life? c. the environment??? And I am sure there are other factors I can't think of now. What are the

  • Does Internet Explorer 9 support Hp Smart Printing

    Symbol is there but keeps asking me to download latest version which I do and nothing happens