

At any point during the slideshow, click the thumbnail images.Preview your Edge Animate composition in a browser by choosing File > Preview in the browser, or pressing Ctrl+Enter (Windows)/Command+Return (Mac OS).Straight quotes and curly quotes (or smart quotes) are different characters in HTML and JavaScript and they are not interchangeable. The quotation marks are essential for JavaScript to identify the names as a String (and not a variable). Make sure that you are using straight quotation marks around your label names. Labels appear on the Timeline panel, below the time markers and just above the Actions layer. Labels can move with your animation, so increasing or decreasing the length of your animation can move the labels proportionately. Instead of using fixed-millisecond times in the stop() methods, you can use labels, which refer to points on the Timeline. There is an alternate approach that would save you time and effort. But doing so causes the times that each image appears on the Stage to change, which would require you to change all the millisecond values in the stop() methods. That’s an easy task to do because you can select all of the elements on the Timeline and move all the keyframes and animations forward to lengthen the total amount of time. However, imagine that the client who has commissioned you to develop this slideshow wants the whole sequence to run a little slower. When the user clicks each thumbnail, Edge Animate moves the playhead to a new time on the Timeline, according to the argument in the stop() method.
