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 ?