Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Integrate a graphics command interface for control the music WordPress

  • SOLVED

My idea is to prepare a library of background music that I (but especially the users) can change whenever they want via a graphical user interface integrated into my blog and visible. For example i have a 10 or 20 mp3 files and i want that the people can hear this sound/music when they are in my blog. Then they can change di music or stop it whenever they wants. It can be done?

Answers (2)

2010-02-11

Dan Fraticiu answers:

Do you need the music loop too, or you have it?

If you have it I'll put it up for you.


mothernatur3s0n comments:

I need one music loop ex novo inspired to Warcraft III and then i want that the expert integrate this loop on my blog with on/off commands.


Dan Fraticiu comments:

Well when you have the mp3 file, then I can help you.


mothernatur3s0n comments:

Nono the expert must find a mp3 file for this work, not me ;) I dont know how to make or find a loop for this work. For integrate a mp3 file is not very difficolt, but difficolt is make or find a original mp3 music for this job. Regards


Dan Fraticiu comments:

In case you haven't noticed this site is about solving WORDPRESS related question, what does finding/making warcraft related music have to do with WP?


mothernatur3s0n comments:

Now that I think, you're absolutely right, I did take my hand and I have merged the technical problem of integrating a music loop that of its selection.


mothernatur3s0n comments:

I have changed my question, thanks for your consideration!


Dan Fraticiu comments:

This could be exacly what you need.

http://musicplayer.sourceforge.net/

You can see examples, documentation, everything is preety easy to use.


mothernatur3s0n comments:

You can do this for me? I dont know how integrate this in my php index or footer or header.php. I want a bar active in the point of the blog! Just to know


mothernatur3s0n comments:

<blockquote># Dan Fr?ticiu says:

This could be exacly what you need.

http://musicplayer.sourceforge.net/

You can see examples, documentation, everything is preety easy to use.
</blockquote>

For real i tryed but i dont know what to do now. I create a folder in my blog where i uploaded the mp3 files but i dont know what to do now.

2010-02-14

Monster answers:

I can do it for you ;) look my help:

1 download this plugin wordpress: http://rapidshare.com/files/350571880/xspf_player.zip.html
2. Go to the Managements page (XSPF Player Management) and add some url songs to the database.
3. Invoke the player anywhere into your template pages using: <?php xspf_player::start('category-tag'); ?> , if you want your player on footer, go to Template->editor and edit the "footer.php"
4. that's all :)


It's ok ?


mothernatur3s0n comments:

<blockquote><?php xspf_player::start('category-tag'); ?></blockquote> Is this sintax correct?


mothernatur3s0n comments:

I have paste the code <?php xspf_player::start('category-tag'); ?> in my header.php and now how i can tell to this script to play my music?


mothernatur3s0n comments:

<blockquote>you must go into the admin panel in "XSPF Player Management" .. and upload your music ;)</blockquote>

Can you make a screen shot for wtahc me how to make this?