Cita:
Iniciado por emprear
$ruta = "/xxx/xxx.txt";
es un ERROR en nuestra forma de programar.
function videoEmbebido(video_id, video_src, imagen_src, video_watch, options){
var tema = "azul_celeste";
var width = 645;
var height = 430;
var skin = ''
if (options != undefined){
width = options.width != undefined ? options.width : width;
height = options.height != undefined ? options.height : height;
}
creo entender que nadie halla dicho que sea un error , si no que es mas recomendable adaptarlo al ingles y no mezclar idiomas
$patch = "/xxx/xxx.txt";
$url = "/xxx/xxx.txt";
function videoEmbed(video_id, video_src, image_src, video_watch, options){
var topic = "azure";
var width = 645;
var height = 430;
var skin = ''
if (options != undefined){
width = options.width != undefined ? options.width : width;
height = options.height != undefined ? options.height : height;
}