Hola,
necesito urgentísimo a alguien que conozca y tenga (para poder ver los archivos) Flash CS4, Actionscript y XML.
Un cliente me ha pedido arreglar este sitio www.mickwolcott.com/live.swf , que como se darán cuenta no funciona correctamente (los problemas: scrollbars no funcionan completamente, haciendo que el sitio no se vea en su totalidad - he visto el .fla completo y no creo que haya solución)
Tal vez hay algun error?
Código:
Estoy dispuesto a pagar por el que logre ayudarme!stop(); _global.cargarFoto=function(mc:MovieClip,foto:String){ var mcLoader:MovieClipLoader = new MovieClipLoader(); var listener:Object = new Object(); listener.ref=mc._parent._parent listener.onLoadComplete=function(target:MovieClip){ } mcLoader.addListener(listener); mcLoader.loadClip(foto, mc); } DATA= new XML(); DATA.ignoreWhite = true; DATA.mc=this; DATA.onLoad = function(ok) { if (ok) { var temp = this.firstChild.childNodes; var total =temp.length; for (i=0; i<temp.length; i++) { var clip = this.mc.conte.attachMovie("imgConte","img"+i,i); _global.cargarFoto(clip.conte,temp[i].childNodes[1].firstChild.nodeValue); clip.nombre.text=temp[i].childNodes[0].firstChild.nodeValue clip.titulo=temp[i].childNodes[2].firstChild.nodeValue clip.contenido=temp[i].childNodes[3].firstChild.nodeValue clip.urlpdf=temp[i].childNodes[4].firstChild.nodeValue clip._x=i%(total/2)*(792/(total/2)); clip._y=Math.floor(i/3)*50; clip.onRollOver=function(){ this.btnWhen._visible=true; var tfm:TextFormat = new TextFormat() tfm.font = "font"; tfm.color = 0xffffff; tfm.size=14; //this.nombre.wordWrap=true; this.nombre.embedFonts=true; this.nombre.setTextFormat(tfm) } clip.onRollOut = function(){ this.btnWhen._visible=false; var tfm:TextFormat = new TextFormat() tfm.font = "font"; tfm.color = 0x000000; tfm.size=14; //this.nombre.wordWrap=true; this.nombre.embedFonts=true; this.nombre.setTextFormat(tfm) } clip.onRelease=function(){ var pop=this._parent._parent._parent.attachMovie("newsLetter","popup",10) pop.titulo.text=this.titulo; pop.link=this.urlpdf; var tf=pop.conte.createTextField("contenido",3,0,0,400,800) var tfm:TextFormat = new TextFormat() tfm.font = "font"; tfm.color = 0x666666; tfm.size=12; tf.embedFonts=true; tf.wordWrap=true; tf.autoSize=true; tf.setNewTextFormat(tfm) tf.text = this.contenido; pop.btnPdf.onRelease=function(){ getURL(this._parent.link,"_blank") } _global.agregarBlur(this._parent._parent._parent.main); pop._x=(Stage.width - pop._width)/2; pop._y = (100+Stage.height-330)/2 } } } }; DATA.load("xml/winefoodstyle.xml");
Contactenme a [email protected], [email protected] o por Skype a cr0z3r.
Muchísimas gracias!