Minor quicktime prob

In my swf I have 2 layers one with a button
and one with a embeeded quicktime movie,
positioned on the main timeline.

On my button I have

on (release) {
gotoAndPlay(“25”);
}

When I click the button the quicktime start playing
from frame 1 instead of 25 ! Why ?

alright… I’ve never worked with quicktime, but if it’s anything like embedding an mp3, I might be able to help you out.

First of all… does the movie exist at frame 25? How many actual frames do you have?