Hi

I've just installed a fresh Drupal 6 install and tried to used the Video Filter module to embed video from my Blip.TV account. For some reason when I publish the node, only text is shown. The area that should contain the video is just blank. When I inspect it with firebug I can see there is some code for blip.tv there but it doesn't appear complete. I tried to embedd a youtube video and it works perfectly.

I'm using the [video:URL] command. I setup a custom input type with just the Video Filter turned on.

Any ideas what I might be doing wrong?

TIA

Comments

WiZeR’s picture

this appears to be the area of code

<div id="content-content" class="clear-block">
<div id="node-2" class="node">
<div class="meta"> </div>
<div class="content">
<span class="print-link"/>
This is a test video
<object width="573" height="400" data="http://blip.tv/play/" type="application/x-shockwave-flash">
<param value="http://blip.tv/play/" name="movie"/>
<param value="transparent" name="wmode"/>
<param value="true" name="allowFullScreen"/>
<param value="always" name="allowscriptaccess"/>
</object>
<a class="mwzjnqspwninnqajkwai" href="http://blip.tv/play/"/>
</div>
WiZeR’s picture

Come one guys, someone must have come across this?

mcfilms’s picture

I use embedded media field to embed content into my site. Mostly it is Youtube, but I have also added code to support Hulu. Although I haven't needed to use Blip.tv, it is one of the supported types. Seems to me using a CCK content type that is designed to support external media might be a good direction to look if the Video Filter module is not working for you.

Also, those type of module-specific issues usually get more attention in the module issue cue.

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com

WiZeR’s picture

I'll try that.