A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: I need of help with standard movie controls

  1. #1
    Member
    Join Date
    Nov 2001
    Posts
    34

    Smile

    I am creating an on-line videography of my work and I am having problems figuring out how to control .MOV and .AVI files with standard Play Fast Forward Reverse pause and stop buttons can anyone HELP.

  2. #2
    Junior Member
    Join Date
    Oct 2001
    Posts
    25
    Actually, since flash imports your movie into a timeline, you can treat it like you would any timeline based animation. Lets say you import your .mov file onto a movie clip called vid. The code on your buttons would be like this...


    on(release){
    _root.vid.play();
    }

    on(release){
    _root.vid.stop();
    }

    I hope this helps!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center