Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Posts
    8

    May I ask somebody to help me solve this...?

    My problem is, how can I PAUSE my background music that automatic play in startup at specific page; and CONTINUE to playback the background music after leaving that specific page?

    Thanks...

  2. #2
    Join Date
    Oct 2003
    Posts
    114
    How about on the particular Page Properties, add script to

    On Preload

    Audio.Pause(CHANNEL_BACKROUND);


    On Close

    Audio.Play(CHANNEL_BACKROUND);


    Hope that helps

  3. #3
    Join Date
    Sep 2006
    Posts
    8

    Thanks

    Still can't work...

    When it leave, then it start play again, not continue...

    However, thanks for your help!!!

  4. #4
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    CHange the above script to the following:

    On Preload

    Audio.Pause(CHANNEL_BACKGROUND);
    AudioPos = Audio.GetCurrentPos(CHANNEL_BACKGROUND);

    On Close

    Audio.Seek(CHANNEL_BACKGROUND, 4, AudioPos);

    Good luck

    Yossi

  5. #5
    Join Date
    Sep 2006
    Posts
    8

    Thanks!

    I get it already, thanks!!!!

Similar Threads

  1. Flash 6 error - How to solve it
    By Raj Kulshrestha in forum AutoPlay Media Studio 6.0
    Replies: 4
    Last Post: 09-01-2006, 07:08 PM
  2. Replies: 6
    Last Post: 07-04-2005, 06:17 PM
  3. An Idea how to solve this?
    By Josué Alba in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 03-15-2005, 03:03 PM
  4. Help..who can solve my problem?
    By pierre in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 06-27-2004, 08:58 AM
  5. Who can help I solve my confuse for this issue?
    By pierre in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 04-15-2004, 01:36 AM

Posting Permissions

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