You didn't ask, but ye shall receive anyway. Hulu embedding has been installed.
http://www.hulu.com/watch/24030/alf
The videoID is not used, some funky key is used instead. It's in the text box you get when you click "embed", near the beginning, after "<param name="movie" value="http://www.hulu.com/embed/". For example:
Quote:
Originally Posted by Hulu's embed box
<object width="512" height="296"><param name="movie" value="http://www.hulu.com/embed/M7kgmNH-tRSj9W86YdAwKg"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.hulu.com/embed/M7kgmNH-tRSj9W86YdAwKg" type="application/x-shockwave-flash" allowFullScreen="true" width="512" height="296"></embed></object>
|
Once you have that, you enclose it in [hulu] tags, like this:
[php][hulu]M7kgmNH-tRSj9W86YdAwKg[/hulu][/php]
[hulu]M7kgmNH-tRSj9W86YdAwKg[/hulu]
__________________