0 votos
por (40 puntos) en General
Hola a todos, no tengo conocimientos de javascript pero logre hacer funcionar "offline" muchos doodles de google los jugables y varios animados, pero me tiene completamente en jaque los doodles con una animacion que enlace un video de youtube, hasta ahora no puedo cambiar un video de youtube por un video local, para que tambien funcione offline, nescesito saber que tengo que modificar en el archivo js de este doodle la direccion del doodle es esta:
http://www.google.com/logos/2013/thanksgiving13.html
me avoque a este doodle pero hay varios que enlazan videos de youtube aca esta el codigo completo del script:

____________________________________________
 (function(){var h,m=this,p=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
else if("function"==b&amp;&amp;"undefined"==typeof a.call)return"object";return b},aa=function(a){var b=p(a);return"array"==b||"object"==b&amp;&amp;"number"==typeof a.length},q=function(a){return"string"==typeof a},ba=function(a,b,c){return a.call.apply(a.bind,arguments)},ca=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,
arguments)}},r=function(a,b,c){r=Function.prototype.bind&amp;&amp;-1!=Function.prototype.bind.toString().indexOf("native code")?ba:ca;return r.apply(null,arguments)},da=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}},s=Date.now||function(){return+new Date},ea=function(a){a=a.split(".");var b=m;a[0]in b||!b.execScript||b.execScript("var "+a[0]);for(var c;a.length&amp;&amp;(c=a.shift());)a.length?b=b[c]?b[c]:b[c]={}:b[c]=
!0},t=function(a,b){function c(){}c.prototype=b.prototype;a.C=b.prototype;a.prototype=new c;a.gb=function(a,c,f){var g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}};Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return r.apply(null,c)}return r(this,a)};var fa=function(){this.i="/logos/2013/thanksgiving13/sprite-initial.png";this.d=!1;this.g=[];this.a=new Image},ga=function(a){if(!a.a.src){var b=function(){if(!a.d){a.d=!0;for(var b=0,d;d=a.g[b];b++)d()}};a.a.onload=b;a.a.src=a.i;(a.a.complete||"complete"==a.a.readyState)&amp;&amp;b()}},ha=function(a,b){a.d?b():a.g.push(b)};var ia=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&amp;&amp;1<c.length;)d+=c.shift()+e.shift();return d+c.join("%s")},ja=function(a,b){return a<b?-1:a>b?1:0};var ka=function(a){Error.captureStackTrace?Error.captureStackTrace(this,ka):this.stack=Error().stack||"";a&amp;&amp;(this.message=String(a))};t(ka,Error);var la=function(a,b){b.unshift(a);ka.call(this,ia.apply(null,b));b.shift()};t(la,ka);var u=function(a,b,c){if(!a){var d=Array.prototype.slice.call(arguments,2),e="Assertion failed";if(b)var e=e+(": "+b),f=d;throw new la(""+e,f||[]);}};var x=Array.prototype,ma=x.indexOf?function(a,b,c){u(null!=a.length);return x.indexOf.call(a,b,c)}:function(a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(q(a))return q(b)&amp;&amp;1==b.length?a.indexOf(b,c):-1;for(;c<a.length;c++)if(c in a&amp;&amp;a[c]===b)return c;return-1},na=x.forEach?function(a,b,c){u(null!=a.length);x.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=q(a)?a.split(""):a,f=0;f<d;f++)f in e&amp;&amp;b.call(c,e[f],f,a)},oa=function(a){return x.concat.apply(x,arguments)},pa=function(a){var b=
a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};var qa="StopIteration"in m?m.StopIteration:Error("StopIteration"),ra=function(){};ra.prototype.next=function(){throw qa;};ra.prototype.k=function(){return this};var sa=function(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b},ta=function(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b},ua="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),va=function(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var f=0;f<ua.length;f++)c=ua[f],Object.prototype.hasOwnProperty.call(d,c)&amp;&amp;(a[c]=d[c])}};var y=function(a,b){this.d={};this.a=[];this.i=this.g=0;var c=arguments.length;if(1<c){if(c%2)throw Error("Uneven number of arguments");for(var d=0;d<c;d+=2)this.set(argume

Por favor, accede o regístrate para responder a esta pregunta.

Preguntas relacionadas

0 votos
1 respuesta
0 votos
0 respuestas
0 votos
0 respuestas
Bienvenido a Dudas de Programación, donde puedes hacer preguntas y recibir respuestas sobre los problemas más frecuentes de los lenguajes de programación, frameworks de desarrollo y bases de datos que utilices. Foro de Línea de Código

Categorías

...