Ik heb devolgende code voor een mp3jukebox:
Nu kan ik het meeste wel aanpassen, alleen wil ik ook het start volume van de mp3's wat lager zetten dan dat hij nu staat.. welke code moeti k hiervoor gebruiken? Heb niet echt zin om de mp3's zelf allemaal zachter te maken..
En als tweede vraag: is het mogelijk de looks van de volume schuiver aan te passen? vind hem nogal lelijk nu
thanks!
PHP:
<?xml version="1.0"?>
<coffeecupjukebox version="4.1">
<jukebox
x="0"
y="0"
w="300"
h="60"
playonstartup="f"
loop="t"
shuffle="t"
bkdobk="f"
bkdogradient="f"
bkfillclr="0x000000"
bkfillalpha="100"
bkgradclr="0xFFFFFF"
bkgradalpha="100"
bkgradangle="70"
bkdoimg="t"
bkimg="myjukebox_files/body.jpg"
bkdobdr="f"
bkbdrsolid="t"
bkbdrcolor="0x808080"
bkdomask="t"
>
<rewindbutton
x="227"
y="4"
w="13"
h="13"
toggle="f"
btnupimg="myjukebox_files/1.jpg"
action="rr"
visible="t"
></rewindbutton>
<ffbutton
x="260"
y="4"
w="13"
h="13"
toggle="f"
btnupimg="myjukebox_files/4.jpg"
action="ff"
visible="t"
></ffbutton>
<playbutton
x="245"
y="4"
w="13"
h="13"
toggle="t"
btnupimg="myjukebox_files/2.jpg"
btndownimg="myjukebox_files/3.jpg"
action="playpause"
visible="t"
></playbutton>
<shufbutton
x="16"
y="151"
w="35"
h="14"
toggle="t"
action="shuf"
visible="f"
></shufbutton>
<loopbutton
x="100"
y="0"
w="20"
h="20"
toggle="t"
action="loop"
visible="f"
></loopbutton>
<volume
x="227"
y="20"
w="45"
h="5"
visible="t"
></volume>
<progress
x="5"
y="50"
w="278"
visible="f"
></progress>
<tree
x="17"
y="-178"
w="320"
h="93"
visible="f"
>
<node label="">
<node name="Air - Playground Love" file="myjukebox_files/Air - Playground Love.mp3" artist="" label="Air - Playground Love"/>
<node name="Bush - Letting the Cables Sleep (Cafe Del Mar Remix)" file="myjukebox_files/Bush - Letting the Cables Sleep (Cafe Del Mar Remix).mp3" artist="" label="Bush - Letting the Cables Sleep (Cafe Del Mar Remix)"/>
<node name="Massive Attack - Teardrop" file="myjukebox_files/Massive Attack - Teardrop.mp3" artist="" label="Massive Attack - Teardrop"/>
</node>
</tree>
<label
x="-13"
y="6"
w="56"
h="16"
bkdobk="f"
bkdogradient="f"
bkdoimg="f"
fntalpha="100"
fntsize="10"
fntclr="0xff9900"
fntbold="f"
fntitalic="f"
fnt="Arial"
visible="t"
></label>
<scrolllabel
x="43"
y="6"
w="168"
h="17"
bkdobk="f"
bkdogradient="f"
bkdoimg="f"
fntalpha="100"
fntsize="10"
fntclr="0xff9900"
fntbold="f"
fntitalic="f"
fnt="Arial"
visible="t"
></scrolllabel>
</jukebox>
</coffeecupjukebox>
Nu kan ik het meeste wel aanpassen, alleen wil ik ook het start volume van de mp3's wat lager zetten dan dat hij nu staat.. welke code moeti k hiervoor gebruiken? Heb niet echt zin om de mp3's zelf allemaal zachter te maken..
En als tweede vraag: is het mogelijk de looks van de volume schuiver aan te passen? vind hem nogal lelijk nu

thanks!