Current Features

Blame Bush #73: No Catwoman Love
Disappointment with Jimmy Carter
Gouverneur Morris
America: A Christian Nation?
Ya Gotta Have Faith!
Not-Hearing: Two Examples
The Paradox of Public Advertising
Cleave; Sanction
Doomsday Clock: False Authority Fallacy
Politicians and Their Children
Eric Boehlert Knows Inner Motives!
What is the Purpose of Democracy?

Read the Front Page

Topics

Big Brother
Blogging
Computers and Technology
Crime and Punishment
Education
Entertainment
Europe
Everything You Know is Wrong
Faith and Philosophy
Faith and Politics
Features
France
Fun
General
Happy Stuff
Health
History
Human Rights
Humor
International
Iraq
Left Versus Right
Media Bias
Personal Notes
Politics
Product Reviews
Quick Alerts
Quixtar
Racism
Science
Science Fiction
Sexuality
Sick & Wrong Department
Society
The Arab Street
The Arts
The Church of Gaia
Travel
Words, Words, Words
Your Money

Archives

January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003

Search


The Blogosphere

BitsBlog
Beyond the Rim
Common Sense and Wonder
Dissecting Leftism
Drive-Thru Musings
FunMurphys.com
Insignificant Thoughts
Insomnomaniac
Investor Blogger
Iowa Geek
La Shawn Barber
The Littlest Apologist
Mark D. Roberts
Quixtar Blog
Quixtar Sucks
The Right Scale
Sinking in Quixand


Macromedia Flash MX 2004 Professional Sucks

Intemperate rant follows...

Loathe it. Simply loathe it. Completely counterintuitive. Starts to break down when you move beyond anything but the simplest effects. Things that work in preview mode don't work in test mode. Things that work in test mode don't work in preview mode. Crashes fairly frequently -- save early, save often. Built-in scripting language is lame, lame, lame. User interface likewise. Documentation alternates between overly terse and vague, and labyrithine.

This is worth $700... why, again?

For example, here is a short tutorial -- and not one of the official ones -- telling how to make some text fade in or out. Should be simple, right? Even if you don't know what's going technically, look what the author is saying:

Now here is the "Secret" part that is never clearly explained. When you converted the text box to a Movie Clip, Flash added this new Clip to the Library. Now you need to open this new Clip to edit. Unlike Dynamic text boxes, you must right click the text box in the clip and "again", Convert to Symbol. Make it another Movie Clip, that is also added to the library. You don't have to go into this clip. Just stay in the first one, and make your fade tween on this timeline. The trick here is to convert the text box to a movie clip, "twice".

Yes, you must do something twice in order to make it work. It's a "secret" the documentation doesn't tell you. Why? Even this author apparently has no clue. He probably spent a day or so trying to do it and discoverd it by pure chance. Software should not be this way.

Here's another one, telling the user not to set a certain percentage to 0% or 100% -- two of the most obvious settings -- because things will work weird if they do that:

You want to set the Alpha to 1% because of a limitation in Flash in handling Alpha tweens. There is a bug that causes the object being tweened to change size slightly when Alpha tweening from zero or 100%. Sometimes the image will be seen to 'Creep', or jump a little bit. So start at 1% and only go to 99%. This stops the problem.

Yes, of course. We all would have thought of that.

The thing that bothers me most is that I can see how this software should be designed, and dearly want to replace it. Sadly, that's an unhill battle. I don't have time to go head-to-head with the leading competitor in some software category because I want to just need to make an 8-minute demo of something.

I have more experienced Flash users looking at these problems. They're scratching their heads, too. Perhaps they will find some simple thing I'm doing wrong, and then I'll feel great about Flash. But it's looking extremely unlikely at this point. I've wasted days trying to get Flash to do some really simple things.

Lame. Lame, lame, lame, lame, lame. Lame!

Comments

flash mx2004 is the worst piece of s**t software i have ever encountered. it wont open old flas, and by old i mean flash 6!

disgusting.

Posted by: bhb on January 21, 2005 05:39 PM

Maybe you just aren't smart enough to use it. A bit too difficult for you is it? Don't know how to use ActionScript effectively? It just sounds like you're pissed off because you're too lame to actually use Flash properly.

The "can't open folders" problem is mainly an issue with pirated versions of the software... but I guess you're not going to admit to that one.

If you don't like it get a refund.

Posted by: Nutrox on March 15, 2005 12:01 AM

