A Flash Developer Resource Site

Results 1 to 20 of 27

Thread: CS4 Controlling Sound in a Slide Presentation Without Buttons?

Threaded View

  1. #9
    Junior Member
    Join Date
    Jan 2013
    Posts
    13

    Unhappy Still Unable to Make This Stop and Start?

    Hello again,
    Displayed the current slide presentation to the board this morning without music. However, there will be several more classes (slide presentations) that will need to be created that will also use music on certain slides only.

    This is the command I have at the beginning of each slide (which I have altered several ways without success)
    Sound1.stop();

    At the beginning of slide 14 I have this code;
    var Sound1 = new Sound();
    Sound1.attachSound("Respect");
    Sound1.start(0, 1);
    //on completion stop
    Sound1.onSoundComplete = function() {
    Sound1.stop();
    //or go to next slide command
    };
    Last edited by kabinfever; 01-05-2013 at 11:51 PM.

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