For others having the problem where a link is displayed instead of the Player.
In the latest version of filefield (6.x-3.0.x), filefield-item is not being defined. You need to add a new class to the jQuery Media class configuration called .filefield-file a.
Your jQuery Media classes should look like:
.filefield-item a, .filefield-file a
Comments
Comment #1
spiffyd commentedI second this. But to clarify, I don't think there's any class called .filefield-item. Rather, the default invoking class needs to be changed from .filefield-item a to .filefield-file a. in order for this to work in 6.x.
Comment #2
aaron commentedthis is fixed in 6.x-1.4-beta1.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.