Comunidad de diseño web y desarrollo en internet online

ayuda, si se puede urgente

Citar            
MensajeEscrito el 30 Ene 2008 06:08 pm
Hola, tengo un problema, he hecho una pagina con flash, y al previsualizar , la veo bien, pero cuando la he puesto en servidor, no se ve se queda en blanco.La he metido dentro de un html creado en dreamweaver.
El codigo del cargador es este

Código :

/function cargando() {
      var total, cargados, porcentaje;
      total = _root.getBytesTotal();
    cargados = _root.getBytesLoaded();
      porcentaje = Math.floor((cargados*100)/total);
     porcentaje_txt.text = porcentaje + " %";
     barra_mc.gotoAndStop(porcentaje);
      if (cargados == total) {
           clearInterval(hiloPrecarga);
        play();
   }
}

var hiloPrecarga = setInterval(cargando, 1);

stop();

He probado a quitar el ultimo stop(), pero nada.
Por si sirve os dejo el codigo del siguiente fotograma

Código :

import mx.transitions.Tween;
import mx.transitions.easing.*;
//estas son las tween de la intro y componentes de fondo
var t1:Tween = new Tween(fondo, "_alpha", Strong.easeInOut, 0, 100, 2, true);
var t2:Tween = new Tween(barramenu, "_xscale", Strong.easeInOut, 0, 100, 3, true);
var t3:Tween = new Tween(logo, "_y", Back.easeInOut, 0, 290, 2, true);
var t4:Tween = new Tween(complementos, "_x", Strong.easeOut, 1000, 350, 2, true);
var t5:Tween = new Tween(pincelada, "_alpha", Back.easeOut, 0, 100, 2, true);
var t6:Tween = new Tween(botonera, "_alpha", Back.easeOut, 0, 100, 2, true);

t2.stop();
t3.stop();
t4.stop();
t5.stop();
t6.stop();
t1.onMotionFinished = function(){
   t2.start()
   t3.start()
   t4.start()}
t2.onMotionFinished = function (){
   t6.start()}
t4.onMotionFinished = function(){
   t5.start()};
t5.onMotionFinished =function(){
   gotoAndStop("inicio")};
   stop();

aunque creo no tendrá nada que ver.

Por pepito piscinas

106 de clabLevel



 

msie
Citar            
MensajeEscrito el 30 Ene 2008 06:18 pm
a ver he hecho una prueba, he puesto la pagina en otro alojamiento que tengo en otro servidor y funciona.¿Por que puede ser esto?

Por pepito piscinas

106 de clabLevel



 

msie
Citar            
MensajeEscrito el 30 Ene 2008 08:21 pm
puede ser q no acepte aechivos flash o q no interprete bien algun codigo html, yo tube los mismos problemas y la solucion fue la misma q la tuya
saludos

Por leotaku56

150 de clabLevel



Genero:Masculino  

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.