Skip to main content
Inspiring
April 5, 2007
Question

Timeline Cue Point

  • April 5, 2007
  • 3 replies
  • 325 views
Is there a script you can put in a movie that will act as cue point in the timeline based on seconds that isn't attached to a FLV? I need my movie to play for 22 seconds, stop on a frame, then continue playing after those 22 seconds are up.
This topic has been closed for replies.

3 replies

Inspiring
April 6, 2007
That code doesn't require an FLV and has nothing to do with FLV's. It fires the pauseFLV function after 22 seconds ("pauseFLV" is just the name of the function...the function name can be anything you want). If you tried the code you would have seen what it does. Sounds like you are in over your head and probably should do some reading about ActionScript.
SM6601Author
Inspiring
April 6, 2007
Thanks Sly, Sounds like the solution-
SM6601Author
Inspiring
April 6, 2007
I said I don't want to use a FLV to create the cue point in the timeline.
Inspiring
April 5, 2007
You could use setInterval to call a function after 22 seconds, like this: