Right now I have a page that displays a listing of recent sermons,with links to the audio as well as a link to the node which displays the video. I was really hoping to also include a player (such as the 1Pixel Out player). Well, when I setup the view, I include a field that is a link to the audio file. The filepath seems to work correctly, b/c it displays that correctly, as shown currently on this page: http://cumberlandchurch3.morningstardesigns.com/media/messages

When I click on 'rewrite the output of this field' and switch it to , it does not work. It works fine if i rewrite the output as just [filepath_1]. Anyone offer any help?

-chris

Comments

wakeband’s picture

Status: Active » Closed (fixed)

Worked around this issue by doing some views theming.

citronica’s picture

Could you provide some detail on what you did? What did you set in the Views section?

Thanks,
Andrea

ETA: Aha! Here's what I got working:

  • My CCK type "Audio file" has a Filefield called field_audio_file
  • In my view I added the field "Content: Audio file (field_audio_file)"
  • On the Views configuration dialog for that field, I selected Format "SWF Tools"

Not sure why that didn't jump out at me earlier.