If I'm understanding what you want, you're going to have to override  
the GSvideoBar.prototype.playVideo method. You can do it  
programmatically, but it's probably going to be easier to download the  
gsvideobar.js script and host your own copy. Specifically, the line  
that you want to change reads like this:

     var title = this.createDivLink(result.url, result.title, null,  
this.CL_TITLE);

You want to change it to read like this:

     var title = this.createDivLink(result.url, result.title, '_new',  
this.CL_TITLE);

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
http://jgeerdes.blogspot.com
http://jgeerdes.wordpress.com
jgeer...@mchsi.com

Unless otherwise noted, any price quotes contained within this  
communication are given in US dollars.

If you're in the Des Moines, IA, area, check out Debra Heights  
Wesleyan Church!

And check out my blog, Adventures in Web Development, at 
http://jgeerdes.blogspot.com 
  !


On Jan 3, 2009, at 7:30 AM, quietone wrote:

>
> After I embed the video bar code in one of my site pages and click on
> one of the thumbnails, I get the video playing. Below the player is
> the video title. When I click on this title, it opens the YouTube page
> in the current window. I'd like to open the YouTube page in a new
> window. How do I accomplish this? Thank you.
>
> >


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

Reply via email to