PDA

View Full Version : MP3 controls


Takeme360
11-25-2009, 12:29 PM
I'm looking for a plugin or something similar that will play an mp3 once the pano is loaded, but also allow the user to play/pause/volume control. Is there anything like that out there?

360VT.co.uk
11-25-2009, 04:16 PM
Hi

this should help...
http://flashpanoramas.com/forum/newreply.php?do=newreply&noquote=1&p=15789

mp3player.swf and mp3player.fla (source file).

Harry

WideEyes
11-27-2009, 12:21 AM
I'm looking for a plugin or something similar that will play an mp3 once the pano is loaded, but also allow the user to play/pause/volume control. Is there anything like that out there?

After searching the forums for a while I found this free mp3 player:
http://www.alsacreations.fr/dewplayer-en

It is free :) It does everything you ask for. You can see a tour where I used the player here:
http://wideeyes.dk/temp/horsens1/tour/

It starts playin when the tour load but you are also able to control the player.

And it is very easy to use :)
Regards
Morten

Takeme360
11-27-2009, 12:51 PM
Thanks Wildeyes! I actually found that player before, but I was looking for something that I could embed within the pano itself, and play when the pano is fully loaded, instead of while it's loading. It will do for now ;)

360VT.co.uk
11-27-2009, 02:23 PM
...play when the pano is fully loaded, instead of while it's loading.

you could do this in the xml code, onLoad=

Trausti Hraunfjord
11-27-2009, 06:30 PM
...and play when the pano is fully loaded, instead of while it's loading.

...... coming to a GUI near you.....

Takeme360
11-30-2009, 12:38 PM
you could do this in the xml code, onLoad=

Good call. Right now the mp3 player is loading in the index.html file, and not through my xml. Is it possible to call it through the xml?

WideEyes
12-02-2009, 03:48 AM
Good call. Right now the mp3 player is loading in the index.html file, and not through my xml. Is it possible to call it through the xml?

No problem. You just load it as a spot. Here is how I did it:
<spot id="music_pano01" url="files/dewplayer.swf?mp3=files/pano01.mp3&autostart=1&amp;autoreplay=1" static="1" staticX="10.00" staticY="65.00" align="LT" alpha="1" salign="LT" depth="2" linked="pano/pano01" scaleX="1" scaleY="1" />

I guess that should do the trick?
regards
Morten

Takeme360
12-02-2009, 01:43 PM
Worked liked a charm ;) Thank you very much!!

WideEyes
12-02-2009, 03:16 PM
Worked liked a charm ;) Thank you very much!!

Hey I am just happy that I am finally able to give a tiny bit back to this amazing community where I have learned so so much :)

regards
Morten
p.s. remember to send us a link to the tour when you have uploaded it. It would be great to se.

360VT.co.uk
12-02-2009, 08:32 PM
Worked liked a charm ;) Thank you very much!!

Any time

do we get to see it?

Harry

Takeme360
12-07-2009, 11:43 AM
Putting the final touches on it this week. Promise I will have something by Friday :)