#1
|
||||
|
||||
About DP3 - Is jeffma68 around?
Looking at the DP3.ini of Jeffma's release of BD & IKG.
There's those lines: SoundDriverFile='/dpetc/manatee.drv' SoundMLTFile='/dpetc/DP3sound.mlt' #SoundVoiceDir='/dpetc/' #SoundVoiceName='voice.afs' SoundVolume=15 I guess the # is to make the lines commented, so they will not be executed, right? So, i have removed those #, and created my own voice.afs. I thought that would be music or sound for the index.htm from the dpwww folder, but it's not. There is a way to put music running in the menu? In another words, put a music to play with the index.htm. Maybe an auto load tag, like: <html> <meta HTTP-EQUIV="refresh" CONTENT="0;URL=x-avefront://---.dream/proc/launch/1"> </html> Which 1 in the DP3.ini, would be directing to the folder where the voice.afs is.
__________________
i will not advertise in my signature because it is not allowed in the rules |
Sponsored Links |
#2
|
|||
|
|||
the voice.afs file is used to play sounds in the options and L-R trigger menus. they tell you what each option is/does.
they are very annoying and most ppl turn them off. jeffma commented it out and prolly deleted the file to save some disc space. don't even bother messing with trying to make your own. its way to complicated. are you saying you want to play background music during the start page? < embed src="file:/dpwww/nameoffile.wav" hidden=true autostart=true loop=true>< /embed> make sure there are no spaces before embed and put that in between the body tags. you can put a midi file or an adx file in place of the wav file. to play the midi file, use that tage above. to play an adx use this instead, x-avefront://---.dream/proc/play/adx/adxfile.adx put that instead of file:/ hope it helps. |
#3
|
||||
|
||||
Thanks a lot, hrb2k.
I'm gonna make a test and put the results here. ![]()
__________________
i will not advertise in my signature because it is not allowed in the rules |
#4
|
|||
|
|||
i would have told you the same solution hrb2k told you, thats the simplest to me if you just want a bgm for a specific page.
note that x-avefront://---.dream/proc/launch/1 is used to launch an external program you specified in the ini file, something similar to ginsu with planetweb, it has nothing to do with the musics |
#5
|
||||
|
||||
Well, didn't work with .wav.
But don't worry, now i'm looking for a way to make the soft reset works. "Do it right, or don't do it." I want to make a good work, but i can't, because of my burner. So my DC projects will be put on the freezer for sometime. ![]() Thanks for all the help, guys. ![]()
__________________
i will not advertise in my signature because it is not allowed in the rules |
#6
|
||||
|
||||
Quote:
Just a correction. Since the INDEX.HTM is in the DPWWW folder, and i had put my MENU.WAV in that folder too. The link should be: < embed src="nameoffile.wav" hidden=true autostart=true loop=true>< /embed> Now it's working. ![]()
__________________
i will not advertise in my signature because it is not allowed in the rules |
#7
|
|||
|
|||
"file:/dpwww/menu.wav" is the full path and can be used in any document, while "menu.wav" is the relative path and depends on the base href (by default the current directory). both should work
|
#8
|
||||
|
||||
Quote:
But didn't. ![]() Only the "menu.wav" worked, since then both are in the same directory. Guess if the INDEX.HTM was in the root of the disc, the "file:/dpwww/menu.wav", would work. Anyway, it' is working now. ![]()
__________________
i will not advertise in my signature because it is not allowed in the rules |
![]() |
Thread Tools | |
Display Modes | |
|
|