Hi there. I've got a drupal-based podcasting site for which I'd like to use the "1 Pixel Out" flash plugin for slick mp3 playback. I notice that both the Audio and SWF tools modules seem to support doing this pretty easily. The problem is, they both assume your audio exists as a FileField in one of your content types. My audio is hosted off-site for bandwidth reasons, and stored as a "Link" field with the URL of the off-site audio. So it doesn't seem those will work.

Using 1 Pixel Out with off-site audio does work, however. I was able to test it by manually installing the swf to my site. I then tried coding it manually into one of my Views, but the view seemed to erase all of my <script>, <object>, and <param> tags.

Any ideas how to make this work?

Comments

macho’s picture

in case anyone comes across this with the same problem, i've created a feature request, but then also kludgily solved the problem:

http://drupal.org/node/630470