Well, flash is only for small animations, i don't think it is for all the site (though some ppl use it like that). Course the engine still needs to be re-designed in order to became more powerful and versatile. It won't be a problem if macromedia adds more programable functionality to it, withought taking the design organic of course.

Posted by: BraBo on May 19, 2005 06:27 AM

Hi,

Sitting down here desiging a site and have been searching for 'normal mode' for the last one hour when all of a sudden I found out it no longer existed. I 'm switching back to MX now. I'm a designer...not a programmer...I use photoshop and add movement to still graphics, etc...

Macromedia have really screwed this one up for the graphic designers...

If you're a flash programmer...good for you, but I'm not. People like us rely on some help...

No longer can I do a simple:

on (release) {
gotoAndPlay (xxx)
}

Definately a step backwards.

I hope Macromedia fixes it.

Posted by: on May 22, 2005 08:19 AM

Speaking about the FORMS portion of mx2004. I've been a vb programmer since v3 and various other languages. It's a far cry from vb, as you have to use action script to do really anything a mid sized application would need to do. I say mid sized as the amount of data being handled.

From the pathetic datagrid, to the use of any of the canned components. Any data over like 1000 records and say 5 to 8 columns kills the commponents - ie. flash return with a message "This is a slow query would you like to stop it or continue with the possibility of locking up the application" THIS is displayed
to the users in the final .swf file.. haha...

The SOAP protocol is not useable as well with large datasets - to some of the books created for this mess I give some credits the authors that plainly state this in the beginning... NOT FOR LARGE DATA handling, maybe that is why all the examples are of like 100 records or less... doh.

The flash remoting actually works fast on large data.....

Flash Forms does not allow you to change the cursor easily like in VB or any other language and also no easy way to open a file browser to open or upload a file from the swf... I understand some securites but there ways to do this.

Also you can't change the printer object properties.. so if you know it's going to be a landscape etc you can't change it for just that print... arrrggg

The datagrid sucks.... period, it takes everything as ascii ... won't do much good trying to sort numbers. No text wrapping in it either.

Every step I take in development of a program takes soo many run arounds and clawing for each step to get a decent application.

Oh yes it's not resolution independant.

