Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    19

    Background Music

    how can i have the background music play everytime u visit a particular page; not just the 1st time u visit it?

    Thanx

  2. #2
    Join Date
    Feb 2005
    Posts
    30

    Your problem is...

    Quote Originally Posted by niceness
    how can i have the background music play everytime u visit a particular page; not just the 1st time u visit it?

    Thanx
    Hi...
    is this ur problem ??
    suppose u've got 3 pages,
    1) u wanna a background music be played when u visit page 2 and the music stops when u leave the page.

    or

    2) u wanna a background music be played when u visit page 2 and the music DOESN'T stop when u leave the page.

    tell me about that and every1 will surely help u

  3. #3
    Join Date
    Jun 2004
    Posts
    19
    Hi,

    Let's say i have 3 pages

    when i go to page 2, the music plays...GREAT
    when i go to page 3, a different music file plays...GREAT
    when i go BACK to page 2, the music DOESN'T plays...
    i really need the music that's assigned to each page to play EVERY TIME that page is visited...Not just the 1st time.

    H E L P ! ! !

    thanx

  4. #4
    Join Date
    Feb 2005
    Posts
    30
    Quote Originally Posted by niceness
    Hi,

    Let's say i have 3 pages

    when i go to page 2, the music plays...GREAT
    when i go to page 3, a different music file plays...GREAT
    when i go BACK to page 2, the music DOESN'T plays...
    i really need the music that's assigned to each page to play EVERY TIME that page is visited...Not just the 1st time.

    H E L P ! ! !

    thanx
    if u want to play a song everytime u visit page 2, then y don't u do ....

    1)go to the page properties and click on the actions tab
    2)select "ON SHOW" event
    3)add this action to it : suppose the song name is : "123.mp3"
    4) JUST COPY and PASTE this :

    <IR_ACTIONS_LIST>
    <Action name="Load">
    <Type>105</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <MP3File>%SrcDir%\123.mp3</MP3File>
    <External>1</External>
    </Action>
    <Action name="Play">
    <Type>106</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    </Action>
    </IR_ACTIONS_LIST>

Similar Threads

  1. Background Music
    By handuma in forum AutoPlay Media Studio 5.0
    Replies: 8
    Last Post: 10-29-2004, 10:17 PM
  2. Temporary pause of background music
    By ADKstorm in forum AutoPlay Media Studio 4.0
    Replies: 7
    Last Post: 04-14-2004, 08:10 AM
  3. Pausing the Background Music
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 01:14 PM
  4. Playing Background Music
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 12:25 PM
  5. Toggling the Background Music On and Off
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-22-2003, 02:59 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