[Flash CS5 - AS2]
I have to make a project for school in which i'm including some videos
To match the design i used the components and modified them graphically
I used the actionscript -
Code:
intro.playPauseButton = p1;
intro.seekBar = sb1;
intro.stopButton = s1;
When i go to another scene(using a button) the pointer below the seekbar(the arrow showing the position of time) stays in that place only.
If i open another video or even the same video again then the pointer is still visible and if i change scenes again then there are two pointers visible.
Please tell me how to remove this as i have to submit it by sunday.
Thanks a lot