Blog

  • AtlMMUG August Meeting Thursday, Aug. 14th

    Announcing the August Meeting of the Atlanta Macromedia User Group

    WHAT: Dreamweaver Templates and Flash Remoting
    WHEN: Thursday, August 14, 2003
    6:00 – Pizza (provided by our hosts Fig Leaf Software)
    6:30 – Meeting
    WHERE: Fig Leaf Software
    11 Piedmont Center
    Suite 610
    Atlanta, GA 30305
    (http://training.figleaf.com/figleaftraining/Locations/Directions-
    GA.cfm)
    Note: Use the 9-12 building entrance (the entrance with a guard at the
    light that is closest to Buckhead/GA400) and sign in with the guard.

    PLEASE RSVP with Leif (leifwells@mac.com) so we can get a proper pizza
    to person ratio.

    Topics:

    Introduction to Dreamweaver Templates
    During this session you will learn how to create and program
    Dreamweaver Templates which help to maintain consistency across your
    site and allow for easy site-wide updates. Also we will investigate how
    Dreamweaver templates can be invoked by Macromedia Contribute to create
    a simple to use, inexpensive, content-authoring system.

    Developing Rich Internet Applications with Flash Remoting During this presentation you will learn how to create powerful Internet
    applications using Flash MX and Flash Remoting MX to connect to
    ColdFusion.

  • Cloning non-primative datatypes in Flash MX

    I got it.

    It’s asyncronous, but I got it. Still, that’s better than the dangerous recursive versions.

    Had an idea about how to clone an object in Flash MX as there was one Class that I remember actually copied an object: LocalConnection. I figured this out almost a year ago when we all tried to pass a connected NetConnection object to other Flash movie’s hoping they could share it (since NetConnection’s don’t come cheap in Flashcom). Ultimately, it was a failure because, just like SharedObject’s, when you save a class to it, it strips it of any known linkage to its derived class (unless you use Branden Hall’s trick [don’t have link handy]).

    Anyway, read on for the code…

  • Ping Pong, Matrix-Style

    Via <a href=”http://www.freaksauce.com/”>Freaksauce</a>.

    I’ve been depressed the past 2 weeks, but this made my morning over coffee.

    <a href=”http://www.astercity.net/~tobik/pingpong.html”>Hilarious</a>

  • Flashcom User Sounds Component

    Treat 3 of 4 (another in the works)

    This component was in response to a thread on Flashcom about having sounds occur when a user logs in and logs out. I also have it making a sound when the user changes their name. You can modify which sound plays with what event. Server-side, you can add more events if you wish.

    <a href=”https://www.jessewarden.com/downloads/user_sounds_component.zip”>FCS User Sounds – ZIP</a>