Hello every body iam new in drupal i instal the soft without problem but now i have some difficulty to do wath i finily want with drupal.

my goal is to propose sounds to singer via a secure environnement such as drupal but i cant (or i didnt search very well) a way to put into a article a single mp3 player per article or in the worst case a mp3 player with play list How to do ?

Thanks,

Sorry for my English.

Comments

visuddhi’s picture

I've been trying too,
any help would be apreciated

ilalaina’s picture

Subscribe

kjv1611’s picture

A few different modules have dev versions, folks piddling about, and perhaps we'll have something working .... maybe.... within another few months...

The Audio module is getting some renewed interest, it looks like. That one had it's support dropped, but at least some folks are piddling with it, and one or two may have gotten it working with Drupal 7:
http://drupal.org/node/62749

JPlayer module is in the works, but doesn't seem to be working - yet:
http://drupal.org/project/jplayer

The media module is working, or at least mostly working.... but it only handles uploading, storing, referencing content... not the actual players...
http://drupal.org/project/media

The SoundManager2 module looked promising, but the main developer (or only, maybe) doesn't have time to finish it, it seems:
http://drupal.org/project/soundmanager2

There's also MediaFront, but when I messed with it, I didn't get it to work yet either:
http://drupal.org/project/mediafront

I've not found a particular one, yet, that I would want to use.

glass.dimly’s picture

jPlayer is working for me. I used Audio Filefield module with jPlayer selected under the display settings for audio field on the content type.

sectionz’s picture

ditto for http://drupal.org/project/soundmanager2 - same instructions as above post re jPlayer (jPlayer didn't work for me for some reason - didn't investigate)

hectorplus’s picture

sub

westside85’s picture

I apologize for my english. But the easiest way to stream mp3 with no problem and no pain :) without modules is to use

<embed type = "application / x-shockwave-flash" src = "http://www.google.com/reader/ui / 3523697345-audio-player.swf "quality =" best "flashvars =" audioUrl = MP3link "width =" 400 "height =" 27 "> </ embed>

google player

and don't forget to put in Full Html

l008’s picture

I have tried it,and it does do well. [img]http://www.uukk.info/uukk.gif[/img]

leymannx’s picture

  1. Download the SWF from http://dl.dropboxusercontent.com/u/17757917/3523697345-audio-player.swf or from wherever you can find it
  2. Upload the SWF to your site (I put it in sites/all/libraries)
  3. embed the code and link the files

Maybe like that:

  $mp3_uri = file_create_url($entity->field_antwortoption_mp3[LANGUAGE_NONE][0]['uri']);

  $player_uri = file_create_url('sites/all/libraries/3523697345-audio-player.swf');

  $mp3 = '<embed flashvars="audioUrl='.$mp3_uri.'" height="27" quality="best" src="'.$player_uri.'" type="application/x-shockwave-flash" width="400"></embed>';
AlexanderPop’s picture

anona’s picture

Hi friends,
i am new to drupal.i am just working on jplayer. i have installed the player and downloaded jquery files also. but its not working.. i don kno where i did mistake... can anyone help me???