Hi,
I try to embed videos from vimeo with video filter.
I have no trouble embedding youtube videos. When I enter [video:http://vimeo.com/moogaloop.swf?clip_id=10066730] video won't displayed. Instead of video there is an comment in html-source:
<!-- VIDEO FILTER - INVALID CODEC IN: [video:http://vimeo.com/moogaloop.swf?clip_id=10066730] -->

Description tells me, that it is possible embedding videos from vimeo.
Any ideas?

Thanks in advance,
Ralf

Comments

anon’s picture

Try [video:http://vimeo.com/10066730]

R.Hendel’s picture

Status: Active » Fixed

Hi Anon,
thanks, cool - that works :-)
Regards,
Ralf

Status: Fixed » Closed (fixed)

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

sandino’s picture

Status: Closed (fixed) » Active

Hi,

I'm not sure if I have to start new topic, so I'm posting here.

It looks that Vimeo changed it's embedding code. Anyway I can not get video working on my site.
When I post this [video:http://vimeo.com/21345676]

I see this html source:

<object class="video-filter video-vimeo vf-21345676" type="application/x-shockwave-flash" width="0" height="0" data="http://www.vimeo.com/moogaloop.swf?clip_id=21345676&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;autoplay=">
  <param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=21345676&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;autoplay=" />
  <param name="wmode" value="transparent" />
  <param name="allowFullScreen" value="true" />
</object>

But vimeo.com suggests this code for embedding:


<object width="400" height="225">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=21345676&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" />
<embed src="http://vimeo.com/moogaloop.swf?clip_id=21345676&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225">
</embed>
</object>

What can I do to correct the problem?

anon’s picture

Status: Active » Postponed (maintainer needs more info)

@sandino: Works fine for me, what browser and verison of that are you using?

sandino’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

It works now, I don't understand what was the problem...

Sorry for inconvenience.