Tuesday, September 20, 2011

[YouTube-API] Re: problem API Youtube "videobar" NO GET THE LAST VIDEOBAR Videos Uploaded

I have not managed to find the answer thanks

here is the detail of my code:


<%@ Control Language="C#" AutoEventWireup="true"
CodeFile="CanalNoticias.ascx.cs"
Inherits="Custom_Modules_MediaCenter_Frontend_Controls_CanalNoticias"
%>

<p runat="server" id="pHidden" style="color: #FFFFFF"></p>
<div id="CanalYoutube">

<!-- ++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;">Cargando...</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>

<!-- 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">
.playerInnerBox_gsvb .player_gsvb {
width : 320px;
height : 260px;
}
</style>
<script type="text/javascript">
function LoadVideoBar() {
var CanalYoutube =
document.getElementById("ctl00_ContentPrincipalHolderRight_ctl00_pHidden");
var videoBar;
var options = {
largeResultSet: !false,
horizontal: false,

autoExecuteList: {
cycleTime: GSvideoBar.CYCLE_TIME_SHORT,
cycleMode: GSvideoBar.CYCLE_MODE_LINEAR,
executeList: ["ytchannel:" + "mundofinanciero"]
}
}

videoBar = new GSvideoBar(document.getElementById("videoBar-
bar"),
document.getElementById("videoPlayer"),
options);


}
// arrange for this function to be called during body.onload
// event processing
GSearch.setOnLoadCallback(LoadVideoBar);
</script>
<!-- ++End Video Bar Wizard Generated Code++ -->
<div id="estasviendo"><h2 class="type">Estas viendo:</h2></div>
<div id="videoPlayer"></div>
<div id="recomendamos"><h2 class="type">Te recomendamos</h2></div>
<div class="clear"></div>
</div>

On 16 sep, 13:09, Shannon -jj Behrens <jji...@google.com> wrote:
> No sé todos los detalles de su código, pero es probable que desee pasar
> Y orderby = publicado en la consulta. Búsqueda de "orderby" en la (http://code.google.com/apis/youtube/2.0/reference.html).
>
> Saludos cordiales,
> -Jj
>
> El Jue, Sep 15, 2011 a las 24:52, Fernando Basaez
> <Fernandobas...@ gmail.com> escribió:
>
>
>
>
>
>
>
>
>
> > Estoy utilizando el API de Google para mostrar videos de YouTube barra de filtrado por el
> > # Mundofinanciero chanel, el problema es que me muestran los últimos vídeos
> > Cargado, lo que muestra son videos viejos. El enlace web es
> >http://www.euroamerica.cl/euroamerica/media-center.aspx
> > ¿Cómo puedo mostrar una lista de videos, ordenados por fecha (fecha de incorporación en
> > Youtube)?
> > Gracias,
>
> > Fernando Basaez
>
> > -
> > Has recibido este mensaje porque estás suscrito a los Grupos de Google
> > "API de YouTube Developer Forum" del grupo.
> > Si quieres publicar en este grupo, envía un correo electrónico a youtube-api-gdata@googlegroups.com.
> > Para darse de baja de este grupo, envía un correo electrónico a
> > Youtube-api-gdata + unsubscribe@googlegroups.com.
> > Para obtener más opciones, visita este grupo en
> >http://groups.google.com/group/youtube-api-gdata?hl=en.
>
> -
> Shannon-jj Behrens | Abogado de desarrollo para la API de YouTube |
> apiblog.youtube.com | @ YouTubeDev

--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment