Posted by woogers on March 6, 2009 at 4:25am
2 followers
Jump to:
| Project: | Audio |
| Version: | 5.x-2.x-dev |
| Component: | audio_playlist |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Is there a way to have the XSPF extended player in a block using a playlist created by the audio feeds module? Sort of like the listening station block I read about for the 4.7.x version of the playlist module. If there's a way to put this in a block, I'd be able to use it in Panel pages, which would greatly increase the functionality of my site.
Comments
#1
I found a crude way to achieve this, outside of the audio module, but a more refined method is welcome. I made a block and used HTML to embed the xspf player in a block, but currently I'd have to edit the block every time to play a different playlist.
example HTML:
<object type="application/x-shockwave-flash"data="http://www.site.info/modules/audio/players/xspf_extended.swf?playlist_url=http://site.info/node/16/xspf"
height="170" width="400">
<param name="movie"
value="http://www.site.info/modules/audio/players/xspf_extended.swf?playlist_url=http://site.info/node/16/xspf">
</object>
Having to change that all the time seems wrong. Is there an easier way to do this?
#2
2 week bump... anyone out there? This is kinda important, yet not critically so.
#3
Welcome to the lonely hearts club Drupal.
I'm currently trying to achieve the same thing. I've move toward xspf playlist.
I bought the 'drupal multimedia' books for this. It really sucks ! The guy is talhing about drupal 5.3...
What solution have you found ?