Users of my website sometimes devote songs from audio archive of the website to each other, for instance when congratulating each other with birthdays. To do that they have to copy the following code by changing nid with id of the audio-file node.
<object height="17" width="17" type="application/x-shockwave-flash" data="/modules/audio/players/mp3.swf?song_url=/audio/play/nid"><param name="movie" value="/modules/audio/players/mp3.swf?song_url=/audio/play/nid"><param name="wmode" value="transparent"></object>
But it is not very convenient since only users with html access can do that. Is it possible to somehow put this code into some kind of filter and enable users to include in their posts any song from archive? For example, users could post something like [audio:nid] and filter automatically would put the code for the player? Or maybe there is other and easier way of including audio files to user postings?
Comments
Comment #1
drewish commentedtake a look at: http://drupal.org/node/79955 perhaps you could post some of your comments there?