Will’s Words

Entries categorized as ‘Uncategorized’

And now, blogging from Windows Live Writer

April 7, 2008 · 2 Comments

Not content with  blogging from Word, I am now testing out Microsoft’s other “post-to-your-blog” (even WordPress!) solution, Windows Live Writer.

twitterLake_normal

Categories: Uncategorized
Tagged:

How to embed Picasa Web video demonstration

March 7, 2008 · 4 Comments

In an earlier post I described how to embed video from a Picasa Web Album. I’ve added a video that shows the steps:

Categories: Uncategorized

How to embed Picasa, Blogger, or other Google Video

February 16, 2008 · 9 Comments

I have a PicasaWeb (or Picasa Web Album) account where I upload photos and video clips for my family. (It is easy to upload photos to PicasaWeb, but you have to have Picasa, Google’s free photo/video manager, to upload video clips to your PicasaWeb site.) I like PicasaWeb because the videos stream just as well as YouTube, but with PicasaWeb you can opt out of being searchable and it just feels less commercialized and more classy and private than a site like YouTube.
 Now that Google owns Blogger (blogspot), I think they use the same format as PicasaWeb for video. So blogspot users can upload videos directly to their blogs. In either case you are dealing with the Google Video format.So here is the dilemma: What if I want to embed my Google Video on some other web page? For example, say I am a PicasaWeb user and want to embed a video in my blog? Or maybe I am a Blogspot user and want to embed my video in a family website? Here’s how:
  1. Set up your browser
    1. Open the Firefox web browser. (If you don’t have Firefox, you’ll need to have someone help install it)
    2. Make sure you have “Download Embedded” installed. It is a Firefox add-on. You can install it here. If you install it, make sure to restart your browser.
  2. Get the address of your video file
    1. In Firefox, open the page or blog posting that shows your video clip.
    2. You should see a small icon in the lower right corner of your browser:
      1.png
      Google video clips are really just embedded Adobe Flash files. The red down-arrow shows that the FireFox add-on found the video file. If you don’t see the red down-arrow, you may need to refresh the page to give it another chance to find the file. If it still doesn’t show up, make sure the “Download Embedded” add-on is installed by looking for it in the Tools > Add-ons menu.
    3. Click the red down-arrow. A menu should appear with two options.
    4. Pick the option “view embedded items.” A window will appear showing a list of items (there may be only thing on the list).
    5. Click on the item that starts like this (it will be really long): http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%...or this (on blogger.com): http://www.blogger.com/img/videoplayer.swf?videoUrl=http%3A%2F...
    6. Click Copy to Clipboard. You now have the (hidden) address to your video clip!
  3. Test your video address
    1. Go to the address bar of your browser.
    2. Press ctrl+v (or click the paste icon) to paste the address.
    3. Press Enter or Return. You should now see your video all by itself.
  4. Create the code you need to embed your video somewhere else.
    1. Copy the following HTML code to a text editor (Notepad for example):

      <object width="425" height="355"><param name="movie" value="REPLACETHISTEXTWITHADDRESS"></param><param name="wmode" value="transparent"></param><embed src="REPLACETHISTEXTWITHADDRESS" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
    2. Replace the text between the quotation marks with the address to your video. (Select REPLACETHISTEXTWITHADDRESS and press Ctrl+v). Here’s an example:

      <object width="425" height="355"><param name="movie" value="http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%…"></param><param name="wmode" value="transparent"></param><embed src="http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%…" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
    3. Copy the entire HTML code and paste it wherever HTML is accepted. For example, if you have embedded a YouTube video somewhere, you can post this code in that same place for your Google video. Note: Some forums restrict the use of embedded content, so this may not work even when a site says it allows HTML tags.

Categories: Uncategorized

I have nothing to write

July 20, 2007 · 2 Comments

But I want to test out the WordPress in Facebook application so here I am, writing nothing.

Categories: Uncategorized