Try the code given here:

  http://pastesite.com/16445

Insert that code in your LoadVideoBar function (above the GSvideoBar
constructor call).

Add a div to your document with ID "video-info".  Set that div to a
fixed height and width.  Example:

  <div id="video-info"
    style="width: 250px; height: 250px;"
  ></div>

The example code given at the link above will display the video title
and description in that div, and also in a tool-tip.

There is at least one known bug:  If you hover over a video and wait
until the video-bar advances to the next set of videos, the tool-tip
(if still displayed) may not automatically update (in some browsers).
(The text in the "video-info" div should update correctly, however.)

(Note:  Description text may not be available for some of the videos
displayed in your video bar.  Of course in such cases this code will
display the title only.)

-- omr

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to