-
Create a Full Screen, Scalable Flash Website
In this tutorial you’ll learn how to create Flash sites that intelligently fill all the available space in the viewport, moving or resizing certain assets to make the best use of the space. Source (http://active.tutsplus.com/tutorials) View Tutorial
-
Execute Lightbox Scripts From Flash
This evening I will be showing you how to execute my Lightbox++ script from a Flash movie. You’re not only limited to Lightbox++, as you can use this tutorial with any Lightbox scripts based on Lokesh Dhakars Lightbox class. How is it done? Simple really. We setup something similar to what .NET programmers refer to
-
Horizontal page animation with jquery
Horizontal page animation with easing using jquery. A very simple and basic tutorial on how to animate content horizontaly using just a few lines of javascript. Source ( http://manos.malihu.gr ) View Tutorial
-
Flash CS5: Code Snippets
Easily click and insert code for your Flash projects. Users can also save code snippets for future use. Source (http://layersmagazine.com) View Tutorial
-
Cómo posicionar elementos HTML sobre una película Flash?.
Z-Index: Cómo posicionar elementos HTML sobre una película Flash?. Ver tutorial Fuente (SargentoWEB.com)
-
Ayuda de Action Script 3 en Español
Este manual también contiene numerosos archivos de ejemplo que ilustran conceptos de programación de aplicaciones para clases importantes o utilizadas frecuentemente. Los archivos de ejemplo se empaquetan de forma que resulten fáciles de cargar y utilizar con Adobe® Flash® CS4 Professional y pueden incluir archivos envolventes. Sin embargo, el núcleo del código de ejemplo es
-
Carga Externa de XML con AS3 (Video Tutorial)
En este video tutorial muestro como cargar un XML externo con ActionScript 3. Algo bastante simple, pero necesario para hacer cosas más complejas. Pido perdón como siempre por el audio, mis colgadas hablando (esta como siempre sin editar) y la informalidad del video. Para los que les interese el tema pueden profundizar mucho buscando informacion
-
Nuevo Video Tutorial – SWFAddress 2 con AS3
En este nuevo video explicamos como usar la libreria de Flash y AJAX SWFAddress, que nos permite tener una navegación de nuestro proyecto usando los botones de siguiente y anterior del navegador y al mismo tiempo cambiando la URL según la sección o estado del flash en el que estemos. Es muy útil para proyectos
-
Menú dinámico en XML y ActionScrip 3
Con este nuevo video tutorial vamos a aprender a crear un menú dinámico desde un xml con ActionScript 3. De esta forma podemos cambiar el contenido del menú editando el .xml y sin la necesidad de compilar nuevamente nuestro .fla. Agregando, quitando o modificando la cantidad de botones. Ver Tutorial (Fuente. http://www.decabeza.net/)
-
Building Frogger with Flixel: Movement, Collision and Deployment
Welcome to the second of two tutorials detailing how to build Frogger for the Web and AIR on Android. In the previous part I talked about how to set up Flixel, change states and we built our first level for Frogger. Unfortunately there isn’t much we can do with our game without a player. This