Vimeo嵌入问题

时间:2013-06-21 11:36:39

标签: html embed vimeo

我在我的网站(Kentico)中嵌入了Vimeo,但它不会显示。相反,我收到以下错误:

enter image description here

以下是代码:

<object width=”500″ height=”281″>
  <param name=”allowfullscreen” value=”true” />
  <param name=”allowscriptaccess” value=”always” />
  <param name=”movie” value=”http://vimeo.com/moogaloop.swf?clip_id=5367093&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1″ />
  <embed src=”http://vimeo.com/moogaloop.swf?clip_id=5367093&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1″ type=”application/x-shockwave-flash” allowfullscreen=”true” allowscriptaccess=”always” width=”500″ height=”281″>
  </embed>
</object>

我正在关注本教程:http://www.miracletutorials.com/howto-embed-vimeo/

0 个答案:

没有答案