You need dual montitors (i have 2-21") to do any real work in this application as it's frames and layout size takes up alot of space.

The worst about all of this is the documentation is extremely poor. They don't give you enough information on how things really work. the dataset, recordset are black boxs... no way to tell how to access these components... the live docs are riddled with questions about squat and the examples are a joke, very little or comprehensive exmaples... or examples with bugs..

Very dissapointed here, I started with coldfusion mx6 and it was a pretty good development tool. I sold my local office with this and said we could go far with this forms version professional so i bought 5 copies of studio mx and 4 copies of mx7
and boy i'm busting my crack (have one other sucker working on this project with me) on making this whole thing work.

Not talking about cf7 flash forms... even worse of a mess - especially the documentation.

If any MM cares to email me and get specifics I can give you a long long list as I'm working on this "Real" web application for a my very large employer. :)


Posted by: Rob on May 25, 2005 11:06 PM

Well, it finally happened. I finally upgraded to MAC 0S X 10.4 and was so excited to finally install Flash MX 2004 on my computer and begin running through the software and checking out the latest and greatest from Macromedia. However, I was highly discouraged with what I encountered. I teach graphic design, web page development, and interactive multimedia at a small community college in Western Maryland. I began using Flash back with Flash 4, moved through 5 and MX with little to no problem. Last semester, the interactive class used Flash MX in the lab along with Coldfusion in the Advanced Web class. Students who downloaded the software either legally or illegally forewarned me of the differences in MX and MX 2004. Their warnings were not complimentary. I know enough Java and JavaScript to be dangerous, but I too am a designer, and like most of my students am not too keen on wanting to become a programmer, at least not until now!! Removing the Normal Mode from the ActionScript Panel is the single most ridiculous thing I have noticed with this product. Sure you can handle the simple things through the Behaviors panel like dragging a movie clip around, but what if I wanted to check on a collision with another movie clip and change it’s property or get its current property to manipulate it? With that, I’m back to the ActionScript window for “Expert” programmers. With MX, I could concentrate on the logic of my commands rather than the syntax. Now, I find myself jumping back and forth to the Help Menu and I’m not nearly as productive. What gets me the most, is that we are upgrading to Flash MX 2004 for this coming Fall semester and even with the textbooks we use, the ActionScript portion appears to be, as some one else so aptly put it “lame.” A wise person once said, “if it ain’t broke don’t fix it!” For Christ’s sake, if you wanted to type huge scripts with 10 to 15 functions, good for you, that’s what Expert Mode was for in MX, but for the rest of us, especially students just using this software for the first time, Normal Mode was nice option for folks daunted by the thought of scripting something in the first place. Please someone tell me that while Adobe and Macromedia our contemplating becoming bed buddies, that MM will admit to their error and create some damn plug-in or update to this ActionScript nigtmare before August!! Meantime, I’m reinstalling Flash MX!!

Posted by: Jim on June 17, 2005 12:30 AM

To all you frustrated Flash MX 2004 Users:
I recently stumbled upon this blog of angry and frustrated Flash MX 2004 users while trying to find answers to my own frustrating Flash questions (You can find my personal contribution in box 21) . But after posting my complaint I still wasn’t satisfied. I wrote Macromedia to ask them first of all, why did they do this? And second, are they gonna fix it? I really honestly didn’t expect a response but I DID get one (see below). I wanted to pass on this information and encourage everyone to PLEASE respond to Macromedia by filling out their online Feature Request/Bug Report Form:

http://www.macromedia.com/support/email/wishform.

I think their response (listed below and on their website) to the issues of Normal Mode gone in action scripting is lame but if enough of us complain they just might listen to reason! I don't think improvements or added functionality in the behaviors panel is going to suffice. They need to put it back the way it was!!!! I mean, seriously!! (and let me vent here a little more) new car manufacturers don't move the gas peddle just because they think they like the design! Why the HECK did they move/remove the Normal Action Script menu!!!!

Macromedia’s E-mail Response:
Date: Sat, 18 Jun 2005 02:10:03 +0800

Hi Dawn,

Thank you for contacting Macromedia Technical Support.

I understand that you seek technical assistance about the Normal mode in Flash MX 2004. Where is Normal mode in the Actions Panel?

In previous versions of Flash, you could work with the Actions panel in either normal mode (in which you filled in options and parameters to create code) or expert mode (in which you added commands directly into the Actions panel). In Flash MX 2004 and Flash MX Professional 2004, Normal mode is no longer available. Instead, you can use the new Behaviors feature to add groups of actions that perform common scripting functions, or you can use the improved, in-context help resources which provide detailed instructions for using each Actionscript command. Also, dragging commands from the Actions toolbox into the Actions panel or using the Add (+) button to add commands to a script is still supported.

For example, using the behaviors for playing a movie clip at a specific frame or label is much easier than using the Normal Mode equivalent. In this case, the dialog box that appears to allow you to select the options for the code is much more approachable to most new users than the Normal Mode. We recognize that not every action is replaced by Behaviors, but that will come in time as we expand this solution.

If you wish to have the normal mode returned on future versions of Flash, I suggest that you send a feature request using our feature request/bug report form available at

http://www.macromedia.com/support/email/wishform.

Let me know if this information helps.

Regards,

-Cleo
----------------------------------------
Cleober Sinues
Flash MX 2004 Level 2 Technical Support
"Flash MX 2004 Emerging Issues"
http://www.macromedia.com/support/flash/ts/documents/mx_04_emerging_issues.htm

Posted by: Dee on June 20, 2005 12:20 PM

I hate flash, too.

I only tried to code a simple floating text box, a "ticker".
how to change the pointer to a hand? it's described somewhere in the deeps of the help. but it doesn't work (of course).
wanted to rotate textfields: they simply disappeared.
wanted to alpha textfields: no reaction.

I simply don't look through their fuzzy concept with "stage" and movie templates and so on.
I like to code using c, c++, delphi, html, php and so on. everything works fine after some hours studying the manuals and references.
But with flash I think I'll never go right. It's complicated and doesn't behave like I expect at all.
what the heck are the tools, which are used by authors of real good flash movies?

Posted by: Karl on September 25, 2005 10:00 AM

Flash MX requires so many things in order for everything to fall into place. I'd have a better time MS Paint.

Posted by: Jay on October 14, 2005 11:49 PM

And MS paint doesn't make movies. I can't even get my background to go in BACK of my characters. Instead they just go in front of them. An idiotic program, a waste of time and money, and a completely disorganized toolbar. I despise this.

Posted by: Mr. Timmy on October 14, 2005 11:56 PM

Add your two cents...

The comment rules will apply. Please post only once.

















« Unintended Consequences | Front Page | Page Two | Anthony Flew's 'Conversion' »