By lpolnitz on
I am adding an audio filed to a story content type. the system admin added all of the players that are associated with audiofield. only one player is being recognized in the content. how can this problem be fixed?
I am adding an audio filed to a story content type. the system admin added all of the players that are associated with audiofield. only one player is being recognized in the content. how can this problem be fixed?
Comments
$player1=realpath("sites") .
$player1=realpath("sites") . "/all/libraries/player/audio-player/player.swf";
$player2=realpath("sites") . "/all/libraries/player/xspf_player_slim.swf";
$player3=realpath("sites") . "/all/libraries/player/playerSinglePackage/playerSingle.swf";
See the above code i picked from audiofiled.module, seems only xspf_player_slim should be in the player directory, and we should put the others into two different sub folders:audio-player & playerSinglePackage
not tested , but i don't know why the author missed this tip in the readme.txt