When I downloaded media_brightcove 6.x-1.1-beta1 and created a CCK field using emfield, the node just showed up empty. Looked at the code, and compared it with the Brightcove provided HTML embed code and noticed that the media_brightcove is not producing the

part; it is just printing the tags. Not sure if I was missing something to get the issue resolved but I edited the brightcove3.inc to also print out the in the theme_emvideo_brightcove3_flash function and it all worked!
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moe_san’s picture

Title: <object> embed missing in theme_emvideo_brightcove3_flash function? » <object> embed missing in theme_emvideo_brightcove_flash function?
Version: 6.x-1.1-beta1 » 6.x-1.x-dev
FileSize
2.81 KB

When I downloaded media_brightcove 6.x-1.x-dev and created a CCK field using emfield, the node just showed up empty. Looked at the code, and compared it with the Brightcove provided HTML embed code and noticed that the media_brightcove is not producing the part; it is just printing the tags.
Not sure if I was missing something to get the issue resolved but I edited the brightcove.inc to also print out the in the theme_emvideo_brightcove_flash function and it all worked!

DamienMcKenna’s picture

moe_san: please note that when you write in HTML you should first wrap it in <code></code> or convert the <> symbols to entities (&lt;&gt;), otherwise we don't see it on the page :)

aaron’s picture

Status: Needs review » Fixed

I cleaned up and committed this. Still need to test, however. Reopen if it still causes problems. Thanks, @moe_san!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 64cb3fa on 6.x-1.x, 6.x-2.x, 7.x-2.x by aaron:
    #736634 by moe_san | aaron: Fix <object> embed missing in...