This is aimed at the folks that write here and it’s a pseudo announcement of yet another plugin. This time, the plugin is a modification of Kimili Flash Embed 1.1, which I’m releasing tonight as FatMixx Flash Embed 1.0. The rename is really just so that I can differentiate mine from his, and I’m hoping he incorporates my changes into his plugin so that I can simply use his instead of mine.

For FatMixx authors:

This plugin, which is active now on FatMixx, creates a new markup tag that will automatically embed the flash video players from Google or YouTube in one tag. This new bit of code looks like this:

[fmvideo movie="http://video.google.com/googleplayer.swf?docId=9078135433851233052&hl=en" height="326" width="400" /]

The rest of the post explains how to get the URL to put into the movie attribute.

You can usually find the embedding URLs in the src or movie attribute of the embedding HTML that Google or YouTube or whatever provides. For example, if you see this code with Google (click the blue “Email-Blog-Post to MySpace” button, then click “Embed HTML” which appears under it):

<embed style=”width:400px; height:326px;” id=”VideoPlayback” type=”application/x-shockwave-flash” src=”http://video.google.com/googleplayer.swf?docId=2078944470709189270&hl=en“> </embed>

YouTube is similar, though they have the URL in there twice (in the box called “Embed” to the right of the video):

<object width=”425″ height=”350″><param name=”movie” value=”http://www.youtube.com/v/MoRjbIQMXGQ“></param><param name=”wmode” value=”transparent”></param><embed src=”http://www.youtube.com/v/MoRjbIQMXGQ” type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”350″></embed></object>

You also need the sizes. Take those three pieces and put them together in the new tag like so:

[fmvideo movie="http://video.google.com/googleplayer.swf?docId=9078135433851233052&hl=en" height="326" width="400" /]

I’m embedding these videos below: Cafferty on YouTube and the classic Internet is for Porn from Google Video

Cafferty on the torture bill

Code:

[fmvideo movie="http://www.youtube.com/v/MoRjbIQMXGQ" width="425" height="350" /]

The Internet is for Porn

It’s safe for work, if you’re worried. :)

Code:

[fmvideo movie="http://video.google.com/googleplayer.swf?docId=5430343841227974645&hl=en" height="326" width="400" /]