View Full Version : Background Music
niceness
05-03-2005, 05:31 PM
how can i have the background music play everytime u visit a particular page; not just the 1st time u visit it?
Thanx
Milad
06-02-2005, 04:32 AM
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
niceness
08-24-2005, 08:14 PM
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... :huh
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
Milad
08-26-2005, 03:25 AM
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... :huh
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>
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.