-
Tutorial de XML en Flash
Introducción XML se convirtió con éxito en el estándar de las comunicaciones por Internet; lo que antes se transmitía en formatos propietarios ahora es fácilmente interoperable gracias al lenguaje XML. XML esta presente en forma de sitio web cuando descargamos una pagina que cumpla con los estándares (XHTML) o cuando usamos un servicio web, como
-
Local Connection Actionscript – Communicate between seperate Flash files | Tutorial
Local Connection Communication between two separate flash files placed on the same page (or even running simultaneously on one machine) is a nice way to spread a project out. You can send variable, call functions, pretty much do anything in one swf from another. Easiest case use would be a navigation menu set up in
-
Style-my-tooltips jQuery plugin
By malihu | Published: September 26, 2010 A simple jQuery plugin to better style native browser tooltips. Small in size (3kb) script to enhance the look of tooltips. It works just like browser’s native tooltips with few options and styling via CSS. By default, the script applies to any element with a “title” attribute like
-
Nuevo Blog de CS5
Un buen blog para saber mas acerca de este excelente packete de Adobe nuevos tools, y features muy bueno nos ayuda a entender los alcances de estas excelentes herramientas aca les dejjo la direccion http://cs5.org/
-
FluidGrid Flash image Gallery
By malihu | Published: August 6, 2010 A dynamic Flash-xml driven image gallery, fully customizable through javascript variables within the html. View Tutorial (Source: http://manos.malihu.gr/)
-
Flash background with html content
By malihu | Published: August 29, 2010 Set a flash fullscreen background with html content on top and customize it within html via SWFObject variables. View tutorial (source: http://manos.malihu.gr)
-
Create a 360° panorama viewer with AS3
1. Create a new flash file (Actionscript 3.0) and save it as panorama.fla. 2. Rename “layer 1″ to “preload”. With the Text tool selected put a Text box in the middle of the stage. Set its type as Dynamic text and give it an instance name of “percent”. 3. Next create an “actions” layer and
-
Manual-WordPress.
Esto es una buena guia Basica de WordPress aqui les dejamos un link de referencia Ver Guia. Fuente (http://www.scribd.com/)
-
Tutorial FLASH – Crear una cuenta atrás con ActionScript 3.0.
En este tutorial vamos a explicar como crear con ActionScript 3.0 una cuenta atrás progresiva que indica el tiempo que queda hasta una fecha dada. COMO HACERLO. El código va en el primer y único fotograma y no se necesitan archivos ni clases adicionales. El usuario introducirá la fecha final de la cuenta atrás en
-
Tutorial FLASH – Aplicar estilos CSS con ActionScript 2.0
Desde Flash Player 7 podemos aplicar estilos CSS a cajas de texto generado como HTML. Para ello tenemos a nuestra disposición la clase StyleSheet en AS 2.0 y AS 3.0. En este tutorial vamos a describir su uso en la versión del lenguaje 2.0 Ver tutorial