Comunidad de diseño web y desarrollo en internet online

Login tipo modal

Citar            
MensajeEscrito el 16 Abr 2009 10:10 pm
Alguien tiene algun ejemplo de como crear estos tipos de login , es decir que aparesca un login pero que detras
aparesca tu aplicacion como cuando usas el alert en flex 3

Por xcom

Claber

530 de clabLevel



 

firefox
Citar            
MensajeEscrito el 17 Abr 2009 02:41 am
me autorespondo :

ya salio todo el login hasta con efecto :lol: :lol: :cool:

Por xcom

Claber

530 de clabLevel



 

firefox
Citar            
MensajeEscrito el 17 Abr 2009 07:58 pm
Como hiciste???? comparti!!!! Gracias!!!!

Por xchacalx

Claber

133 de clabLevel



 

msie7
Citar            
MensajeEscrito el 18 Abr 2009 01:18 am
1.-crear un componente login.mxml

2.-creas un principal

3.- y al principal agreagas esto:

Código :

   <mx:Style>
        global {
             modalTransparencyBlur: 3.5;
            modalTransparency: 0.6;
            modalTransparencyColor: #FF0000;
            modalTransparencyDuration: 280;
            backgroundGradientColors: #000000, #006633;

 
        }
    </mx:Style>
   <mx:Script>

      <![CDATA[
         import mx.managers.PopUpManager;
         import com.flex.login;

         public var createdPopUp:login=new login();

         public function openLoginPopUp():void
         {



            PopUpManager.addPopUp(createdPopUp, DisplayObject(mx.core.Application.application), true);
            PopUpManager.centerPopUp(createdPopUp);

         }
      ]]>
   </mx:Script>

mas claro echarle agua, espero que te sirva  :cool: 

Por xcom

Claber

530 de clabLevel



 

firefox
Citar            
MensajeEscrito el 18 Abr 2009 02:46 am
Gracias, lo voy a probar!!!

Por xchacalx

Claber

133 de clabLevel



 

firefox

 

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