leoreyesdev

  • Creating a Flash Lite Game – Tutorial

    Making rich media for mobile consumption has never been easier since the release of the Flash Lite player for mobile devices. You can make a vector graphics game that could be played on any device regardless of its operating system or screen resolution easily as long as that device is equipped with the Flash Lite…

  • Tutorial FLASH – Tutorial para forzar la descarga de archivos de imagen en Flash con la clase FileReference.

    Hasta la aparición de Flash 8, cuando queríamos forzar la descarga de determinados tipos de archivo, teníamos que recurrir a PHP, ASP u otra tecnología de servidor. Ahora con la incorporación de las clases FileReference y FileReferenceList, podemos forzar la descarga de cualquier archivo ya sea pdf, jpeg, gif, html, swf, ¡¡¡cualquiera!!! Estas dos clases…

  • Truco FLASH – Ejecutar acciones con retardo. El método setTimeout.

    Con el método no documentado, pero sí soportado, setTimeout() podemos ejecutar acciones trascurrido un intervalo de tiempo expresado en milisegundos. A diferencia de setInterval(), las acciones sólo se ejecutan una vez y no tenemos que preocuparnos de anular el intervalo. Si aún así queremos detener la ejecución, podemos emplear el método clearTimeout() que tampoco está…

  • Crea un videoplayer para tus vídeos HTML5.

    Dentro de toda la guerra de Flash, se tiene tiempo hablando como HTML5 será la solución al creciente problema de editar y publicar vídeos con completa libertad de formato. Sobre todo el tema de tenerlos en formatos que faciliten la búsqueda y gestión de la información del contenido del vídeo. Ver tutorial

  • Using CSS in AS3

    Cascading Style Sheets (CSS) are simple code sheets that are used to configure the visual look of pages and texts on the web. It could be used in Flash projects to format the way text fields look in Flash. Using CSS in Flash provides a number of advantages such as being able to customize your…

  • Create amazing cosmic-inspired scene in Adobe Photoshop CS5

    In today’s tutorial we will demonstrate how to use fashion photography and various techniques to create a cosmic-inspired scene in Adobe Photoshop CS5. Layered PSD file included. Let’s get started! View Tutorial

  • Generating thumbnail previews using progressive flvs

    We probably all know by now how to play a progressive flv without Flashcom: nc = new NetConnection(); nc.connect(null); ns = new NetStream(my_nc); ns.setBufferTime(0.1); // small buffer to limit motion in preview my_video.attachVideo(ns); // my_video is a video object on stage ns.play(thefile); To turn this example into a thumbnail preview of the actual flv you…

  • Building an Arithmetic Quiz in Flash CS3: Using Textboxes

    There are several methods in ActionScript for dealing with time. We have shown before how to find a user’s response time using the getTimer() method as we did in the enanced (final) version of the Arithmetic Quiz from the tutorial, “Using Textboxes in an Arithmetic Quiz” in our Basic section. In the present tutorial, we…

  • Write On Text Effect

    Write On Text Effect – Learn this common ActionScript text animation technique. Use it wisely View tutorial

  • GOTO AND LEARN

    Excellent tutorials for flash and other technologies http://GOTOANDLEARN.COM