topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 6:23 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: What is needed?  (Read 8925 times)

Ruffnekk

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 332
  • Uhm yeah...
    • View Profile
    • RuffNekk's Crypto Pages
    • Donate to Member
What is needed?
« on: January 26, 2007, 01:28 AM »
I'd like to get started on Flash programming, but can you advise me on what I would need (software/tools)?

Thanks!
Regards,
RuffNekk

Programming is an art form that fights back.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: What is needed?
« Reply #1 on: January 26, 2007, 08:04 AM »
There are some reasonable open source flash actionscript ide stuff.. i think some links are posted in the dev corner thread..  this section could benefit from some links so if you find some please do post the links.

Arjen

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 93
    • View Profile
    • Codingspace.org
    • Read more about this member.
    • Donate to Member
Re: What is needed?
« Reply #2 on: January 30, 2007, 11:12 AM »
This article gives a nice introduction on how to get started with programming in Flash with open source tools (Eclipse IDE, MTASC compiler and others).

I just installed it myself yesterday. I promised mouser a while ago to post something on the MTASC compiler, so maybe this is the right occassion? :-}


Ruffnekk

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 332
  • Uhm yeah...
    • View Profile
    • RuffNekk's Crypto Pages
    • Donate to Member
Re: What is needed?
« Reply #3 on: January 31, 2007, 01:10 AM »
This article gives a nice introduction on how to get started with programming in Flash with open source tools (Eclipse IDE, MTASC compiler and others).

I just installed it myself yesterday. I promised mouser a while ago to post something on the MTASC compiler, so maybe this is the right occassion? :-}

Okay that went well, but I run into one problem: I have to have access to the Macromedia Flash core classes. Any suggestion how I can get this without buying Macromedia Flash?
Regards,
RuffNekk

Programming is an art form that fights back.

Arjen

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 93
    • View Profile
    • Codingspace.org
    • Read more about this member.
    • Donate to Member
Re: What is needed?
« Reply #4 on: January 31, 2007, 03:07 AM »
You can use all the "basic" ActionScript classes with MTASC.

If you want to use the MX components (GUI components etc.) you need to have a license. If you want to build a GUI in Flash you could use an open source alternative like AsWing.

You can view or download all the Flash documentation here. I recommend downloading the ActionScript language reference!

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: What is needed?
« Reply #5 on: January 31, 2007, 08:09 AM »
If you want to build a GUI in Flash you could use an open source alternative like AsWing.

I have used OpenLaszlo with some success in the past. You may want to look into for building GUIs.

OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and, with OpenLaszlo 4, DHTML. The OpenLaszlo APIs provide animation, layout, data binding, server communication, and declarative UI. An OpenLaszlo application can be as short as a single source file, or factored into multiple files that define reusable classes and libraries.