This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
mian (5)
Controlling Time line wid the slider
Controlling the time line wid the slider. A cool example of interactive animationListing url: kaleem
910 downloads, 16040 views
controlling time line wid the slider
Comments
You need to login to post a comment.
You could technically do this in AS1 since Flash 5. It involves having the animation in a MovieClip object. The code checks the x position of the box over the scrollbar/trackbar, and you get the percentage from that. Using the percentage value and the total frame count of the MovieClip, you can tell it what exact frame to go to, and you can even allow it to control the sound, if the audio is attached to the timeline in "stream" mode.
cool
good work