Vimeo video insertion ? (General)

by Ratatosk @, Tuesday, September 01, 2009, 13:25 (5353 days ago)

Hello,

Thank you for this fantastic forum engine.

Is there a way to insert Vimeo video please ? I tried to insert the code like it works for Youtube or Dailymotion but it doesn't work.

Thank you, best regards,

R.

Avatar

Re: Vimeo video insertion ?

by Urfin® ⌂, Russia, Monday, September 14, 2009, 12:37 (5340 days ago) @ Ratatosk

For example, Vimeo generates following code for embedding video:

<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6528299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6528299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p><a href="http://vimeo.com/6528299">Grizzly Bear - While You Wait for the Others</a> from <a href="http://vimeo.com/grandchildren">Grandchildren</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

If you'll put this code to MLF's "Insert flash video" form and submit,
MLF-parser will make from it such code:

[flash width=400 height=300]true[/flash]

For best result you need to insert movie's URL & parameters from Vimeo's code tag

<embed src="...">

to MLF-parser's code instead word "true":

[flash width=400 height=300]http://vimeo.com/moogaloop.swf?clip_id=6528299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1[/flash]

...and after submitting your new message you'll see this:

Enjoy! :)

Re: Vimeo video insertion ?

by Ratatosk, Wednesday, September 16, 2009, 07:37 (5338 days ago) @ Urfin®

Thank you !!!

Avatar

simplyfied code here :)

by Urfin® ⌂, Russia, Wednesday, September 16, 2009, 12:16 (5338 days ago) @ Ratatosk

...just insert Vimeo's URL&clip_id:

[flash width=400 height=300]http://vimeo.com/moogaloop.swf?clip_id=6528299[/flash]

result:

--
no bees - no honey,
no business - no money

simplyfied code here :)

by Ratatosk, Wednesday, September 16, 2009, 13:49 (5338 days ago) @ Urfin®

Perfect, thanks !

RSS Feed of thread