Skip to main content
October 24, 2011
Question

load movie and go to the specific cue point?

  • October 24, 2011
  • 1 reply
  • 364 views

How can I load movie(1.swf) into the current file and make it go play the specific cue point (of the child's file)? Can someone please correct my code below?

on (release) {

loadMovieNum("1.swf",0);

// Seek to Cue Name Behavior

var c = vid.findCuePoint("second_start");

this.seekSeconds(c.time);

// End Seek to Cue Name Behavior

}

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
October 24, 2011

1.  no code following loadMovieNum("1.swf",0) will execute.

2.  it's not clear there's an flvplayback component named vid anywhere.  if there is such a component, where is it?  in 1.swf?