Valid XHTML embed for DOTSUB in Wordpress

Posted on December 5, 2009 Posted in Wordpress Plugins

During the development of wptube I had a hard time finding how to embed dotsub.com videos in wordpress but finally i did it and if anybody needs it bellow is the code. You have to change the part after uuid= which is the unique video id ( 7281f5dc-d4b1-4315-abb7-143becd34f49 ) to the video you want to embed.
Here is the code:

<object type="application/x-shockwave-flash" data="http://dotsub.com/static/players/portalplayer.swf" width="545" height="440">
  <param name="movie" value="http://dotsub.com/static/players/portalplayer.swf" />
  <param name="flashvars" value="uuid=7281f5dc-d4b1-4315-abb7-143becd34f49&amp;lang=eng&amp;type=flv&amp;plugins=dotsub&amp;tid=UA-3684979-1&amp;embedded=false" />
  <param name="allowFullScreen" value="true" />
  <param name="wmode" value="opaque" />
</object>




Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).