import mx.transitions.*; import mx.transitions.easing.*; TransitionManager.start(some_mc, {type:Fade, direction:Transition.IN, duration:3, easing:Strong.easeOut}); Legenda: Blinds La classe Blinds mostra l’oggetto clip filmato mediante rettangoli che scompaiono o compaiono. Fade La classe Fade applica all’oggetto clip filmato una dissolvenza in entrata o in uscita. Fly La classe Fly fa comparire l’oggetto clip filmato facendolo scorrere da una direzione particolare. Iris [...]
Archive for the ‘Internet & Web’ Category
TransitionManager in Actionscript 3, Flash, AIR and Flex
Posted in Actionscript, Flash, Flex, tagged Actionscript, air, Flash, Flex on April 28, 2009 | Leave a Comment »
Actionscript 3 inline function call in addEventListener
Posted in Flex on February 6, 2009 | Leave a Comment »
_timer = new Timer(1000, 1); _timer.addEventListener(TimerEvent.TIMER, function(event:Event):void { // show the next panel showPanel(index++);});
How to set icon to a Button in Adobe Flex 2 and 3
Posted in Flex on December 5, 2007 | Leave a Comment »
First of all create a images directory in your flex project folder, then add your icons to it. After that remember to set properly the icon attribute of your mx:Button element: <mx:Button icon=”@Embed(‘/images/youricon.png’)” click=”makesomething()” toolTip=”This button does…”/>
Petizione di Beppe Grillo per il WIMAX libero, free, gratis, gratuito contro decreto Gentiloni.
Posted in Internet & Web on November 3, 2007 | Leave a Comment »
Non serivirà a granchè (visti i precedenti risultati delle petizioni già mandate a Gentiloni and company), però forse siccome a promuoverla è Beppe Grillo, magari questa volta un po’ più di rumore si fa… Firmate gente, il WIMAX è NOSTRO e deve essere LIBERO, GRATIS , FREE!!! Cliccate sulla faccia di Gentiloni per firmare la petizione…
WIMAX: Gentiloni lo regala ai grandi gestori delle comunicazioni.
Posted in Internet & Web on October 15, 2007 | 2 Comments »
Gentiloni dovrebbe vergognarsi, ma il dramma è che lui magari è fiero! Con lui dovrebbero vergognarsi tutti quelli che l’hanno aiutato a tirare fuori dal cilindro questa normativa che dovremmo chiamare più propriamente SCHIFEZZA, ma questi “signori” forse pensano davvero di essere dei geni. Leggete il bando di gara per la concessione delle frequenze Wimax in [...]
Liberate il Wi-Max / WiMax Free ! Firmate la Petizione Online!
Posted in How To Survive, Internet & Web, Petition on June 21, 2007 | Leave a Comment »
Prima di tutto andate leggete, firmate e diffondete il verbo riguardo la petizione per liberare il Wi-Max in Italia: http://www.petitiononline.com/wmaxfree/petition.html 2007, Italy. Ehi World, here we have a problem. Ok, i’m wrong, here in Italy we have a lot of problems, especially if we talk about media, communication technologies, anti-trust, market sharing, etc… At the [...]
How to alternate row color in tables with CSS
Posted in CSS, HTML, Javascript on June 7, 2007 | Leave a Comment »
<style type=”text/css”> tr.s1{ background-color: #e0e0e0; color: black; } tr.s2{ background-color: #ffffff; color: black; } </style> <table> <tr class=”s1″><td>ciao</td><td>come</td></tr> <tr class=”s2″><td>stai</td><td>io</td></tr> <tr class=”s1″><td>bene</td><td>grazie</td></tr> <tr class=”s2″><td>saluti</td><td>ciao</td></tr> </table>
Big Brother Award Italia 2007
Posted in How To Survive, Petition, Privacy on April 5, 2007 | Leave a Comment »
Tratto dal sito: https://bba.winstonsmith.info “Lunedi’ 2 aprile e’ partita ufficialmente la raccolta delle nomine per il Big Brother Award Italia 2007 , che terminera’ il 30 aprile. Cos’e’ il BBA Italia? E’ un premio “in negativo” che ormai da anni viene assegnato in tutto il mondo a chi piu’ ha danneggiato la privacy. In una [...]
Capture global keyboard events on Flex 2 and Actionscript 3
Posted in Actionscript, Flash, Flex, Languages, RIA on March 21, 2007 | Leave a Comment »
If you want to capture global keyboard events maybe you put this line of code in the constructor method of your actionscript 3 class: addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown); or this.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown); but maybe it doesn’t work? Simple! because you have to add the listener to the stage object giving focus to it… stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
Stopping Windows Vista adoption by promoting free software
Posted in How To Survive, Privacy, Windows on March 13, 2007 | 1 Comment »
First of all go to the sub domain: http://badvista.fsf.org/ and read carefully all the interesting things the Free Software Foundation says about Vista, DRM, Trusted Computing, etc. and your (digital) freedom. In synthesis: Microsoft’s new Windows Vista operating system is a giant step backward for your freedoms Vista has DRM: digital rights management These features will [...]