Hi Jorge --

Can you please post a link to the page where you have this code
running?

Thanks,
Ben

On Feb 26, 8:45 pm, Jorge <[email protected]> wrote:
> I have followed the direccions from the Video Bar Wizard, and it
> instructed me to use the code, please see below.  I have put it this
> code into an HTML document at my web site.  However, when I run the
> page, the only thing I can see is a piece of text that says:
>
> Loading...
>
> Nothing else. .
>
> <!-- ++Begin Video Bar Wizard Generated Code++ -->
>   <!--
>   // Created with a Google AJAX Search Wizard
>   //http://code.google.com/apis/ajaxsearch/wizards.html
>   -->
>
>   <!--
>   // The Following div element will end up holding the actual
> videobar.
>   // You can place this anywhere on your page.
>   -->
>   <div id="videoBar-bar">
>     <span style="color:#676767;font-size:11px;margin:10px;padding:
> 4px;">Loading...</span>
>   </div>
>
>   <!-- Ajax Search Api and Stylesheet
>   // Note: If you are already using the AJAX Search API, then do not
> include it
>   //       or its stylesheet again
>   -->
>   <script src="http://www.google.com/uds/api?
> file=uds.js&v=1.0&source=uds-vbw"
>     type="text/javascript"></script>
>   <style type="text/css">
>     @import url("http://www.google.com/uds/css/gsearch.css";);
>   </style>
>
>   <!-- Video Bar Code and Stylesheet -->
>   <script type="text/javascript">
>     window._uds_vbw_donotrepair = true;
>   </script>
>   <script src="http://www.google.com/uds/solutions/videobar/
> gsvideobar.js?mode=new"
>     type="text/javascript"></script>
>   <style type="text/css">
>     @import url("http://www.google.com/uds/solutions/videobar/
> gsvideobar.css");
>   </style>
>
>   <style type="text/css">
>     .playerInnerBox_gsvb .player_gsvb {
>       width : 320px;
>       height : 260px;
>     }
>   </style>
>   <script type="text/javascript">
>     function LoadVideoBar() {
>
>     var videoBar;
>     var options = {
>         largeResultSet : !false,
>         horizontal : false,
>         autoExecuteList : {
>           cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
>           cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
>           executeList :
> ["ytfeed:most_viewed.this_week","ytchannel:cajabamba","cajabamba","chuquibamba","callash"]
>         }
>       }
>
>     videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
>                               GSvideoBar.PLAYER_ROOT_FLOATING,
>                               options);
>     }
>     // arrange for this function to be called during body.onload
>     // event processing
>     GSearch.setOnLoadCallback(LoadVideoBar);
>   </script>
--~--~---------~--~----~------------~-------~--~----~
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