Actionscripting isnt easy, for me.
Hello, I’ve got a little problem. I’ve imported a videoclip into flash, by file > import > import video. Created the video as a progressive video, a self contained movieclip.
At the flash work area: I have a picture, which is a button, and goes to frame 10 with: on(release) { gotoAndStop(10); }. The videoclip is on frame nr 10, It plays, great, no problem. Until its finished. Then just a black frame appears. I want it to go back to frame nr 1, where the picture/button is. Any suggestions?
gotoAndStop(1); on frame nr 10 doesnt work. Then it just skips the flash movie when clicking on the button. I am using Macromedia Flash Professional 8.
Thank you.