Background Music

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • niceness
    Forum Member
    • Jun 2004
    • 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
  • Milad
    Forum Member
    • Feb 2005
    • 30

    #2
    Your problem is...

    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 :yes

    Comment

    • niceness
      Forum Member
      • Jun 2004
      • 19

      #3
      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

      Comment

      • Milad
        Forum Member
        • Feb 2005
        • 30

        #4
        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>

        Comment

        Working...
        X