Flash and Action Script 2

  • Loading HTML-formatted text in a dynamic text field

    Loading HTML-formatted text in a dynamic text field

    Although it is very easy to format your text at authoring time, it is not the case when you load text dynamically in a dynamic text field. The best way to format your text in that case is to use HTML. The following tutorial shows you how to format and load HTML-formatted text in a…

  • Local Connection Actionscript – Communicate between seperate Flash files | Tutorial

    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…

  • 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

    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)

  • Write On Text Effect

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

  • GOTO AND LEARN

    GOTO AND LEARN

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

  • Creating a Contact Form in Flash Using AS3

    Creating a Contact Form in Flash Using AS3

    Our latest tutorial will teach you how to create an email form for your visitors to send you a message without having to leave your website. This tutorial uses AS3 URLLoader Class and a PHP script to create the contact form. You can view the tutorial