PDA

View Full Version : Mp3player Problem


Cameleer
02-25-2008, 03:12 AM
I could use a little help,
I’m using this code below for a mp3player the was posted here sometime back, the problem is I can’t set the volume down lower. I would like to have it at about 25% on start up. I tried adding volume=25 to it with no luck.
I also have tried the newer FPP mp3player, but I don’t like the big green controller that it uses.

Here's the code:

<spot id="music1" url="files/mp3player.swf?file=files/india_music.mp3&height=20&width=180&autostart=true&backcolor=0x000000&frontcolor=0xFFFFFF&lightcolor=0xCC0000" visible="1" static="1" salign="BC" staticX="215.00" staticY="-22.00" depth="37" scale="1.30" alpha="0.7" scaleable="0" brightness="-0.1" contrast="1.5" blendMode="lighten"
/>

Here's the Taj Mahal tour that I’m trying to use it on: http://www.indiavrtours.com/agra/test.html

Thanks all,
Roger Berry

zleifr
02-26-2008, 01:05 AM
This is the mp3 player as made by Denis but with the green thing moved off the screen. I believe it is precisely what you are looking for.

Keep photographing camels!

Cameleer
02-26-2008, 04:25 AM
Thanks Zleifr, but still no go.

I’ve spent 4 hours trying to get this newer Mp3player to work. Can’t get any sound out of it and when you try to adjust the volume the sidebar keeps moving as you move your mouse to other places on the screen.
http://www.indiavrtours.com/agra/test.html

<spot id="audio1" static="1" salign="BC" staticX="325" staticY="-4"
url="files/ambientMp3player.swf" file="files/india_music.mp3" repeat="10" scale=".5"

onLoad="brightness=.07,100; brightness=-0.3,1000; alpha=.3,2000"
onOver="brightness=.05,100; alpha=1,100"
onOut="brightness=.07,100; brightness=-0.3,1000; alpha=.3,1000"
/>

Why do these things always have to be so hard!
Oh well, in 2 weeks I’ll be kicking back in New Delhi drinking chai, maybe I will even see Denis there!

Roger Berry