hey there,

I've noticed that when I select a video in my gallery, Media Browser renders a misterious link on top of the player. that link leads back to where we currently are, but it's pretty annoying, because basically it means reloading the page - which is what I was avoiding with this module.

I have noticed the selected video loads the player with an A tag around it. this tag, when clicked, leads back to the same page but WITHOUT the overlaying A tag.

not sure if this helps, but I'm using JW player 5 along with SWF Tools.

any ideas? thanks in advance.

cheers,
Luciano

CommentFileSizeAuthor
#2 media_browser.txt868 bytesluco

Comments

luco’s picture

I've also noticed that some fields in the attachment are obligatorily turned into Media Browser links. those include CCK fields: that's why my video was being rendered with an A tag around it.

that link was leading back to the home page, where the video didn't have a tag rendered by Media Browser.

node titles don't get turned into links, though.

luco’s picture

StatusFileSize
new868 bytes

got it!

made a small change to the .js file. now it evaluates whether it's an attachment or not before wrapping up its fields with links.

it's pretty basic - just checks for the "attachment" part of the display variable. but that works for me ;D

I'd like to make a patch out of it. anyone care to give me a hand? or maybe just put this change into effect on the module, if it's OK.

cheers,
Luciano