Hi Guys,
i have come accros vimeo video site. it used to work with Dolphin 7 with the following code:
<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=37062018&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=229ba3&fullscreen=1&autoplay=0&loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=37062018&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=229ba3&fullscreen=1&autoplay=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p><a href="http://vimeo.com/37062018">To Do List</a> from <a href="http://vimeo.com/yaniv">Yaniv Fridman</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
Vimeo Changed their embedding code to an Iframe version which is no longer working.
<iframe src="http://player.vimeo.com/video/37062018?title=0&byline=0&portrait=0&color=229ba3" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe><p><a href="http://vimeo.com/37062018">To Do List</a> from <a href="http://vimeo.com/yaniv">Yaniv Fridman</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
Does any one know how to fix this problem?