20070209

Dancing Wookies!!!

from the Muppet Show, as posted on YouTube. Enjoy!

5 comments:

Morgan said...

I love that one!!!!!!!!!!

e4 said...

I wish I had broadband. I miss out on all the good stuff.

Morgan said...

How do you get YouTube to work these days I can't seem to get it to work.

network_weasel said...

Hi Morgan,

Here is the code I used to get the YouTube videos to work:
< object height="350" width="425">< param name="movie" value="http://www.youtube.com/v/WzSGjLQrT_A">< embed src="http://www.youtube.com/v/WzSGjLQrT_A" type="application/x-shockwave-flash" width="600" height="350">< /embed>< /object>

The bit in quotes that is repeated is similar to the direct link to a single video on YouTube or what you see in the address bar when viewing a video, for example:
http://www.youtube.com/watch?v=vmijnrgesxc

To make it able to be embedded in your blog the "watch?" is removed and the "=" after the "v" is replaced with another "/".

Please note, I had insert a space after each "<" in order to get the html code to show up.

Does that help?

Morgan said...

Yes my darling thank you