-
1. Re: Synchronizing a Flash animation with Captivate
Jim Leichliter Dec 9, 2011 10:36 AM (in response to wiezzy1)Hi Brian,
After looking at your .fla file for the animation and doing some research, I've found the issue. As Rod Ward correctly points out in this post:
Captivate 5 was a total rewrite from the Captivate 4 software architecture and it introduced a subtle but fundamental change in the way that Flash animations were handled in Captivate published content.
Basically the change means that if your animation was built down a level or two inside a symbol rather than on the main timeline at the top level, then you will find that Captivate 5 or 5.5 loads and executes the animation on the first slide of the movie. This means that by the time you get to the actual slide where you WANTED the animation to perform it's magic, it's already run and finished.
In Captivate 4 this did not happen. The animation was not really loaded until later in the movie timeline so as to be ready for the slide where it was required. It didn't matter if the animation was buried inside a symbol or not.
You have two choices:
- Revamp your animation so that it all happens on the main timeline in the Flash FLA file that generates it.
- Get your Flash programmer to add some ActionScript code to the animation so that it does NOT play completely when first loaded at the beginning of the project at runtime.
Looking at your .fla file, I noticed you had a MovieClip/Symbol called "Animations" that contained the time line but the main .fla movie's time line was pretty much empty. Following the logic of option 1, I moved all the layers from the "Animations" time line to the .fla movie root time line and that fixed it. In Captivate, I also checked "Synchronize with Project" for the animation's properties and the animation did in fact pause and play when I paused and played the Cp movie.
So bottom line is to make sure that you're using the main time line for any animation you're developing in Flash Professional.
Hope that helps,
Jim Leichliter
-
2. Re: Synchronizing a Flash animation with Captivate
jay fresno Jun 12, 2013 9:50 PM (in response to Jim Leichliter)So does "synchronize with project" mean that the fla file will pause if you pause the slide? I've been wondering what that setting does. It was never clear.


