• About
  • Verse
  • Code
  • Sketch
  • Pix
  • Blog
Donline: The Personal Blog of Don Citarella
« Scotch Tape People Flash File Uploader (Updated) , »

New Action Styles

June 17th, 2007 by Don News

I got a little tired of the format for External Links, Downloads and Updates, so I decided to create this series of graphics to be used on Donline. This should help with organization of content much better and reduce the number of emails from n00bs asking me how they can download files, writings and actionscript examples.

Click the image on the top left to see, in order from top to bottom, the new graphics for: External Links, Downloads and Updates.

2 Responses to “New Action Styles”

  1. Marcel Says:
    August 15th, 2007 at 1:47 pm

    Hi,

    I got your great flash uploader! But how can I change the allowed filesize and spcify filetypes like .ai .psd

    Thanks
    Marcel
    The Netherlands

  2. Don Says:
    August 17th, 2007 at 8:31 am

    Hi Marcel, Thanks for the compliment. Find the following line in the FLA:

    switch (typesArray[i]) {

    And add the following code after it:

    case “build” :
    var buildTypes:Object = new Object();
    buildTypes.description = “Build Files (*.ai, *.psd, *.indd, *.eps)”; (You can add whatever extensions you want)
    buildTypes.extension = “*.ai; *.psd; *.indd; *.eps”;
    allTypes.push(buildTypes);
    exts.push(”ai”, “psd”, “indd”, “eps”);
    break;

    Republish the flash.

    Then, in the index.php file that holds the flash, change the types variable to either:

    fo.addVariable(”types”, “build”);

    or add it to a list of suitable types:

    fo.addVariable(”types”, “video|text|pdf|image|audio|build”);

Leave a Reply

  • Categories

    • Code Examples (12)
    • Illustrations (5)
    • Journal Entries (28)
    • News (119)
    • Photography (24)
    • Poetry (11)
    • Prose (5)
    • Sketches (8)
  • Archives

    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
    • December 2006
    • November 2006
    • October 2006
    • September 2006
    • July 2006
    • June 2006
    • April 2006
    • March 2006
    • January 2006
    • June 2005
    • April 2005
    • February 2005
    • September 2004
    • February 1999
    • January 1999
    • December 1997
  • Links

    • era//404 Creative Group, Inc.
    • SwissMiss
    • Fischler.org
    • Picture Calendar
    • My Flickr Page
    • My MySpace Link
    • My Friendster Page
    • My Faceparty Link
    • Citarella.net
    • Venice
    • Spain
    • France, Switzerland, Germany
    • England
    • Ireland
    • Fuse Number 8
    • My Facebook Page
    • My Maddened Mind
    • Prague
    • Vienna
  • Meta

    • Login
    • Valid XHTML
    • XFN
    • WordPress

Copyright © 2007 donline. All Rights Reserved.
Entries (RSS), Comments (RSS). Valid XHTML, CSS. Proudly powered by WordPress