Is it an actual movie (FLV/mp4), or are you talking about or a swf animation
you want to jump to different points in?

A lot of the popular video players like JW Media player, Flow player, and
the Youtube API allow you to make method cals on the players to jump to a
time, play/pause etc from js. Have a look at the documentation for one of
those depengind on your preference.

(Basically the swf video player needs to have some sort of APi you can call
from js, whether you write your own, or use someone else's prebuilt player)

If it is a swf animation, then you will need to expose some sort of method
to js through the externalInterface class which will allow you to tell the
swf what frame you want to jump to in the animation.

Aran

On Fri, Nov 19, 2010 at 1:34 PM, lemming <[email protected]> wrote:

> Title says it all.
>
> I want to have a number of javascript buttons to start movie at
> different times.  Is it possible?  Do you know of some example?
>
> --
> You received this message because you are subscribed to the Google Groups
> "SWFObject" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to