A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pausing an external movie

  1. #1
    Junior Member
    Join Date
    Jan 2011
    Posts
    1

    Pausing an external movie

    Im quite new to flash
    I have been working on a media player that plays external swf files
    Theres 3 buttons , play stop and pause

    The script for the play button is-

    Actionscript Code:
    on (press) {
        loadMovieNum("filestart.swf",1);
    }

    And the stop button script is-

    Actionscript Code:
    on (press) {
        unloadMovieNum(1);
    }


    This works ok
    But I want to be able to pause the playback as well
    How do I accomplish that?

  2. #2
    Carpe Diem - Moderator wolfgross's Avatar
    Join Date
    Apr 2001
    Location
    SWiSHzone
    Posts
    1,700

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