Archives by date

You are browsing the site archives by date.

  • Curso de Programación Orientada a Objetos

    Hace tiempo había prometido a mis alumnos de ActionScript que les daría algunos apuntes acerca de la Programación Orientada a Objetos y cómo aplicarla en AS2. Pues bien, el momento de cumplir esa promesa ha llegado; para ello voy a darme a la tarea de estructurar una serie de posts al respecto, tratando de comprender…

  • Dealing with iPhone Screen Orientation in Flash AS3

    The way your iPhone app deals with change of screen orientation is a major issue that you will have to address at a very stage of your app development cycle. By default the iPhone will change the orientation of your application view if the user rotates the phone to view that way. This tutorial will…

  • How to make a custom AS3 Preloader

    Many designers seem to think that Actionscript 3 made things more difficult. To some extent that is true, but there’s a bunch of things that are still easy. Preloaders are a good example and in this tutorial, you will learn how to make a custom looking preloader using Flash and AS3. Best of all –…

  • Creatin a flash Preloader as3

    This tutorial will teach you how to create a very simple preloader for your Flash movies using ActionScript 3.0. A preloader is an essential asset in every single Flash movie you put on the internet as it prevents the movie from playing before downloading all its assets and also informs the user about how long…

  • Quick Tip: Simulate an Android Lock Screen with ActionScript

    The Lock Screen is a part of an operating system, mostly used in mobile devices, that prevents accidental input. This Quick Tip will show you how to simulate an Android Lock Screen with ActionScript. Let’s get going! View tutorial Source (http://active.tutsplus.com/)

  • Create a Drag and Drop MP3 Player with Adobe AIR

    In this tutorial, we’ll create an AIR drag and drop mp3 player. We’ll work with the NativeDragManager class to handle the drag and drop, the NativeWindow class for the playlist, and some SQLLite to store information about our mp3 files to build a playlist. View Tutorial Source (http://active.tutsplus.com/ )

  • Herramientas para medir las estadísticas de tu web

    Para obtener datos más detallados sobre los usuarios que visitan nuestro sitio web o blog es indispensable conocer las diferentes herramientas para estadísticas que el mercado nos ofrece. El siguiente artículo presenta varias opciones con sus diferentes características. Estas estadísticas pueden ser diarias, mensuales, anuales, en dependencia de las características de cada uno de ellos.…

  • JQuery Accordion Tutorial

    Navegando por internet me encontre este util tutorial facil y rapido para hacer un buen acordion de datos en JQuery Ver tutorial fuente (http://www.sohtanaka.com/)