Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/09/2009, 07:36
jakiras
 
Fecha de Ingreso: marzo-2009
Ubicación: maracaibo
Mensajes: 41
Antigüedad: 15 años, 8 meses
Puntos: 0
Exclamación Ayuda por fa!!!!

------------>>>continuacion

CODIGO DEL BOTON QUE ACTIVA EL POPUP
Código:
on (release) {
	var month_path="namemonth" + _root.mymonth;
	_root.print_btn.enabled=false;
	_root.attachMovie("popup","popup1",100);
	_root.popup1._x=2.5;
	_root.popup1._y=2.5;
	_root.popup1.mydate=this._parent.daynum+" "+ _root[month_path] + ", " + _root.myyear;
	if(this._parent.description==undefined){
		_root.popup1.description="";
	}else{
		_root.popup1.description=this._parent.description;//description stored in corresponding square (day)
	}
}
CODIGO DENTRO DEL POPUP (INSERTO EN FOTOGRAMA)
Código:
_root.forwd_btn.enabled=false;
_root.back_btn.enabled=false;
mydate_txt.textColor=_root.myColorAS;
//CSS
trace(_root.myColor);
var styles = new TextField.StyleSheet();
styles.setStyle("a:link", 
  {color: _root.myColorHTML,textDecoration: 'underline'} 
);
styles.setStyle("a:hover", 
  {color: _root.myColorHTML,textDecoration: 'none'}
);
popup_txt.styleSheet = styles;
stop();
for (var i=1;i<=31;i++){
	var mc="square" + i;
	_root[mc].square_mc.square_btn.enabled=false;
	}

En esta direccion se encuentra el archivo
megaupload.com/?d=J7F6GC5M