Slashdot Mirror


Flash and Open Source

Anders Schneiderman asks: "I'm involved in a project that's planning to create open source toys for educating people around complicated policy questions (e.g., policy on prescription drugs). We'd really like to use Flash as our main language, but we're concerned about the fact that the major Flash development tools cost $500--more than some of the community group folks we want to involve can afford. I took a look at Sourceforge, and while there are plenty of projects that offer ways to create Flash for free, there didn't seem to be any v.1 general development tools. Did I miss something? If you want to build Flash and you don't want to pay $500, how do you do it (aside from copying somebody else's, which as Bill Gates told us is just bad, bad, bad)? And if there aren't any powerful open source tools for it, any thoughts on why?"

188 of 568 comments (clear)

  1. Don't use flash by pe1rxq · · Score: 2, Informative
    And if there aren't any powerful open source tools for it, any thoughts on why?

    Maybe because most open source people (me included) tend not to like flash?????
    Seriously if you are going to use flash you will also need someway to view it right? That means you have to get a system capable of viewing flash.... Which means that your nice community effort is going to rely on commercial software.

    Go with something completly free (the speach kind), it will safe you a lot of money!

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
    1. Re:Don't use flash by oozer · · Score: 3, Interesting

      It is regretable that Macromedia haven't either supported alternative OSs or even released an OSS flash player. However, if you wanted to produce multimedia content for the web, what other options are available? The only thing currently available thats even comparable is Shockwave and most Flash users wouldn't consider touching that.

      Even when browser developers start supporting the open SVG standard the questioner will still find himself with the same problem because SVG just specifies a vector format to display static images. Animation can be achieved my means of Javascript (yeh, I know you probably don't like that either) manipulating the DOM. Even so, few multimedia authors want to write Javascript.

      If you look at the huge number of projects listed on SourceForge or Freshmeat you will see very few that involve rich graphical user interfaces like the Flash developer environment. We all agree that free software developers are as smart as commercial developers (many of them are the same people just working in their spare time). The lack of multimedia development tools in the 'free' arena is really down to the fact that they are a bitch to write and people that are developing software for fun would rather write something that is useful to *them*.

    2. Re:Don't use flash by dragonfly_blue · · Score: 2, Informative

      I agree that sometimes Flash is pretty annoying, but for certain types of applications I can understand why someone might want to use it. Don't flame this guy for investigating what might be appropriate options for his purposes, especially since there are tools such as Ming for PHP, which allow you to generate some pretty goddamned cool-looking Flash files without owning the Macromedia authoring program. Did I mention it's open source?

      --
      Free music from Jack Merlot.
    3. Re:Don't use flash by wickidpisa · · Score: 2

      Maybe because most open source people (me included) tend not to like flash?????

      More importantly, the open source people with the technical skills to write a flash implementation are not interested in it. The Macromedia developers that developed Flash probably don't use it much either, but they were paid to do it. In the open source community people write things that will benefit them, and the people who want a free version of Flash tend to be the kind that are not able to write one, whereas the people who are able to write it are not that interested.

  2. Nothing Found by kerneljacabo · · Score: 5, Interesting

    This is a problem I've hit before. Unfortunately the open source community hasnt produced any Flash development tools since many users of OSS are anti-flash. This is mainly due to the fact that no matter how glitzy, Flash is still not supported by the W3C as an accepted internet standard. Plus PHP works wonders with graphics. Nevertheless, maybe it's time we asked Macromedia to help us out??

    1. Re:Nothing Found by pe1rxq · · Score: 4, Interesting

      I don't think its the W3Cs fault....
      The problem is that 99.999999% of the flash you encounter on the web is waste of bandwith.
      Most OSS users don't like 'glitzy' they like the actual content which is absend on nearly all flash sites.

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    2. Re:Nothing Found by dmarien · · Score: 2, Informative

      Are you aware of the existence of Flash Turbine?

      here

      My company's site is developed using it, and it's fully dynamic....

      Digitized Solutions

      --
      dmarien
    3. Re:Nothing Found by Technician · · Score: 5, Insightful

      As part of the intentionaly flash disabled, don't forget to put the content in a non flash format. A blank page is useless. I removed flash as it's a real drag on my modem connection and it's almost always for advertisements, not content. The signal to noise ratio is just too bad to justify re-installing flash.

      --
      The truth shall set you free!
    4. Re:Nothing Found by artymiak · · Score: 2, Informative

      Nothing?

      What about FreeMovie? Oh, you want a GUI tool. I'm available, and my rates are v. competitive. If anybody wants to pay me to write an OpenSource authoring tool, I'll do it.

      --

      Jacek Artymiak
      freelance consultant and writer
      master of many a page

    5. Re:Nothing Found by horza · · Score: 5, Informative

      Have you checked out Ming which allows PHP to generate custom Flash movies on the fly?

      Phillip.

    6. Re:Nothing Found by Bert64 · · Score: 2, Insightful

      Especially those "splash pages", even more so if theres no text link to bypass them, for example http://www.andromedatv.com/
      I use linux on a non x86 architecture, there is no flash plugin for my system, and in the case of the above site, everything beyond the stupid intro (ie: the actual content) works perfectly in mozilla, the same is true for most sites, but it`s impossible to get past the bandwidth-wasting splash page. When there is a good cross-platform flash plugin that can be compiled alongside mozilla, i may change my mind..

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:Nothing Found by 56ker · · Score: 3, Funny

      "The problem is that 99.999999% of the flash you encounter on the web is waste of bandwith."

      replace the word flash with everything and you'd be on the mark!

    8. Re:Nothing Found by igrek · · Score: 2, Informative

      Go to Tools->Internet Options->Security->Custom... to disable ActiveX/plugins.

      If you want to uninstall Flash completely, see this:
      How to remove the Macromedia Flash Player ActiveX control

    9. Re:Nothing Found by ErikZ · · Score: 2

      Version .2a? Are you kidding me?

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    10. Re:Nothing Found by Deluge · · Score: 2

      "Has anyone figured out how to uninstall Flash from Internet Explorer"

      The easiest way, aside from following the instructions on macromedia's website, is to simply delete everything in C:\WinNT\System32\Macromed. I think the macromedia method of uninstallation would actually let the system know that flash had been uninstalled, and so IE would ask you if you want to reinstall it on every flash page. When you just delete the macromed folder, flash never shows up and never asks to be installed either. Simply beautiful. Now if I could only figure out how to make QuickTime plugin stop asking to install, cuz I don't want it!

    11. Re:Nothing Found by Lemmy+Caution · · Score: 3, Interesting
      Most of the references to open-source would-be work-alikes are made by people who never actually used either the tool or the tool it's imitating. Someone on this thread actually suggested xfig as a viable workalike for Visio! (Now I've actually used xfig *and* Visio *and* dia - dia is a viable Visio replacement, but *xfig*? Obviously, someone who hasn't used Visio, and may not have used xfig, made that recommendation.) People have recommended gimp as a workalike replacement for Photoshop - which I think would be OK for many uses *now*, but this was back in the pre-1.0 days - mrproject as a replacement for MS Project (no fucking way), and so on.

      It's almost embarassing when I try to load up one of these pre-alpha putative workalikes and try to use it. Not that I hold it against the developers: at the very worst, they are using the project to learn something, very few make premature claims about their pet projects, and sometimes, as in the case of the Gimp, the projects grow up to be impressive, useable applications. But the peanut gallery here has no compunctions about premature recommendations without the benefit of experience.

    12. Re:Nothing Found by FattMattP · · Score: 2
      The problem is that 99.999999% of the flash you encounter on the web is waste of bandwith.
      Which is why I disabled Flash on my system. You can do it too:

      http://www.macromedia.com/support/flash/ts/documen ts/playerfaq.htm#one_six

      --
      Prevent email address forgery. Publish SPF records for y
    13. Re:Nothing Found by nzhavok · · Score: 3, Insightful

      Actually the flash movies in howstuffworks are quite good for ther kids. I especially liked the WWII nuclear bombs.

      Click to explode Little Boy

      Click to explode Fat Man

      Seriously thou, flash has uses, it's just too overused in most places.

      --

      He who defends everything, defends nothing. -- Fredrick The Great
    14. Re:Nothing Found by quintessent · · Score: 2

      With my bandwidth, the ads don't hurt too much. But they can be really annoying when they distract you with too much movement. Even worse, it's often impossible to stop them. One day soon, I may join you at at the weekly Flash Recoverers meetings.

    15. Re:Nothing Found by satanami69 · · Score: 2

      I've found a more fun way to do it.

      First, you need to mark your "C:\$WINDOWSVERSION\Downloaded Program Files" as a read only folder. This will keep the install box from appearing if IE doesn't find Flash installled. If you mark it as read only, any install on demand option for IE won't work. This isn't a bad thing at all. If you don't know what folder this is, open IE, go to Tools->Internet Options. Click on Settings. Click on View Objects and the folder that opens it the one you need to mark as read only.

      Next, create two .BAT files. The first one you can call disbale_flash.bat, it should contain:
      pause
      c:
      cd "c:\winnt\system32\macromed\flash"
      del Flash.ocx

      You can only use disable_flash.bat when IE has been closed, otherwise you get a sharing violation.

      The next one requires that you made a backup of Flash.ocx with the name Flash.ocx.bak. I called this enable_flash.bat and it contains:
      pause
      c:
      cd "c:\winnt\system32\macromed\flash"
      copy Flash.ocx.bak Flash.ocx

      This will re-enable flash. You can have IE open, but you will need to refresh the page.
      I've only tested this on WinME and Win2k, but it should work.

      --
      I really hate Dan Patrick.
  3. SVG by tburke · · Score: 5, Informative

    SVG is a W3C approved vector graphic and animation XML language. Development tools for it are coming right along. There is a good series about SVG on XML.COM. The author demonstrates many flash features using SVG.

    1. Re:SVG by killthiskid · · Score: 2

      I'm on the SVG band wagon myself. I'm using Cold Fusion to generate dynamic SVG pages from a USGS database... maps on the fly! SVG is open, easy, and with Adobe plug-in, decently supported.


      Sorry I don't have an internet accessable example to show.

  4. Get an educational license... by wrinkledshirt · · Score: 3, Insightful

    If you need Flash, students or teachers can usually get a copy for a reduced amount (under $200 US). Just make sure that this isn't commercial development you're doing.

    --

    --------
    Bleah! Heh heh heh... BLEAH BLEAH!!! Ha ha ha ha...

  5. Non-Macromedia Flash tools by Animats · · Score: 5, Insightful
    What is the state of non-Macromedia Flash tools?

    Flash is a well-designed format, and the format is known and documented. It could be used for more things. I'd like to see a PowerPoint replacement that used Flash, for example. PowerPoint files are incredibly bulky; Flash is compact. Plus, you could put your presentations on web pages without much hassle.

    Flash is also useful for user interface design. Many video games use Flash for the 2D API. That approach could help the open source community transition from bitmap-based to form-based APIs.

    And just having a good open-source draw program for when you need a diagram on a web page would be a big help. It's annoying that Linux documentation seldom has useful diagrams. And if there are diagrams, they're raster images that can't be usefully edited. A good Flash-based lines-and-boxes program, like early Visio, would be valuable.

    Macromedia's tools have a keyframe animation mindset, but that's not inherent in the Flash format. It's just a Macromedia bias. There are lots of interesting things to do with Flash and its object stream / event stream format.

    1. Re:Non-Macromedia Flash tools by NulDevice · · Score: 5, Informative

      Flash is not a good user interface design tool.

      There's really no such thing.

      If you need to be redesigning a UI in order to get the job done, then you're probably missing something in your app design. You want your users to presented with something they immediately recognize - you don't want them to have to figure out where they have to click and what each funky abstract blinky thing does. It's a bit different with games - those are supposed to be playful, not necessarily usable. But if you're doing stuff for a non-entertainment purpose - stick to the standard widget sets.

      Let's face it: a scrollbar is a scrollbar for a reason, and a bunch of graphic designers workign independently aren't especially likely to come up with a better replacement.

      Flash: good for some things. Animation? Yep. AV syncing? Yep. Designing widgets for navigating your website? Nope.

      --

      ----
      "I used to listen to Null Device before they sold out."

    2. Re:Non-Macromedia Flash tools by Jordy · · Score: 2

      I actually went to a presentation where they had a fully interactive presentation done in Macromedia Director (Flash's big brother.)

      Director apparently has a feature to import PowerPoint presentations so they may be jazzed up with interactivity (a mock of an application in the presentation I was present at) and all the other neat Director features.

      The only problem I could see is the ability to print out a presentation, something PowerPoint allows with ease, may prove difficult with Flash or Director.

      --
      The world is neither black nor white nor good nor evil, only many shades of CowboyNeal.
    3. Re:Non-Macromedia Flash tools by jpc · · Score: 2, Informative

      hmm, no, flash is not a well-designed format. And although there is some openness to the spec, there is not much (like Java, you never know where ti is going next, like adding the Sorenson video codec to the latest version).

      WHat is wrong with it? Well, it doesnt have decent generic matrix transforms for a start. SVG is better from this point of view. And there is more once you start to look at it

    4. Re:Non-Macromedia Flash tools by daviddennis · · Score: 2

      Despite all the opposition I see from others, I have to chime in to agree.

      I was asked to do some PowerPoint presentations, and I said "How about Flash instead?"

      Fortunately, my employer was open-minded enough to let me give it a try, and I must say it worked out quite well.

      I am seriously thinking of redoing my main page in Flash, primarily because it would be compatible with Netscape 4.x and the latest spiffy browsers. Flash seems to be more cross-platform than anything. It's not perfect, but sadly neither is Dynamic HTML.

      My only real problem has been a combination of lack of time and lack of Flash for MacOS X. The latter finally came out, so it may be about time for me to exercise my creativity a bit.

      Unless someone can convince me otherwise ...

      D

    5. Re:Non-Macromedia Flash tools by 4im · · Score: 2

      A good Flash-based lines-and-boxes program, like early Visio, would be valuable.

      What's wrong with xfig?

      Not flash, but definitely a good and useful vector-based drawing program.

    6. Re:Non-Macromedia Flash tools by Lemmy+Caution · · Score: 5, Funny

      And HTML is not compatible with people who live in places without electricity or telephones, which is a substantially higher figure both in relative and absolute terms. Anyway, when you have a specific audience in mind, Flash is fine. And it is almost impossible to do what can be done in Flash in DHTML or its equivalents, with any kind of ease. Unless you want to actually link to a working alternative for that kind of interactive, dynamic multimedia format.

    7. Re:Non-Macromedia Flash tools by daviddennis · · Score: 3, Interesting

      Since my web pages contain enormous amounts of text and are largely based on my hobby photography, interests in video and the like, they are really best viewed with graphical browsers.

      Most graphical interface designs, no matter how designed, have little to no mercy on text browsers. I would be better off having:

      In a hurry? Text mode | Search [ ]

      (flash page)

      That might serve everyone effectively. I really need to put my sprawling pages in a database, but I just don't have the time. My other problem is that my pages are all formatted differently - there should be something that ties them together. But again, time's a huge problem.

      I should consider server side includes, I suppose.

      At any rate, I really should do something soon, since the only way to properly view my main page right now is Netscape 4 :-(. Oops.

      D

    8. Re:Non-Macromedia Flash tools by Lemmy+Caution · · Score: 2

      You are assuming that the goal of the interface is an application that manipulates documents. Flash is a poor choice for that sort of application. If, however, the idea is to create a unified interactive multimedia presentation that can organize its interface using visual cues in order to communicate its point, that can smoothly script the interactions of a variety of media, then Flash is an excellent choice. The trouble is, most geeks think all learning is the adoption of propositions and the assignation of truth values to them, so they have no sense of how other modalities are used to communicate.

    9. Re:Non-Macromedia Flash tools by Animats · · Score: 2

      What's wrong with xfig [xfig.org]? The pop-under for Discover credit cards. Grrr.

    10. Re:Non-Macromedia Flash tools by civilizedINTENSITY · · Score: 2

      Not unlike the problem some print authors have with the WWW. They want to control your access in a linear fashion. The idea of following hyperlinks is adverse to the concept of plot development. But we have the tools, and we process info differently now. Likewise, the web page as printed page model is stuck in many peoples minds. Hey, I love lynx. Don't get me wrong. But there really are more modes of presentation that those that use a scrollbar ;-)

  6. Re:what?? by thenextpresident · · Score: 5, Informative

    Actually, no they wouldn't get sued, and Flash rather open. In fact, there is Ming, an extension for PHP, and even FreeMovie, http://freemovie.sourceforge.net/, which is currently moving to support the following:

    FreeMovie/C#
    FreeMovie/Java
    FreeMovie/Perl
    FreeMovie/PHP
    FreeMovie/Python
    FreeMovie/Rebol
    FreeMovie/Ruby
    FreeMovie/Tcl
    FreeMovie/VB
    FreeMovie/VB.Net

    So the real question is, "How do you want to flash today?"

    --
    Jason Lotito
  7. Flash is bad. mmkay? by bravehamster · · Score: 4, Insightful
    The most obvious reason is that from what I can tell, most geeks don't _like_ flash. There's several reasons why, but the most obvious to me is the name. Flash, flashing lights and glitter, style over substance. Most Flash sites on the web use it for absolutely no reason at all, other than to look cool. I really don't need to see every link I put my mouse over expand and fade away.


    While there are some practical uses for Flash, these are few and far between, far outnumbered by the idiotic uses. This is why there's no opensource flash tools.

    --
    ---- El diablo esta en mis pantalones! Mire, mire!
    1. Re:Flash is bad. mmkay? by Skidge · · Score: 2, Insightful

      While there are some practical uses for Flash, these are few and far between, far outnumbered by the idiotic uses. This is why there's no opensource flash tools.

      Practical use for Flash: Getting the sales and marketing people to buy into your web site.

      "Oooh, Shiney!" == "We'll pay for it!".

    2. Re:Flash is bad. mmkay? by realgone · · Score: 4, Insightful
      There's several reasons why, but the most obvious to me is the name. Flash, flashing lights and glitter, style over substance.

      Might as well say you don't like GNOME because the name implies it's gonna be short on the usability front.

      There are tons of good uses for Flash. (I say this as both a designer and coder who uses the app every day, mind you.) For those times when the experience is the content, rather than just the conduit for it, Flash provides a tidy, cross-platform (with obvious exceptions) and server-independent way to deliver exactly that. Just because the Geocities EULA mandates that all user must abuse the hell outta it doesn't necessarily make it bad.

      *ZIP* Okay, there. All done pissing in the wind... =)

    3. Re:Flash is bad. mmkay? by Beowulfto · · Score: 2

      While I agree that Flash has been/can be/is overused, there are some great uses. A good friend of mine really likes Flash because he can create some amazing interfaces with very reasonable download times. His latest project is creating a StarTrek interface for an episode guide. (TrekVideos.com Warning: Flash player required) He is fairly artistic and the end product is more important than how he archives it. He also can code and is ecstatic about being able to control the output of Flash via PHP to create dynamic sites. I can't wait to see what he will do next! So there are specific uses that are acceptable, not just people abusing the medium with the HOW overpowering the WHY.

      --
      There's no point in being grown up if you can't be childish sometimes. -- Dr. Who
    4. Re:Flash is bad. mmkay? by Mr.+Slippery · · Score: 2
      "While there are some practical uses for Flash, these are few and far between, far outnumbered by the idiotic uses."...

      ... "While there are some practical uses for P2P sharing software, these are few and far between, far outnumbered by the illegal uses."

      Because the first statement is true, while the second is false.

      Further, no one is talking about throwing people who use Flash idiotically into jail.

      See the difference?

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    5. Re:Flash is bad. mmkay? by Compuser · · Score: 3, Insightful

      I do not mean to flame but it is exactly the
      sites where "experience is the content" that
      draw the ire of people like myself. You either
      have info on your site or you don't. Many people
      like the web design circa 1994 (grey background,
      black text, blue links). The mere existence of sites
      where "experience is the content" is why people
      like me say that the web is in a state of decay,
      if not already commecialized into oblivion.

    6. Re:Flash is bad. mmkay? by Alsee · · Score: 2

      here are tons of good uses for Flash... For those times when the experience is the content, rather than just the conduit for it

      Noooooooo!!!!!!! You stole my Karma!I had planed to write up a whole big article explaining why we (geeks/nerds/hackers/programmers/OSS/whatever) hate flash and aren't making tools for it. I was looking forward to writing up an awsome insightful+5 interesting+5 post on it, and you go and RUIN EVERYTHING by outclassing all my arguments in one elegant sentence.

      Damn you! Damn you to hell! I WANT MY KARMA!!

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    7. Re:Flash is bad. mmkay? by Odinson · · Score: 2
      I must agree.

      Just becuase there are tons of stupid (and hysterically funny) flash cartoons out there doesn't mean it doesn't kick ass for Cisco's entire certification curriculum.

      I'm sure anyone who has taken any CCNA class will agree, it's at least very good.

      One problem, I would hate to be Cisco(or someone alot poorer) if Macromedia ever achives global bundling status. The closed source shakedown would commith hard and fast. (que: High hat, wa wa, 70's chase music)

    8. Re:Flash is bad. mmkay? by Compuser · · Score: 2

      Um, we are getting a bit off topic but I will
      reply anyway. I never said I wished for the web
      circa 1994 merely that I liked the layout circa
      1994. Your point about search engines is moot
      because it is precisely the bad organization of
      stuff within a web site that prevents search
      engines from doing their job (flash, database
      driven backends etc.).
      ---
      /totally off topic/
      The nice thing about the early web was that all
      it had was content with "blink" tags as the most
      offensive piece of "eye candy". In other words,
      signal to noise ratio was high. The down side was
      that the signal itself was pretty low. Now the
      signal is higher but signal to noise is awful
      and getting worse. What is worst is that "signal"
      has seemingly saturated but noise is still growing.
      This is why I said that the web is degenerating.

    9. Re:Flash is bad. mmkay? by realgone · · Score: 2
      Sigh... okay, okay. Let me get the basket of apples and oranges out of the garage, cuz it looks like it's comparin' time again. =)

      The simple fact that a site exists does not necessarily mean its primary (or even secondary) purpose is to communicate quantifiable little bits of information to someone in the most efficient manner possible. In some cases -- an interactive artist's portfolio, to use a self-serving example -- how the site communicates is as/more important than what it communicates. (Kinda the same way you'll go to a swanky restaurant both for the ambiance and the food. Presentation still counts for a lot sometimes.)

      But, yes, you're right -- there are tons of sites that slap completely unnecessary layers of Flash crap over what should be simple informational resources. And those people should be covered with honey and fed to rampaging packs of wild boars. But to deny a portion of the population legitimate use of a tool just because some other maroons decide to misuse it -- hey! That almost sounds like the other end of the whole DeCSS mess. Cool! =)

  8. Re:Flash... by ZxCv · · Score: 4, Insightful

    No, incompetent developers that overuse Flash are what suck. Like a lot of things, Flash is an awesome tool, but only when used appropriately.

    --

    Perl - $Just @when->$you ${thought} s/yn/tax/ &couldn\'t %get $worse;
  9. Cheap, cheap flash by KFury · · Score: 4, Informative

    Don't use flash for a large-scale project, please. It's only going to make your trainging and maintenance costs skyrocket. HTML is open-source and is highly capable.

    However, if you want cheap flash, the educational price for Flash MX is $99. Enroll in a community college course. Maybe a flash course... You'll need it. :-)

    1. Re:Cheap, cheap flash by jsimon12 · · Score: 3, Interesting

      The problem with the educational version of Macromedia's Flash and Shockwave is it pastes a "This is an education product" tag on everything you create. Granted you could hack that out, but I don't think doing so is exactly legal.

    2. Re:Cheap, cheap flash by KFury · · Score: 2

      Really??? I have the educational version of Flash 5 and I didn't notice that...

    3. Re:Cheap, cheap flash by I+Want+GNU! · · Score: 2

      Yes, that is cheap. But if you actually read the license, you would notice that it is only for educational uses, such as learning how to use Flash. Designing a commercial website with it is in violation of the license. You might as well tell the person to go download Flash warez.

    4. Re:Cheap, cheap flash by KFury · · Score: 2

      To be clear, the restrictions don't say it's for educational use only, but rather that it's not for commercial use. This is an importnat distinction, especially when the person is looking for a product to use for a public open-source project which seemingly isn't a commercial venture.

  10. Re:Flash... by Night+Goat · · Score: 4, Insightful

    It doesn't sound like the guy's using Flash to make a web site, rather to make a set of "toys" which I imagine would stand by themselves and be little programs that people would use. I would imagine that these programs might be used in a presentation or something, something private where it can be assumed that all viewers will have Flash installed.

  11. Re:Flash... by the_2nd_coming · · Score: 5, Insightful

    dude. the ability to make embeded apps that work better than Java and are more powerful than Javascript is invaluable.

    I got a buddy who is doing a web development class and he chose flash for his app so that the User does not need to download a new page everytime a serverside script updates information.

    faster than Java, nice looking than Java, and has all the power of a serverside script without all the page reloads....NICE!!!!

    --



    I am the Alpha and the Omega-3
  12. Flash ain't easy by mblase · · Score: 5, Insightful

    Being a beginning Flash developer myself, I can attest that it's probably next to impossible to produce a full-bore "budget" tool to create Flash files.

    This isn't HTML we're talking about here. Flash files use coordinated timelines, compressed files, and loads of user interaction to do what it does, and it's not cheap. You can't just open the source code and peek inside. It's probably going to be some time before any open source project can produce the complexity Macromedia's put into six versions of their product.

    As others have pointed out, though, you don't really need to use Flash. 99% of the time it's just that: flash, pretty animations which are implemented badly by non-professionals in order to make their site look cooler than it needs to. Most people honestly just want the information. You should consider this.

    However, if you're persistently determined to use Flash, then I'd recommend buying a used copy of an Flash 4 on eBay or somewhere. It's certain to be better than any of the open source products currently available.

    1. Re:Flash ain't easy by K. · · Score: 3, Informative

      Actually, it wouldn't be too hard to read an swf file into a textual format, the format is relatively simple and well-documented. (I think there's a free software utility that does this, as a matter of fact.) The authoring format is closed, however, and more complex.

      As I said elsewhere, I think that part of the reason there isn't a free Flash package is coz the format itself isn't completely free but under the control of Macromedia. But it is relatively well-understood and easy to output.

      --
      -- Proud descendant of semi-nomadic cattle-herders.
    2. Re:Flash ain't easy by JudasBlue · · Score: 2, Insightful
      This isn't HTML we're talking about here. Flash files use coordinated timelines, compressed files, and loads of user interaction to do what it does, and it's not cheap. You can't just open the source code and peek inside. It's probably going to be some time before any open source project can produce the complexity Macromedia's put into six versions of their product.

      Like open source hasn't been able to produce image processing programs (GIMP), word processing programs (AbiWord among others), and bloody entire operating systems for christ's sake.

      _Obviously_ these things are so much simplier than producing flash. But, interestingly, coffeecup sofware has been able to produce tools for the format. I guess they are rocket scientists compared to us open source folk.

      Who modded this post up and why?

      --

      7. What we cannot speak about we must pass over in silence.

    3. Re:Flash ain't easy by G-funk · · Score: 2

      Who modded this post up and why?

      Probably because he's right. Writing a flash clone could quite easily be on a par with writing an operating system, and if Flash had an interface on par with that of the Gimp, the company would be broke.

      --
      Send lawyers, guns, and money!
  13. Re:DON'T DO IT! by the_2nd_coming · · Score: 2, Troll

    dude
    you can use flash to develope powerful clientside applications that load faster and look nice than Java and there is no need for serverside crap so no reloading the webpage.

    --



    I am the Alpha and the Omega-3
  14. Macromedia keeps it proprietary. by jbum · · Score: 5, Insightful

    The reason Flash isn't more "open source" is because it is ultimately a proprietary technology under the tight control of the Macromedia company. Although Macromedia has released a publicly available description of the internal flash file format, this in itself does not an open-source standard make:

    * The description Macromedia released is incomplete in some areas, and has not been kept up to date with more recent versions of Flash.

    * I've used Macromedia's documentation to write a Perl library that outputs and modifies flash movies. I've found format to be highly optimized for playback unfortunately; you can't do much to modify existing movies in interesting ways (aside from moving existing elements around the screen, rearranging letters and so on).

    * Macromedia has not released a description of the Flash *project* file (thus giving them a tight reign over authoring tools). Significant information is lost when a project is published in the (documented) flash format - information that would lend itself to making more dynamic and interesting sites.

    * Macromedia likely does not view the prospect of 3rd party authoring tools as being a good thing, since Macromedia is largly an authoring tools company.

    Finally, I'm a bit perplexed why you would choose Flash as a good tool for educating people about "complicated policy questions" - this strikes me as something that would be served better by a more dynamic text-oriented approach (such as a Slash-code based site).

    One of the problems with Flash is that it doesn't lend itself to sites which have a large amount of interaction between their users and the site authors. You can do it, but it's a huge pain-in-the-ass.

    So I'm assuming you want to create a flashy presentation, and not much else.

    1. Re:Macromedia keeps it proprietary. by GrouchoMarx · · Score: 2

      Have you used echo.com? They're moving servers at the moment (natch), but once they're up again check them out. Their an audio streaming site that is entirely JSP and Flash, and is extremely well designed. They only downside is that they do browser checking and reject non-NS4/IE browsers. But their use of Flash as an interactive page design system is amazing.

      --

      --GrouchoMarx
      Card-carrying member of the EFF, FSF, and ACLU. Are you?

  15. More info by MAJ+Rantage · · Score: 5, Informative

    The W3C SVG page may be found here. Probably the most popular browser plug-in is made by Adobe and you can get it here (RedHat 7.1 and Solaris 8 versions of the plug-in are somewhat hard to find but are still available).

    You might also wish to check out some of Adobe's demos. Jasc has a Win32 app called WebDraw that can come in handy, too.

    1. Re:More info by Psiren · · Score: 3, Informative

      The plugin crashes my (0.9.9+) mozilla build. Oh well, easy download, easy delete ;)

    2. Re:More info by ostiguy · · Score: 2

      I don't think so. I think you can build a version of moz that supports it, but it is not it the current builds.

      And the adobe plugin in for moz doesn't render everything properly the way ie's does. oh well

      ostiguy

    3. Re:More info by Salsaman · · Score: 2
      I think mozilla is planned to have native SVG support. Here's a link to the mozilla SVG project.

      http://www.mozilla.org/projects/svg/

    4. Re:More info by civilizedINTENSITY · · Score: 2


      Windows users (*sigh*) can download a version that has both SVG and mathML support.

      The latest 'unofficial' Windows build with SVG and MathML support can be found at ftp://ftp.mozilla.org/pub/mozilla/nightly/latest-t runk/mozilla-win32-svg-mathml.zip.

      From Mozilla SVG Project:

      The Mozilla SVG implementation is a native SVG implementation. This is as opposed to plug-in SVG viewers such as the Adobe viewer (which is currently the most popular SVG viewer).

      Some of the implications of this are:

      • Mozilla can handle documents that contain SVG, MathML, XHTML, XUL, etc. all mixed together in the same 'compound' document. This is being made possible by using XML namesspaces.
      • Mozilla is 'aware' of the SVG content. It can be accessed through the SVG DOM (which is compatible with the XML DOM) and manipulated by Mozilla's script engine.
      • Other Mozilla technologies can be used with SVG. XBL coupled with SVG is a particular interesting combination. It can be used to create graphical widgets (I wonder when we'll see the first SVG-based chrome!) or extend Mozilla to recognize other specialized languages such as e.g. CML (chemical markup language). There are samples of these kinds of more advanced usage patterns on croczilla.com/svg/.


      Especially intriguing to me are the SVG chrome concept, and potential CML support. It's be nice to see mathML and CML pave the way for open free methods in academia :-)
  16. Not open source, but much cheaper. by mahlen · · Score: 3, Informative

    You could try Swish, which does text effects (among other things) quite well and is only $50.

    mahlen

    "The carrot is the agent of the coleslaw." -- Berkeley Bob

    1. Re:Not open source, but much cheaper. by crisco · · Score: 2
      I'd agree, for knocking together a presentation, Swish may be a better authoring tool than Macromedia's.


      Others have pointed out some decent alternatives, SVG, DHTML and Java applets would all let you add some glitz to your presentation.


      Whatever you do, enforce a separation of style from content, it is possible in any of the above mentioned technologies. This might even allow you to provide multiple versions from the same content base (something concerning policy on perscription drugs might be very useful to the blind and the physically handicapped)

      --

      Bleh!

  17. bad bad bad? by JPriest · · Score: 2

    No flashkit and other have an open source flash movie section, there are slightly cheaper closed source products such as SWiSH and Macromedia has a 30 day trail or Flash FX availible for download. but overall this question is _kind_of_ like asking "we would like to build a Visual C++ project but can't afford Visual C++"

    --
    Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
  18. Flash is Style over Substance, Usability Nightmare by John_Booty · · Score: 2, Insightful

    Flash is hell from a usability standpoint. It does away with many of the notions that the web was founded out - consistant interfaces, as well as the page-based metaphor. Flash essentially "breaks" the browser controls people have finally learned to use (the back button, URL bar, etc etc).

    I'm sure Flash could be useful in cases where animation is actually necessary - animated diagrams and the such. But the cases where such a thing is actually CALLED FOR are extremely rare.

    All in all, Flash epitomizes style over substance. Just don't do it. There's really no good reason to.

    --

    OtakuBooty.com: Smart, funny, sexy nerds.
  19. SWiSH by robbway · · Score: 2

    Swish is a Flash tool that only costs $50 for a basic license and has a free demo for you to decide. Macromedia Flash files can be saved in .swf format. It is not fully featured Flash, but may handle your needs.

  20. Re:Flash is Style over Substance, Usability Nightm by John_Booty · · Score: 2

    I just wanted to add one thing...

    Think about why people will be using this web site. Do they want pretty? Or do they want information? If they wanted pretty, they'd watch a movie or take acid and stare at some vintage 70's wallpaper. :)

    You should try to make the site attractive, of course- but don't forget your #1 priority which is (or should be) usability and information. Any compromise to make the site flashy is a detriment to what your site set out to accomplish.

    --

    OtakuBooty.com: Smart, funny, sexy nerds.
  21. Re:Flash... by orangesquid · · Score: 2

    Java and SVG should cover about everything Flash does, anyway...

    --
    --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
  22. Flash is the right medium for this... by deviator · · Score: 3, Insightful
    Anyone who has ever actually looked at Flash or its development tools will tell you that there's really nothing else like it on the market right now. I think open-source advocates react strongly to it simply because it's so proprietary. You can develop stuff in Flash that looks *identical* on multiple platforms (despite browser differences) and fits in a minimum of space.

    Flash (the development tool) enables people to create relatively complex animations and interactive sites with amazing ease. Flash itself is not to blame for usability problems on websites - check out http://www.homestarrunner.com and tell me that site isn't easy to navigate. :)

    Until there are real, viable alternatives to Flash that have 96% browser penetration (this statistic is from Macromedia, of course, so it may or may not be 100% true) then it'll be the best tool for the job.

    (Someone suggested PHP as an alternative? You really think doing this stuff in PHP will be as easy without any GUI-based tools??)

    1. Re:Flash is the right medium for this... by TheTomcat · · Score: 2
      • No place in Homestarrunner's target market.


  23. Hmm... by SlashChick · · Score: 5, Insightful

    Please read the whole comment before moderating...

    As I understand it, the question can be translated as:

    "We're developing a new education product in Flash. Instead of hiring developers to help us design the interface, we would like to call it 'open-source' so we can get people to work on our product for free. We're really too cheap to even supply a basic development tool to our workers, so can we mooch off someone else's work by using a free product?"

    Please forgive me if I'm assuming too much, but it really sounds like you want someone to have duplicated Flash and put it on the market for free. Now, having stated something that could be considered "flamebait", I will give you some advice.

    -- Don't use Flash. I know that a lot of the tech-heads here on Slashdot will say this as enitre comment and get moderated up for it. I happen to not use Flash, but I do also happen to realize that there are very valid reasons for using it, and that education is one of Flash's core markets.

    If you are not willing to pay your developers or at least buy them a tool for their work, use HTML. Most likely, the people on this project will already have a preferred HTML editor, which will enable you to just use CVS or another versioning system to check in the documents.

    What bothers me about this whole post, though, is that it epitomizes the "bottom-feeder" attitude of companies that really want to profit from people's hard work without paying those people for that work. To avoid this, I would recommend gathring a core development team and paying for the tools that you believe that team needs. Then, you can release your product so that the masses can update it, with the caveat that the people updating it will need a development tool that they will have to pay for on their own. Everyone goes home happy: you sell a product, your development team gets paid a small amount plus experience, and your customers can update the product on their own accord and with their own tools.

    Open-source software usually fulfills a need of the developer(s). I would say that the reason that there aren't free Flash development tools is that either a) Flash is such a good product that the people who use it are willing to pay for it or b) not that many people feel a need to use Flash. It's probably some of both.

    Another thing: how do you release a Flash product as "open-source"? Do you distribute your product's SWF files to the target audience? I'm not sure how that would work. Is this something you have considered?

    I apologize if I read too much into your statement. I hope that you really did have good intentions and weren't just riding on the "free [as in beer] is cool" bandwagon. I'd appreciate a good response from the original poster or someone who is involved in a similar project. At face value, it seems that there are a lot of "holes" in this project plan that haven't quite been addressed.

    1. Re:Hmm... by anderss · · Score: 4, Insightful

      I wrote the original post, and I'm glad you asked the questions you did; I'm sure other people are wondering the same thing. Here are my answers:

      1) Profit? Not exactly.... I work for the Service Employees International Union, not a company. I have lots of reasons to use an open source strategy, but making money isn't one of them.

      2) I'm definitely not trying to scam work/money off of anyone. In the first phase of our plan, we're going to work with a vendor to build the first round of tools, and obviously all the developers involved will have Flash MX.

      3) One of the reasons almost all Flash you see is advertising or a waste of bandwidth is that most of the people who'd like to use it for educational work are scared off by the amount of work & skill it would take to do it well. We'd like to see how far we can reduce this barrier. Our plan is to build several interactive educational toys, and then we're hoping to use what we learn to figure out what code, etc. we can write that would make it easier for us as well as other nonprofits to use Flash/Java/SVG/etc for interactive education.

      4) After we've got a core of paid work done, I'd like to make the project as enticing as possible to volunteers (although we'll still pay for some development). Many of the nonprofits who would do a kick-ass job of building educational policy toys can't afford programmers, so most of their work will have to be done by volunteers, and most of these nonprofits can't afford to spend the money to buy a bunch of copies of Flash--these are shops where they get new PCs every 5-8 years. There are also lots of volunteers who may want to help us out because they like the politics of the project. Although I can convince the Top Brass to give me some money to buy Flash for some of them, it won't be enough to cover all of them, and I don't want to have volunteers not be able to work on this project because the cost of the tools is so high.

      5) Whether we use Java, Flash, SVG, or a mix of these for different projects, I want to do this as an open source project with, eventually, lots of volunteers involved, because I hope to use this as one of several campaigns to convince the union movement to embrace open source. Most large unions--and for that matter, most large nonprofits--spend a lot of money buying proprietary systems from vendors, often getting ripped off in the process. If we could start to get that money flowing into open source projects, we could easily build many of the tools smaller nonprofits need but can't afford.

      This injection of cash would also help solve some of the major problems open source faces, particularly on the desktop, in obtaining wider acceptance. Although things are _much_ better than they were a few years ago, a lot of open source software is still too hard to use, has user interfaces that aren't designed for people who don't get computers, and the user manuals are often crap. If we could harness only a tiny amount of the money unions and large nonprofits spend on software, we could radically change this, because it's something we could convince them to pay for--"if you pay $20,000 for a UI facelift, you get the other $100,000 worth of software for free."

      So relax, dude; this isn't bottom feeding. I'm just trying to get this dinosaur turned around in the right direction.

      In Unity, Anders Schneiderman Information Manager SEIU International

    2. Re:Hmm... by Anthony+Boyd · · Score: 2
      Whether we use Java, Flash, SVG, or a mix of these for different projects, I want to do this as an open source project with, eventually, lots of volunteers involved, because I hope to use this as one of several campaigns to convince the union movement to embrace open source.

      Well. Having clarified, it appears to me that Flash is definitely not what you should be using. It simply is not synonymous with Open Source. As others have mentioned, Macromedia has only offered a spec for a small, outdated part of Flash. The full, up to date spec has not been released. And it's been a few years. In addition, they certainly have not open-sourced the code to their Flash apps. About the only way to do Flash in an Open-Source manner would be to use the PHP libraries to serve it up. This would, of course, require you to abandon any kind of graphical development environment.

      In addition, other slashdotters mentioned that using Flash to answer policy questions is excessive. I am of two minds about that. First, a simple search box and a neatly formatted results page is all anyone needs to explain policy. So it would appear to me that you want to make a bigger deal out of your area than it really is. If this is the case, give up on your idea and go back to something simple. However, I acknowledge that an extremely competent, genius-like group of artists, animators, audio engineers, and writers could come up with a be-all, end-all app. This app would, perhaps with cartoon-like storyboarding, run someone through policy in such a way as to make it entertaining, easy, and fast. If this were possible, it would quickly become a commercially-viable application that HR departments at every company would buy. If this is the level at which you and these volunteers perform, don't listen to naysayers. But if it's not, you need to rethink your plan.

  24. Is your target audience on lower-end PCs? by neophase · · Score: 4, Insightful

    If you're aiming your educational site at:

    - students / low-income people using the browser PCs at the local public library (usually an older box donated by someone)
    - the disabled (the visually impaired often use audio text readers / large fonts)
    - non-geeks who may not know what a "plug-in" is, where to get it or how to install it
    - people on a slow connection (DSL / cable modems are not available in many rural neighbourhoods)

    then you DO NOT want to use Flash, because you will block out a large part of your target audience.

    If you insist on Flash content, have a dual site - Flash and non-Flash - and make sure the main page is accessible to a text-only browser like Lynx, so people using audio readers / slow links can actually read your page.

    --
    ==================================
    neophase
    1. Re:Is your target audience on lower-end PCs? by sandidge · · Score: 3, Informative

      - students / low-income people using the browser PCs at the local public library (usually an older box donated by someone)

      And? Never seen a simple Flash animation use up much CPU unless you're doing complicated computations, which it doesn't sound like he plans to do.

      - the disabled (the visually impaired often use audio text readers / large fonts)

      You mean text readers like FlashMX supports, or large fonts a la vector graphics that you can zoom in on and not lose resolution?

      - non-geeks who may not know what a "plug-in" is, where to get it or how to install it

      The same non-geeks who most likely use IE, where the plugin is either already installed or auto-installed if not present?

      - people on a slow connection (DSL / cable modems are not available in many rural neighbourhoods)

      Inconsequential if the flash is designed correctly. Since it can play as it's downloading all the end user would have to do is wait a couple of seconds. Considering the use/target audience for this, the animation is something they're coming specifically to see meaning they'd be willing to wait.

    2. Re:Is your target audience on lower-end PCs? by logicnazi · · Score: 2

      I think the point the above posters were trying to make is that flash is as well designed for speed/compression etc.. as you can reasonably expect for an *interactive graphics format*. Sure html is way faster (and should be used if all you want to do is communicate text) but it doesn't do animation/processing. If you don't want to do that don't use flash.

      --

      If you liked this thought maybe you would find my blog nice too:

  25. Re:Flash... by rkgmd · · Score: 3, Interesting

    Yes, but how secure is it? Java is arguably slow because it goes to great lengths to define and manage untrusted code. If any turing-complete language like flash is used (note that javascript uses a restricted function call model, and, therefore, is possibly provably secure), we typically want to see some guarantees. I find it surprising that folks haven't dug deeper into flash vulnerabilities (I am sure there are tons of them; even java, with its well-defined vm+runtime, class, and security definitions had security issues). Sun and others don't seem to push the original safe mobile-code benefits of java anymore probably because java is currently finding its niche in server-side environments where mobile code and byte-interpretor performance are probably not an issue (because one can always use jit's, can trust server's own code, etc.). Currently, flash seems to have found its niche as a replacement for animated gif's, and I am very scary about the security implications.

  26. Re:This is ridiculous by Anonymous Coward · · Score: 2, Insightful

    nope. flash is not a usability nightmare. it's very easy to make usable, and attractive sites based on flash.

    the problem with flash is that it's a _functional_ nightmare. it's impossible to make information rich sites using flash, or deep link using flash.

    if you find that certain sites rendered using flash are unusable, don't blame the hammer. blame the carpenter.

  27. More Info on Flash by PineHall · · Score: 3, Informative
  28. Well by MisterBlister · · Score: 3, Insightful
    There are actually various ways you can create Flash presentations for free. Macromedia themselves even have an SDK (free as in cost, not Free Software) you can use to generate Flash files without having to buy the full Flash application.

    The real question is where are the *easy to use, end-user* Flash-making apps...And that question sort of answers itself. Most OSS developers aren't interested in end-user, easy-to-use, GUI-heavy tools. I mean, OSS is just now getting to the point where there are halfway decent Office-style applications...And Flash, while somewhat widely used, is much more niche than Office apps.

    To pose a question back at the original author -- why are you looking to Flash for this functionality? I'm not anti-Flash as like 95% of Slashdot seems to be, but for what you're doing it seems like you could do it in browser-neutral DHTML and still have a really slick interactive tool. What is Flash bringing to the table for you?

    1. Re:Well by MisterBlister · · Score: 2
      (free as in cost, not Free Software)

      And what exactly do you think people mean by "Free Software" then?

      Tends to depend on how long their beard is and often on the frequency in which they shower.

  29. Re:This is ridiculous by maelstrom · · Score: 4, Insightful

    I'll agree and add that how do you expect to have flash indexed by search engines like google? Many information sites get most of their hits from people searching for the information, it would be foolish to ignore these people. :)

    --
    The more you know, the less you understand.
  30. *whine* Flash *whine* by Enry · · Score: 2

    You whiners shaddap. The question was asked, and instead of whining about how bad Flash is, just answer the friggin question.

    So, here's my answer:

    Get Apache, PHP, and the Ming libraries, located at http://www.opaque.net/ming/.

    Ming lets you create Flash animations from within PHP that can be either saved (to reduce CPU load of regenerating the flash each time) or dynamically written so you can do things on-the-fly with it.

    I used it to write up some crappy animations on my home page for my relatives to see.

    Part of the problem with flash is it's overused, and the audio makes the apps take forever to load.

    For some really nice examples of what you can do with flash, take a look at joecartoon.com.

  31. NPD Research claims 98.3% have Flash by dstone · · Score: 3, Interesting

    I see some people posting here saying "oh, don't develop for Flash; nobody bothers to install those plugins". Well, I was curious myself, so a quick Google search turned up this: (from a Whitepaper on Macromedia's website(!), but the NPD Research numbers should be easily confirmable)

    "In December 2001, NPD Research, the parent company of MediaMetrix, conducted a study to determine what percentage of Web browsers have Macromedia Flash preinstalled. The results show that 98.3% of Web users can experience Macromedia Flash content without having to download and install a player."

    Take it for what it's worth. Seems amazingly high to me though.

    1. Re:NPD Research claims 98.3% have Flash by cpeterso · · Score: 2


      98% of users have Flash, but what percentage of gone out of their way to manually download and install Adobe's 2.5 MB SVG browser plugin? I did, but I have yet to find a real web page that uses SVG other than Adobe's small gallery of SVG examples..

  32. perl by Cally · · Score: 2

    Slashdot ran a story on an early Perl/Flash module... mustabeen... at least two years ago. As usual, the answer's Perl: now what's the question? ;)

    --
    "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
  33. Ask Macromedia to provide the Dev tools for free. by Gumber · · Score: 3, Insightful

    It sounds like you are involved in a worthy cause. Approach Macromedia about giving you the dev tools for free. They have to love the fact that you are creating more flash authors in the process.

  34. Open Source Flash Tools, Vector Tools, etc by rubberpaw · · Score: 5, Informative

    There are a few tools for Flash and Open Source, but they are pretty much code oriented. The first is Ming, which can be found at:

    http://www.opaque.net/ming/

    The second is libswf, created by SGI. I'm not sure of the status of the license, but the source _is_ available.

    ftp://ftp.sgi.com/sgi/graphics/grafica/flash/

    Both libraries are accessible from PHP.

    As far as vector tools, Sodipodi is an incredibly cool vector editor. Unfortunately, at this time it is only svg, but you may find it useful.People have for quite a while wanted flash for sodipodi, and all one has to do is tie the Open Source flash libs to the UI. But nobody has done it. Read a post about it on the Sodipodi web site.

    I hope you find this helpful.

  35. Re:This is ridiculous by Aerolith_alpha · · Score: 3, Insightful

    Untrue--flash is just like any other medium--the usability is based on how thoughtful your design process is.

    --


    mov ax, 13h
    int 10h
  36. Re:better than DHTML by cloudmaster · · Score: 2

    It's not better or more widely supported, it's just easier in that you only have to develop it once. There are plenty of DHTML libraries pre-written in ecmascript (javascript, jscript, whatever your browser calls it) that degrade nicely. Flash doesn't degrade - it either works or doesn't - unless you take the time to implement some extra code. At that point, you could've just set up a faster, easier ecma-based menu system.

    What ever happened to applets? Those work in more browsers and provide more flexibility... :)

  37. SVG by FIT_Entry1 · · Score: 3, Informative

    How about a nice alternative to Flash.

  38. What does your site stand for? by jsimon12 · · Score: 2

    This is somewhat off topic, but my question is what does your site www.seiu.org actually stand behind? Is there a page that clearly states your objectives? I see "current events", "get involved", "working family issues", but nothing that really states what your guys want and where you guys are going. This is only one /.'s opinion, but it seems a little more time spent on your message and content might be worth more time then prettying/messing it up with Flash.

  39. Re:Flash is Style over Substance, Usability Nightm by tps12 · · Score: 2
    Flash is hell from a usability standpoint. It does away with many of the notions that the web was founded out - consistant interfaces, as well as the page-based metaphor. Flash essentially "breaks" the browser controls people have finally learned to use (the back button, URL bar, etc etc).

    That seems only half-right. Things like the back, forward, and reload buttons, and the page metaphor (when not broken by forms...what's a button doing in a scrolling window?) seem to have been there from the start, but most of the consistent interfaces seem to have evolved slowly. Mostly I'm thinking about the "tab" layout, the locations of "log out" and "help," and that kind of thing. They definitely aren't part of the web's foundation, and only developed as the market's response to user confusion.

    I do agree with you about Flash though. Stupid stupid.

    --

    Karma: Good (despite my invention of the Karma: sig)
  40. coz it's too much work by K. · · Score: 3, Interesting

    A comparable flash tool to Macromedia's would be about as much work as an Illustrator clone before you added all the animation stuff. And all the while Macromedia could just change the swf format and/or introduce subtle incompatibilities in the player. (Though control of the standard may have changed recently, I stopped keeping track.)

    There are various free software packages that do interesting things with vector graphics. I forgot what Killustrator changed its name to, but I think it could output static swfs. Autotrace (free, does about the same thing as Adobe Streamline) definitely can (I wrote the first version of the swf output). Then there's Ming, which can be used with several languages to output swf. But you've probably already come across most of these.

    But if you're looking for a fully-featured swf authoring packages, just give up and nick Macromedia's, or hassle them for charity copies or something, coz otherwise you're SOL.

    --
    -- Proud descendant of semi-nomadic cattle-herders.
  41. Re:It crashes. by HeUnique · · Score: 2

    Just because it's closed it's "causing inconsistant stability"?

    And what makes you absolutly certain that if the Flash plugin was open source that someone will actually fix it?

    Just FYI, there are tons of places where you can get info how to develop a flash "player" - be my guest, write an open source plugin...

    --
    Hetz (Heunique)
  42. Flash -- Changes in a... by Crash+Culligan · · Score: 3, Interesting
    Important factoid to remember when looking at sources for Flash-compatible software: Macromedia makes the Flash plug-in for your users' browsers.

    Now that I drove that home, on with my story:

    Macromedia did try to open up the Flash 4 format so that other people could create software compatible with it. And in fact, LiveMotion was Adobe's entry into that market.

    This was Flash 4, though. They're now essentially up to Flash MX (read: 6), and the spec has grown significantly since then. The first big change was scripting from 4 => 5, and while I have no idea what they added from 5 => MX, but I'm sure it's sizeable. (Memo to myself: look into it, consider upgrading just because it might be fun to try some animation.)

    Remember, once again, that Macromedia makes the player plug-in, and if you base a site on Flash, you're still going to be at their mercy no matter whose development tools you use. And if you use someone else's tools, they may not keep up with Macromedia's changes.

    Now, it's doubtful that they'll do anything to break an animation when viewed through an older plug-in or browser, but there may be side-effects, and they will affect both usability and user perceptions of your site.

    Yes, I'll admit, this argument smacks of FUD, but sometimes the unthinkable happens.

    Barring my qualms against it, I'll side with everyone else who answered so far and recommend not using Flash to build a website because it can prevent normal navigation, SWFs can take a long time to play over slow connections (I'm still stuck on a 56K dialup--I know from whence I speak), and as of Flash 5, Macromedia's authoring environment had some seriously "avant-garde" (read: bad) user interface design philosophies. There are those who believe [really C|net news] the Flash-based web is not necessarily a good idea.

    The load speeds and display times could be the biggest issue, since web surfers have notoriously short attention spans.

    But that's just my opinion, as always. The salt shaker is to the left; take as many grains as you need.

    --
    You cannot truly appreciate Dilbert until you read it in the original Klingon.
  43. OpenOffice? by no+parity · · Score: 2, Informative

    Apparently, a Flash export for OpenOffice is planned.

  44. SVG and patents? by Micah · · Score: 2

    There's been some word that SVG is covered by someone's (Adobe's?) patent. Does anyone know if that is true? That would really suck...

    1. Re:SVG and patents? by Micah · · Score: 2

      Why would that have anything to do with SVG?

      From what I recall reading, SVG was patented by someone else. I realize that W3C decided to not standardize patented technologies, which is definitely a good thing. That could make SVG NOT a web standard.

    2. Re:SVG and patents? by KjetilK · · Score: 2
      Like another poster said, it is not all that well. There is at least plenty of room for FUD killing W3C recommendations. Basically, it was the work done on SVG, XML-Signature, P3P, etc that prompted the RAND discussion. So there are some recommendations where a few freeloaders want RAND licensing. In the case of SVG, IBM has a patent that may be remotely related to SVG. Kodak has a patent too, but they are so deeply into Batik it is hard to imagine them destroying all that to enforce their patent. Then there is Quark. I think I read the claims of this patent once, but I couldn't find a link. But I think it looks like they patented textbook exercises.

      Anyway, I would choose SVG over flash any day.

      --
      Employee of Inrupt, Project Release Manager and Community Manager for Solid
    3. Re:SVG and patents? by Micah · · Score: 2

      Anyway, I would choose SVG over flash any day.

      Except for the minor fact that most browsers don't support it yet... :)

      But thanks for the info BTW.

    4. Re:SVG and patents? by Mr.+Fred+Smoothie · · Score: 2
      Kodak has a patent too, but they are so deeply into Batik [apache.org] it is hard to imagine them destroying all that to enforce their patent.
      If their patent is of the "neccessary to implement the standard" variety, then it's easy to view their Batik work as aimed toward growing a large userbase of infringers to go after, thus recouping their investment in Batik development through infringement lawsuits. Their having given away code doesn't also mean they're giving away patent licenses. Remember, Unisys didn't start suing people until GIF had become the standard for images on the Web.

      People have speculated the same motivation for some of IBM's OSS WebServices work.

      --

  45. Open Source Flash Tools by artymiak · · Score: 2, Informative

    All I can recommend right now is FreeMovie or Ming or libswf. But if you want a GUI Flash design tool, you will have to wait. I do have plans for writing a Flash authoring application, but have to get FreeMovie 2 out of the door first. It also requires quite a lot of time and money to write such application, so you should not expect it to appear before X-mas 2002.

    --

    Jacek Artymiak
    freelance consultant and writer
    master of many a page

  46. cheap legal copy of flash for windows by Artemis+Entreri · · Score: 2, Informative

    Edu.com carries a discounted copy of Flash MX for Windows here. The original price is $499.99, but the edu discount brings it down to $96.95, but this is a Windows solution only. Not sure if this is the way you want to go.

  47. Re:Even when using MM products, it's not always id by cpeterso · · Score: 2


    but what percentage of your users have gone out of their way to install Adobe's 2.5 MB SVG browser plugin? Windows, IE, and AOL all bundle the Flash player for their users convenience.

  48. Re:Flash... by Trevelyan · · Score: 2, Informative

    works better then java

    have you have looked at the flash plugin files? in /usr/lib/mozilla/plugins:
    ShockwaveFlash.class libflashplayer.so

    how does something that is in java work better then java?

  49. Ridiculous and Moronic Gates reference by Ars-Fartsica · · Score: 2
    aside from copying somebody else's, which as Bill Gates told us is just bad, bad, bad


    No Bill Gates didn't invent the notion that theft is bad. This line is getting so lame and cliched. Come on folks, get a grip.

  50. Re:Flash... by mfeldstein · · Score: 2, Insightful

    faster than Java, nice looking than Java, and has all the power of a serverside script without all the page reloads....NICE!!!!

    Exactly. Let me add a couple of more reasons to this list.

    1. There's a relatively unified platform to write to. Forget browser-delivered client-side Java. It's way too much work and too heavy a download for the typical online learning application. And Javascript and DHTML vary according to browser. For some kinds of functionality, you can actually get broader compatibility with Flash, since it has come bundled with Windows and Mac browsers for ages now.
    2. It's the right trade-off between functionality and required programmer skill level. You don't need a full-blown Turing-complete object-oriented language for interactive online learning. Forcing yourself to write everything in Java is silly. On the other hand, being able to write a relatively rich (and stateful) client-side web app *is* helpful. With Flash, I have a tool that gives me the right level of power without having to find (and pay) programmers with more skill than necessary to use a tool that has more power (and overhead) than necessary.

    You guys who live in the world of the command line are very comfortable with plain text. Thus, you assume that everything is best presented to everyone in plain text. The fact of the matter is that people have different cognitive styles. If you're developing something to teach people, at least some of your audience will learn better through diagrams, pictures, simulations, and other sort of participatory (i.e., interactive) exercise. Flash can be very useful for this sort of application, particularly now that it has a real scripting language behind it, can use XML, and has some real interface widgets available to programmers.

  51. Section 508 by zmokhtar · · Score: 2, Informative

    More reasons NOT to use flash: 1) It doesn't print well. 2) It's not section 508 compliant, meaning it's not accessible so government websites won't link to you. 3) Not cross platform (I'm thinking PDA's and webpads)

    --
    Why aren't we told when editors moderate our posts?
  52. Take a look by SomeOtherGuy · · Score: 2

    my right arm to get back to the good old days of plain old fasioned text and hyperlinks -- or better yet a touch of content every now and then.

    Anymore with flash and banner ads everywhere the content begins to slip away. Plus I don't know how friendly flash sites are with search engines. You can't put a price on someone being able to fire up google and search for "policy on prescription drugs" and find your site. (I would trade that for flashy, bandwidth hogging eye candy any day!)

    --
    (+1 Funny) only if I laugh out loud.
  53. Confused: Open Source Vs Free Software by brianvan · · Score: 3, Interesting

    Apparently, the person who submitted the story was appalled at the costs of developing in Macromedia Flash tools, and wanted to find something that was free.

    It seems that person, however, did not wish to look at the source of whatever program he was going to use... he just wanted to have something that was free for use.

    This is the problem with Open Source AND Free Software. While Open Source software is a nice idea in some respects, it seems that everyone thinks Open Source is another word for free. It's not. Plus, you can derive a lot of benefits from selling commercial software that is Open Source... unless you have low-lifes out there that will compile the source and use the resulting commercial software at no charge. Judging from what computer geeks do with commercial MUSIC, it's not hard to imagine.

    And let's not forget the most sickening part of this all: this guy wants to use free software as a development tool in a commercial/business environment. Or, basically, profit off of someone else's hard work without having to put in any effort or support into the author's cause in a meaningful way. (come on, did you even think that this guy's company would send the author a thank-you card?) And there's absolutely no way in hell that there's any logical consistency in writing free software for business use.

    And you want us to PAY for this crap?

    1. Re:Confused: Open Source Vs Free Software by brianvan · · Score: 2

      I did, but it was unclear to me whether or not it was for business or for non-profit use.

      In the case of the latter, I would be wrong to say that this is a bad use of Free Software. Open Source really doesn't relate to the commercial or non-profit use of the software, at least in the way it's supposed to work. Still, I wouldn't want to troll against such a good concept.

      In the case of the former, I'm not wrong to state that there's little logical consistency in writing Free Software for business use. If you believe software should be free, but someone else is going to make money using the software you wrote, and you approve of that, you're morally inconsistent. It's a way of saying "Software should be free, but you can make money off of other things if you'd like." In that case, have a commercial-use license and a personal/non-profit-use license - one charges fees for usage, and one doesn't. That's the most logically sound solution. Netscape did it with success.

      Of course, the rest of the post isn't a troll... the submitter was talking about Free Software, but the topic was labeled Open Source. Trust me, if I made a mistake like that, people would be all kinds of down my throat... like you were with your post.

  54. Re:Why not try LiveMotion? by cpeterso · · Score: 2


    I heard that Adobe has recently abandoned Live Motion. Plus Live Motion is only for animation, you can't use ActionScript to make your movie more dynamic or use external data sources.

  55. Plugin woes by MAJ+Rantage · · Score: 2, Insightful
    It's funny... most of the bitching in here is how Flash needs a plugin to run (though that plugin is installed in 98% of the browsers).

    The W3C alternative that people on this site cream their pants over... requires a plugin.

    You have a valid point. However, here are two things to consider:
    1. Just because a large percentage of web browsers have a Flash plug-in installed doesn't mean that they have the most current plug-in installed. If you're using Flash 5 and the majority of your users have the Flash 3 plug-in...they're still going to have to install a plug-in. Again.
    2. With a solution like SVG, you can easily look under the hood and see how the graphics are being generated. You can quickly build other products to build SVG graphics on-the-fly (as I have, using ColdFusion) instead of having to take an eternity to kludge something together which may be broken when Macromedia comes out with Flash 7. When presented with the option of having to spend thousands more on development as opposed to a minor inconvenience to the user, most clients will choose the latter.


    The best solution, of course, is to have SVG handled natively by the browser. I'm not holding my breath.
  56. Re:Lingo is a nightmare..... by jdog44 · · Score: 2, Informative

    Uh, not to pick nits, but FLASH doesnt use LINGO.
    that is the language behind ShockWave.(Director)

    FLASH uses ActionScript, which has gone under some
    major changes in the last few releases.
    Mosty dot-syntax now, looks very much like javascript.
    The whole program revolves around Objects and inheritance, works as a programming environment now.

    --
    viral games, contageous fun. http://www.DaddySculpin.com
  57. Re:Developer/Designer needs input by killthiskid · · Score: 2

    I think that if you're going to be generating content for a web page, you're going to need to use things like, oh, I don't know--- line breaks!!!

    Good god man, you might as well have written one continous run-on-sentence.

  58. Score -1 (Offtopic) by jasno · · Score: 2

    Forgive me, as I have nothing useful to add to this discussion, but why is it that when anyone poses a question like this to a group of geeks, 90% of the responses are of the "Why would you want to do that, you idiot?" variety?

    Yes, we know you don't like flash. Fine. That wasn't the question.

    --

    http://www.masturbateforpeace.com/
    1. Re:Score -1 (Offtopic) by kindbud · · Score: 2

      Well, if this was a site oriented towards talk about guns and rifles, and someone posted a question asing how best to use a 30.06 to hunt quail, I think people would be justified in answering him with "Why the hell would you want to do that? Use a shotgun, you idiot."

      --
      Edith Keeler Must Die
  59. Re:It crashes. by Yohahn · · Score: 2, Insightful


    I'm sure, because it's my experience. Much like it is some of my peer's experience that Microsoft dosen't fix bugs.

    Here's some of the examples that feed my experience

    Examples of "closed" linux products with problems:
    nvidia drivers
    real player

    Examples of "open/free" linux products that have problems that get fixed:
    mozilla
    apache
    linux

    I'm not going to dedicate my resources to fixing a closed product that I have no desire to run, which may end me caught in some kinda software patent lawsuit. (I'm a novice to multimedia graphics programming)

    This is the problem with flash on Linux

  60. Flash sux... by diesel_jackass · · Score: 2

    I've rarely seen anything done in Flash that cannot be done with some hard-core DHTML and JavaScript. Especially if the user has IE5.5+/Mozilla.

    Seriously, check out DynamicDrive.com

  61. Re:why in the world... by TheGreenLantern · · Score: 2

    That's exactly what Borg...er..Bill Gates would say.

    --

    It hurts when I pee.
  62. You said it! by czardonic · · Score: 5, Insightful

    Finally, I'm a bit perplexed why you would choose Flash as a good tool for educating people about "complicated policy questions" - this strikes me as something that would be served better by a more dynamic text-oriented approach (such as a Slash-code based site).

    I couldn't agree more. Perhaps the reason why these policy quesitons remain complicated is that the people put in charge of creating educational tools have no clue about how to deliver simple, succinct answers.

    Flash indeed.

    --
    Takahashi Rumiko made beats! DON, taku, DON, taku. . .
  63. Re:DON'T DO IT! by cebe · · Score: 5, Informative

    There is a reason the BLINK tag is dead.

    that is not an accurate or mature attitude towards flash. yes.. the blink tag is dead, and for good reason, but in case you haven't seen any promotional websites for things such as movies or events lately, you might be interested in knowing that your version of the future of the web is boring. Yes, a good website is one that offers dialup and text only browsers lusers an escape trap, but flash has some very entertaining possibilities on the web. Of course it has no place on a site like slashdot.. but fine.. move on from sites that use it.. you are seriously missing out.
    I happened to have loved the recent E.T. website, completely done in flash. The sounds, images, and interactivity were very interesting.

    Sorry about your connection, or browser, or lack of interest in web media. It must be boring where you live.
    flaimbait? perhaps.

    As for the slashdot question,
    If you want to build Flash and you don't want to pay $500, how do you do it
    you do it with swish.
    it's not as fancy but it will do the basics.

    --
    You have paid for a total of 0 pages and so far 0 have been used up (0 today).
  64. Try SVG by schepers · · Score: 3, Informative

    Scalable Vector Graphics is a great open-standard, W3C Recommended technologies that can look just as nice as Flash. And the editing environment? Any text editor. There are also a couple of projects out there for making freeware GUI SVG editors (I'm making a Web-based one in SVG/JavaScript, myself), to make the process easier.

    One advantage to SVG is that you can separate out the content from the presentation using CSS and XSL. If you needed to translate your presentation into Spanish, say, you could simply change the source text (in XML), and the animations, fonts, etc. would stay the same. Since text in SVG keeps its textual meaning, and isn't converted into a meaningless vector image, the text is also searchable and can be copied and pasted.

    While this may be outside the scope of your project, you can also translate to SVG
    from MathML (I'm working on a project doing that right now, to make math tutorials), or represent ChemML graphically (see the SVG demos at Adobe ( http://www.adobe.com/svg/demos/main.html ).

    There's a great SVG-Wiki/FAQ at http://www.protocol7.com/svg-wiki/ .

  65. Trial by meggito · · Score: 2

    Just use the trial version. I haven't read through the licensing, but I don't think there will be any problems you can't get around. You may want to take turns registering it if you go past 30 days.

    The truth is, Macromedia would make more money if they sold Flash for less. The problem is, then everyday people would have it and they'd make crappy flash sites. By keeping it to the elite, they ensure that sites using Flash are fairly good quality (not may people would spend $500 and make a shitty site). This keeps the reputation of their project up. It also protects their trademark by keeping Flash less common, and keeping it from going the way of escalator(tm).

  66. Stoning by guttentag · · Score: 3, Funny
    "Anders Schneiderman, it is the judgment of the community that you be stoned into oblivion for uttering the word... Flash. Ow! Oof! Wait! Stop! We haven't started yet. Who threw that rock?"

    It was him! Him!

    "All right. Why did you throw that rock before I gave the signal?"

    Well you did say 'Flash...' Ow! Ouch!

  67. are you experienced? by rodentia · · Score: 3, Funny

    ...the experience is the content...

    That is so heavy, man. I mean, it's like, the site is about animated menus, naw'mean? I mean, like, my experience of the dancing text is the meaning of the text, naw'mean.

    I thought so.

    --
    illegitimii non ingravare
    1. Re:are you experienced? by D_Gr8_BoB · · Score: 2

      I think the poster was going for a McLuhen-esque reference. Marshall McLuhen was a media and culture guru in the 60s, 70s and 80s, and according he and his supporters (including the guys over at Wired before it sucked), the medium is the message. And while McLuhen was partially about freaking out the squares and psychedelia, he was also a lot more than that. Turn off your computers and go read The Medium is the Massage or Understanding Media. Had Flash been around in his day, I'm sure he would have been thrilled about it and probably been involved in its gaining acceptance as more than just another stupid advertising ploy.

    2. Re:are you experienced? by rodentia · · Score: 2

      I'm familiar with McLuhan's work and find it just as problematic from a phenomenological standpoint as the remark I was mocking. I urge you to turn off your TV for a year and then re-read McLuhan. Motion pictures are a unique and compelling art form with an aesthetic language of their own, this does not a revolution of consciousness make.

      --
      illegitimii non ingravare
  68. Re:Flash... by vipw · · Score: 2, Interesting

    No he's right, flash does suck.

    There isn't suitable user control of flash. flash is used in annoying ways(think ads) on many sites and isn't easy to enable/disable in any browser I've seen. If I had the control to only display the last frame of animation and disable frivolous and visually distracting events I could tolerate having the flash plug-in installed.

    As near as I can tell flash use is never appropriate for a general use website because it lacks accessability settings and has a tedious enable/disable procedure. To me, that constitutes sucking.

    By not making me install the plugin and then close my browser when I'm done flash free sites are doing me a big favor.

  69. Very few people create Flash by Dominic_Mazzoni · · Score: 2

    Lots of people have mentioned reasons why you shouldn't be using Flash, or why it's difficult to write an open-source implementation of Flash.

    However, I think the reason there's no complete, stable open-source implementation of Flash is that:

    1. It's a very large project
    2. With a very small market

    The fact is that very few people actually need to create Flash content. Most companies that want a little bit of Flash on their websites are better off paying someone else to build it for them. Therefore, the price ($500) is quite reasonable - it's honestly what Macromedia needs to charge in order to be able to create a product that only a tiny number of people need to own.

    Contrast this with Microsoft Word. (Yes, you can still purchase Word without Office; it costs $289, all of Office costs $419). Everyone needs a basic word processor. However, most users only need 10% of Microsoft Word's features, and therefore the price of Microsoft Word is not fair. The fact that everyone needs a basic word processor, plus the fact that the commercial competition is unfairly priced, is what has driven so many open-source developers to create word processors. (My favorites: AbiWord, OpenOffice Write, and KWord. I'm not even counting LaTeX-based tools, which I also enjoy, but aren't for the masses.)

  70. Re:Disabling Flash Ads by IronChef · · Score: 2

    Get The Proxomitron:

    http://www.flaaten.dk/prox/

    It does an amazing job of de-annoyifying the web. Start it, change your web proxy to localhost:8080, and you're done. Many settings to tinker with though, if you like that kind of thing. No Windows user should be without it. And it kills Flash if you want.

  71. An Answer that might be useful by techmage · · Score: 2, Informative

    Coffee Cup software has a flash tool called Firestarter that you might find useful. www.coffeecup.com/firestarter

    --


    - We dream of the stars. Now let us return to them.
  72. Re:This is ridiculous by esonik · · Score: 4, Insightful

    I as a user hate flash sites because they take away power from me:

    1) I can't use the BACK button to get back one step.

    2) I can't search text with the browsers search function.

    3) I can't resize the browser window to my comfort and have the content resized as well.

    4) I have to learn how to use each and every site because everybody uses a different user interface (preferably using tiny fonts and tiny scrolling windows to display large amounts of text).

    5) Murphy's Law: interesting sites always require the latest flash plugin, which unfortunately is not yet available for your platform.

    6) Murphy's 2nd Law: if you have the required plugin version it will crash your browser.

  73. Macromedia bad impressions by fishbowl · · Score: 2

    Well, I wouldn't mind Flash so much, but, the problem
    is that every time I go to a site with Flash on the
    main page, my browser opens up three windows (or more)
    to Macromedia's website, presumably to explain to me
    that I don't have Flash support in my browser.

    This is a terribly annoying thing to go through, and
    it does not inspire me to do whatever would be required
    to make Flash work on my system (plugin from another
    browser platform + compatability software, run another
    browser, etc.)

    It really just alienates me further, wastes my time,
    annoys me, and generally makes a bad impression on
    me by Macromedia.

    --
    -fb Everything not expressly forbidden is now mandatory.
  74. Re:DON'T DO IT! by Bedouin+X · · Score: 2

    Uhhh... I know that ASP does this. Displays data as it comes that is. Unless you have the response.buffer (or something like that) enabled.

    --
    Dissolve... Resolve... Evolve...
  75. Flash wins by GCP · · Score: 2

    98% of browsers have a Flash player installed, and the vast majority are Flash 5. There are about as many people still using the Flash 3 plugin as there are using IE 3 or Netscape Nav 3.

    The Flash installed base upgrades very fast because the player is so lightweight and quick to download.

    The SVG plugins out there are an order of magnitude larger than a Flash player and most browsers don't have them installed.

    There are probably a thousand Flash sites for every SVG site, and that may be too generous to SVG. Most of those Flash sites participate in the sprea of lightweight Flash players. With that level of use, the amount of debugging that has gone into Flash is overwhelmingly larger than what has gone into SVG.

    If what you want is to be able to easily create professional quality media (assuming you have the artistic skills, of course), for it to work reliably, and for it to be accessible by almost everyone, then choose Flash.

    If political considerations are more important to you, consider writing your own open source SVG authoring tool -- for Linux only, of course -- and nuts to your users.

    If all you care about is the price, there are very cheap, low quality tools for both Flash and SVG. I'm not quite sure how they compare in quality, because each time I (briefly) survey such tools, they seem to be either bad or worse.

    --
    "Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."
    1. Re:Flash wins by Lemmy+Caution · · Score: 2

      Macromedia doesn't have a vested interest in SWF anyway: it's already an open format that anyone can build tools for. I can see no reason why it wouldn't put SVG output ability into its future authoring projects.

    2. Re:Flash wins by SurfsUp · · Score: 2

      If political considerations are more important to you, consider writing your own open source SVG authoring tool -- for Linux only, of course -- and nuts to your users.

      You are frothing. Check out sodipodi.

      --
      Life's a bitch but somebody's gotta do it.
  76. Re:Flash is Style over Substance -- no, it's not by veddermatic · · Score: 2

    For every bad example of Flash usablility, I can show you 1,000 or more HTML usablility nightmares. So is HTML bad? No. Bad designers are bad. Unfortunately, Macromedia did such a good job at making thier tool taht even taltntless clods can create contnet.

    Much like the way Slashdot made it so easy for cluless people to post.

    --
    Department of Homeland Security: Removing the rights real patriots fought and died for since 2001
  77. squeak... by kevin+lyda · · Score: 2

    considered squeak?

    --
    US Citizen living abroad? Register to vote!
  78. Re:This is ridiculous by letxa2000 · · Score: 2
    nope. flash is not a usability nightmare. it's very easy to make usable, and attractive sites based on flash.

    I, as a user, almost always close the browser window if I arrive at a site that uses Flash.

    1. I've found that most sites that use Flash do so to provide pretty colors and glitter to easily dazzled end-users, but usually don't have much in the way of real content.

    2. Even on my DSL line, I can often click on "Back" and select the next website at google before the previous website was done loading and doing their silly animations.

    3. I think Flash was developed near the end of the dot com boom when people were all thrilled about anything that looked cool on the Internet. Now, as mentioned by previous articles here and on CNN, the novelty of Internet is starting to wear off and it's becoming a tool to get a job done. Flash doesn't do anything to help you get the job done. It slows you down. Rather than waste my time I'll just move on to the next site.

    the problem with flash is that it's a _functional_ nightmare

    In other words, it's a nightmare for the visitors that will be using your site. Good idea.

    if you find that certain sites rendered using flash are unusable, don't blame the hammer. blame the carpenter.

    Right. The carpenter (web developer) is using the wrong tool (Flash). He should be using the right tool--HTML.

    I can't think of many appropriate applications for Flash. HTML provides content, Java applets provide interactivity, when necessary. Flash is unnecessary bulk and fluf.

  79. Re:It crashes. by Bert64 · · Score: 2, Insightful

    Infact virtually all of the problems i experience on linux, usually a program freezing up, going crazy and consuming all the system ram, or perhaps occupying the entire screen under X11 and locking out the keyboard. involve closed programs. Netscape 4.x is one of the worst offenders, and realplayer. The flash plugin has brought both netscape and mozilla down on several occasions too. Most of these problems involve the program locking up and/or consuming large amounts of ram, rarely will the program exit with a segfault error or such. I would much prefer a screwed up program to die and return me to a prompt, and i imagine opensource software is designed this way because it`s easier to debug when gdb catches the fault.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  80. Re:W3C standards by Bedouin+X · · Score: 2

    Yeah and don't forget that SMIL and SVG are both XML specs that do much of the same as Flash.

    --
    Dissolve... Resolve... Evolve...
  81. A few words about Flash by elchulopadre · · Score: 2, Insightful

    As a poster above said, talking about Flash on /. always provokes knee-jerk reactions...

    To summarize (and grossly over-simplify) /.ers' main points of criticism of Flash, a) It makes sites that look like angry fruit salads, b) it requires use of a FAIB, proprietary plugin which is unavailable for some platforms, and c) is generated by a commercial program that is not open-source.

    The truth be told, flash is such an easy-to-use, powerful program that abusing it is really easy. Cheesy text effects are really quickly done, and this is even worse when you throw in programs such as Swish, whose sole purpose is to make these cheesy text effects. Only once in a blue moon do you come across a site that actually gains functionality from these effects.

    On the other hand, flash is an extremely good environment for three kinds of developers. First, it's wonderful for cartoonists and animators, giving them tons of tools with which to make ...er... cartoons and animations. The ability to work with a library to recycle elements, the timeline, the various techniques and options available for animating all allow for easy cartoon-making.

    Second, it's a nice environment for making web applications that require tight control over the site's graphical representation (when customizing products, etc). Flash sites with good design and good actionscripting (hopefully integrating to the server via xml) allow programmers to make different apps that get things done, while keeping tight control on the GUI (example: OneScreen for hotel reservations - go to http://www.ihotelier.com/onescreen).

    And thirdly, it is really good for designers who want to have absolute control over how their website looks and feels. Granted, often these websites don't look and feel like 'standard'; however, the limitations that come with making 'standard' webpages are avoided. I personally prefer to have control over as many elements of my site as possible.

    Speaking in terms of the original topic of discussion, I'd consider Flash to be a strong possibility because, after making a few selections, one could quickly access different media and have them play directly in the browser window. A quick change of options leads to a quick change of what information's being shown. Text (and in flash mx, sound and images) can be loaded dynamically, making site maintenance a lot easier to swallow. All in all, I don' t think flash is too bad an alternative, especially if , as quoted by another poster, 98.3% (I think) of computers can already view .swf files.

    In terms of how to find it, academic pricing is usually very generous (someone said $99 for Flash MX), and since the site in question seems to be non-commercial, I'm sure there wouldn't be any problems.

    1. Re:A few words about Flash by kindbud · · Score: 2

      How do you pronounce iHotelier? According to dictionary.com, and given the French etymology and the silent H, the correct pronunciation of hotelier with an i prepended would seem to be approximately "Yotle-yay". Nice one!

      Oh, and by the time the Flash had loaded, my travel dates had passed.

      Looks like any other sucky Flash site. The whole GUI is littered with "click below" instructions, and ooooooo, it makes sounds when I click. Yep, looks like programmers designed it alright.

      Yawn.

      --
      Edith Keeler Must Die
  82. Re:DON'T DO IT! by ncc74656 · · Score: 2
    you can use flash to develope powerful clientside applications that load faster and look nice than Java and there is no need for serverside crap so no reloading the webpage.

    Other than a slight increase in processor load, what's wrong with "serverside crap?" It allows you to remove most client dependencies, and it keeps your software on your machine...all that users will get are the results. (This might not be as much of a concern with open-source code, but not everything is open source.) With SSI and CGI, I can create a website that will render optimally in everything from IE to Lynx to a cell-phone browser or a text-to-speech program. It can even take Nutscrape's idiosyncracies into account and completely rewrite standards-compliant HTML so that it'll render properly. It enables the widest possible audience and minimizes bandwidth requirements. Instead of (for instance) sending a program down the pipe to calculate MPEG bitrates for SVCD mastering, I can put up a webpage that accepts needed inputs from the user and spits out the result.

    As for "looking nice," while that isn't a Bad Thing, it isn't everything either. Maybe the fact that Flash is often abused is more a statement against the people who implement it than against the technology itself, but there is still something to be said against tools that at least appear to encourage form at the expense of function.

    --
    20 January 2017: the End of an Error.
  83. Why Flash costs money by veddermatic · · Score: 2

    Two reasons: Good software takes time to make, and the fact that people need to eat.

    Flash is a simply AMAZING authoring and development envirnonment. And before the typical folks who never used flash, never seen GOOD flash done on the web jump on the "Flash suxorz, flash is always stle over substance, flash sux! Flash is unusable" bandwagon start moaning, USE Flash, and develop some quality stuff with it. It's not hard... but like with most things, it's really easy to create crap with it... If I write a well formatted but crappy novel with OpenOffice, does OSS software sucks, and OpenOffice is "style over substance"? No, it means I can't write.

    Anyway, back to the point. It takes time to develop software, and if you need to eat, you can either work on your software and charge for it (what macromedia does) or work on it in the time you are not making sure you can eat (what msot OSS software folks do)

    The "problem" is that with a tool as comlplex and powerful as Flash, it takes a loooong time to create, and so the X number of months the for-profit guys turn thiers out in, it can (and most likely will) take X number of years for the OSS version to come out.

    Obviously there are exception, and every case is different, but the volume of programming, and the various types of programming ( vector based drawing, type, actionScript compiler, timeline animation system, etc..) involved in creating a "Flash-alike" enviroment is a rather huge undertaking.

    $500 is dirt cheap for something that can create the type of multimedia web and stand-alone applications that Flash is cabable of in a small ammount of time... I'm seeing Flash 5 selling for $400, or if you plan out what you want to to ahead of time, DL the 30 day trial... you can get 4 - 5 big projects done in a month =)

    --
    Department of Homeland Security: Removing the rights real patriots fought and died for since 2001
  84. Re:Flash is proprietary and NOT a good idea for we by EnglishTim · · Score: 4, Insightful

    So... much as I dislike flash 'intros' as much as the next man, what do you suggest for web-based interactive graphics? I don't know of anything as widespread and well-supported as Flash.

    Anyway, the Flash file format is open: http://www.openswf.org/ (Well, in that it is openly documented, anyway...)

  85. Three options that may or may not exist... by Dr.Dubious+DDQ · · Score: 2

    I've been wondering about this myself, for some time. Not for any "serious" reason, but I'd love to play with web-cartoons. Problem is, I doubt that I've got $500 worth of talent to justify buying Macromedia FlashMaker(or whatever it's called) and installing Windows to use it...

    There appear to be three ways of approaching this from a free/open perspective that I know of:

    1. Ming and other 'flash-making' libraries.
      Drawback here is that they supply the raw functionality, but no "authoring environment" seems to exist for them.
    2. SVG. Don't know much about this. I know there are some authoring tools being developed for it (Seems to me I've seen, among others, a KDE application for it). On the other hand - does it do sound?
    3. MNG over Ogg. I'd love to see this. Apparently, in the Ogg CVS there is a crude tool for messing with this. This has the drawback that it's not currently in use anywhere, and like Flash, there don't seem to be any free/open (or otherwise Linux-accessible) MNG-authoring programs that I can find. If this goes anywhere, though, it'd give the ability to both download or "stream" it, with MNG graphics and effects and Vorbis audio.

    Can anyone further enlighten me on these three options?

  86. Flash Symptoms by jbum · · Score: 3, Funny

    Apologies to Jeff Foxworthy.

    Is your website promoting a movie or selling vacuum cleaners?
    It could be a Flash site.

    Does your website live in a tiny little pop-up window all it's own?
    I betcha it's also a Flash site.

    Does your website display the message "Loading" when you visit it?
    Yep. Smells like a Flash site.

    Does your website impress all your graphic designer buds?
    Flash site.

    Is your website incredibly fun to visit, but exactly one time only?
    Might be a flash site.

    Does your website have an animation of a bunch of semi-transparent oblong
    objects moving in a spiral pattern?
    Flash site.

    Does your website have a "skip intro" button?
    I'd say there's a 99% probabililty that it's a Flash site.

    Is your website invisible to users who are using ad-blocking tools like Proximitron,
    or slightly non-standard web browsing technology or computers that don't use one
    of three well known operating systems?
    Well then maybe you're abusing javascript.
    OR maybe it's a flash site.

    Is your website immune to being bookmarked?
    Hmmm. Maybe there's an outside chance it might be a flash site.

    Is the content on your website 2 years out of date, because it's
    such a pain-in-the-ass to update?
    Well then, there exists the possilibity it might be a flash site.

  87. Re:This is ridiculous by Wumpus · · Score: 2, Insightful

    Blame the author. It's simple to add the same functionality to the Flash movie (it can call javascript which in turn would call history.back()).

    No, blame the tool. When you author in HTML, you don't need to do anything to get that functionality. In Flash, it's another item on the TODO list.

    Again, there's nothing to stop a flash movie searching itself. There is a DOM, and scripting is always active (obviously).

    See my previous point. It's not the default behavior, and nobody bothers to do it.

    This is just wrong. Depending upon the parameters used in the embed/object tags, a movie can be resizable, or of fixed dimensions (like java).

    Can you resize the text? Sure, you can zoom, but I've seen sites that disable most of the context menu functions. Some people can't read itsy bitsy teensy weensy fonts, you know.

    Hardly flash's fault! When I browse with my linux box I often come across html only sites with unreadable text, broken javascript and other multimedia elements that don't work. If anything, flash helps sites to be more accessable across platforms.

    Most browsers will allow you to work around those issues by overriding certain (poort) choices made by the HTML author. With Flash, you're just stuck with what they shovel your way. Now, Javascript... that's a whole other issue.

  88. He explained the reason by n9hmg · · Score: 2, Informative

    I for one am more partial to content over form.

    So am I. So is everybody on /.. If we needed oversimplification and pretty moving pictures to understand things, we'd be on people.com instead of here. His task is "...toys for educating people around complicated...". That implies that these aren't deep thinkers, and probably would benefit from such a presentation.
    Our personal biases (bia?) against stupid flash is irrelevant. It sounds like he actually needs it.

  89. JGenerator by chris_sawtell · · Score: 3, Informative

    This JGenerator is exactly what you want.

  90. Re:OSS users aren't normal by johnnyb · · Score: 4, Insightful

    Standards committees, forums like /., and other gaggles of techies are famously out of touch with the preferences of "normal" people. They are then morally outraged by technologies that "corrupt" the purity of their systems -- by making them more the way normal people would like them to be.

    ***

    This is a common misconception. The reason that "normal" users and techies differ is not necessarily that they want different things from their computers, it's that the techies know the consequences of various design decisions. For example:

    1) Normal people like web pages that are done by graphic designers because they look nice even though they violate every know web design rule. Oh wait, except for my parents, because they can't read the font that the page author picked. Had it been done by a techie, they would have let the user's pick the fonts, and thus my parents could read it easily.

    2) Normal people like flashy pages that are all interactive and move around on the screen. Oh wait, my parents don't because they are on a 100Mhz computer. Oh yeah, and it's bad for the company because although their information changes daily, it's so hard to change the custom-designed web page that it becomes useless in a matter of weeks because it's outdated. My church website is like that.

    3) Normal people like GUI tools to build their web pages. Oh wait, unless they want it to look good on more than the browser the tool was built for. GUI tools tend to try to hide the nature of HTML, and thus, even though they will be displayable on other browsers (or even other browser versions), they won't look anything like the user intended. Because the user isn't aware of how HTML works, they will have no idea why this happens.

    So, you can see, even though a lot of people would like to think "oh, those are just silly techies talking", the truth is that they usually have the same goals, but are just more realistic and knowledgeable on how they can be achieved.

  91. Re:Flash is Style over Substance -- no, it's not by John_Booty · · Score: 2

    For every bad example of Flash usablility, I can show you 1,000 or more HTML usablility nightmares. So is HTML bad? No. Bad designers are bad.

    Whatever your opinion of HTML (and there are PLENTY of things with which to find fault, usability-wise) Flash inherits all of them, and adds a few more such as the breaking of the browser's back/forward buttons and URL field.

    Even a well-designed Flash site has these problems, because they break standard browser navigation UI conventions. While you could of course create an HTML site which is less usable than many Flash sites, HTML is, on the whole, inherently more usable and consistant than Flash for the reasons I outlined above.

    Pointing out any number of badly-designed HTML sites does not address the issue of Flash being better or worse than HTML. That's like saying, "for every drug overdose fatality, I can show you 1,000 or more fatalities that did not involve drug overdoses." True, perhaps, but you're not addressing the issue! If you want to argue in favor of Flash, by all means do so but please address the issue.

    --

    OtakuBooty.com: Smart, funny, sexy nerds.
  92. Re:This is ridiculous by uchian · · Score: 2, Interesting

    >No, blame the tool. When you author in HTML, you don't need to do anything to get that >functionality. In Flash, it's another item on the TODO list.

    Riiight... Maybe I should throw out my computer too huh? Since it doesn't write the software for me, instead it's left it on the TODO list...


    You obviously have no concept of Object Orientated coding, which is a shame because there is one important point to learn from it :

    NEVER do something multiple times if you can do it once and forget about it.

    Obviously, you have to do it once in the first place (you can't just "throw away the computer") but hey - the fact that your using a computer means you at least partly understand the concept - I mean, you don't use a seperate machine for email, web browsing text, web browsing flash, web browsing XML, web browsing pictures, web browsing hyperlinked sites, web browsing... (etc. etc. etc...) do you?

    Put the functionality into flash ONCE, and forget about it. Rather than have EVERY SINGLE author who ever makes a flash movie have to WASTE HIS TIME putting it in.

  93. Re:no SVG thanks..why ? by Salsaman · · Score: 2
    You might be interested in this: Mozilla SVG project

    I think there are builds that already support it.

  94. Re:OSS users aren't normal by mshurpik · · Score: 2, Insightful

    OSS users are usually the sorts who prefer the experiences inside their heads to external experiences. Reading roller coaster specs is just as good for a lot of them as actually riding the roller coaster.

    Not so for normal folks.


    Heh. Excellent stab at dorks. You're right, Flash is good, people who bash it are knee-jerking. But since you pitted dorks up against graphic designers, I'm going to have to step out of character and actually defend the dorks.

    Yes, normal people want to see a professional presentation. The trick is that in the case of the web, dorks usually have a better understanding of what a professional presentation actually is.

    Graphic designers are woefully under-equipped for the web. They think it's a piece of paper, and no amount of 7pt font can make this true. They see what's up on their 21-inch monitor and they think this is what the world sees. Graphic designers, sadly, have only one set of eyes.

    Not so for normal folks.

  95. Re:Flash is Style over Substance, Usability Nightm by scrytch · · Score: 2

    Excuse me, but: what if your goal is to make something pretty?

    What the hell is it about HTTP (aside from the name) that makes people think that it's only good for delivering HTML, and that every site must have information, information, information. Cripes do you demand information from art galleries? You might be a functional unit kind of person, but do you have a hundred identical black turtlenecks to choose from in your closet? (Oddly, Steve Jobs, mister style-is-king himself, does)...

    It's just lazy intellectually to decry, bemoan, and otherwise wring your hands about the decline and fall of all that is right and correct at the hands of some devil tool. You have a choice, so exercise it, and stop telling everyone else what they should want.

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
  96. SVG is still under a patent cloud by SurfsUp · · Score: 3, Informative

    As you can see here.

    Even though the W3C has backed away from the proposal to include RAND-licenced patented material in W3C standards, the SVG standard went to 1.0 under the assumption that the public would accept RAND-licensing for web standards, and so SVG incorporates a number of RAND-liceneced patents, specifically from IBM Kodak and Quark. No doubt this situation is going to be resolved, especially if people don't forget it still needs to be resolved. To remind the W3C and the companies involved that this situation is still unresolved, you can comment on this list, subscribe here.

    And oh by the way, is IBM's roll in this particular little minidrama hypocritical, given their support for and reliance upon Linux and other open source projects? You bet it is, and that's because IBM has lots of little parts, not all of which are headed in the same direction, e.g., some are run by the legal department or managers who still don't get it.

    --
    Life's a bitch but somebody's gotta do it.
    1. Re:SVG is still under a patent cloud by KjetilK · · Score: 2
      I don't know if it is a problem in this case, as Kodak has a big interest in the Batik toolkit, and the relevant claims of the Quark patent has to be invalid. At least to me, it seems like they patented textbook examples. So I wouldn't hold off on SVG. It is still a whole lot better than Flash.

      XML-Signature is on the other hand a standard I'd like to use that is a whole lot more problematic.

      --
      Employee of Inrupt, Project Release Manager and Community Manager for Solid
  97. Here it is.... by La+Camiseta · · Score: 2, Informative

    It's called Java. It'll probably do just about anything you need for an education site, plus it's compatible with more systems.

  98. What do DVDs use? by MobyDisk · · Score: 2

    What do DVDs and DVD players use for the menus? Is this format open? Is it appropriate for the web?

  99. Re:OSS users aren't normal by debrain · · Score: 2

    Here here! The "moral outrage" is an example of the technical elite corporate ignorant defending the bourgoisie against the corporate elite technical ignorant. It's all about the power of the middle class, and the struggles of those powers, in this case the will of the technical smart to live in a world with less problems, and the will of the corporates to push the average person into directed consumerism. Key insight to the corporate side: the average person, not every average person.

  100. Re:Been there, typical response by Yottabyte84 · · Score: 2

    Flash crashes 95% of the time on my remote X term too. Had to disable it so mozilla wouldn't be taken out be every flash ad.

  101. No misconception by GCP · · Score: 2

    The misconceptions here aren't mine:

    1) Had it been done by a techie, they would have let the user's pick the fonts, and thus my parents could read it easily.

    Only if you parents knew how to map host fonts to HTML virtual fonts. That's the sort of "configuring" that techies assume everyone does. To quote you, that's a common misconception.

    As one of the twenty busiest sites on the Web, we have done a lot of research and discovered -- what a surprise -- that the vast majority of users leave their browsers unchanged from their default settings. They have no mental model of mapping site descriptions to host implementations. They don't "configure", they browse.

    2) Normal people like flashy pages that are all interactive and move around on the screen. Oh wait, my parents don't because they are on a 100Mhz computer

    Only a small minority uses a machine as slow as 100MHz. Again, the statistics show you your market. Most competitive commercial businesses will sacrifice the low-end 5% and the high-end 5% in order to maximize customer satisfaction in the fat center of the normal curve.

    Parents who are into configuring browser font mapping and yet still use hardware from the days of Windows 3.1 aren't exactly mainstream. I'll take our statistics over your anecdotal evidence.

    3) Normal people like GUI tools to build their web pages

    Most normal people don't build websites at all. Of those who do, the majority use simple Web-form-based tools provided by their ISP to create their "My Cats and Me" personal Web page. Your raw text HTML editor for the masses would go over like a lead balloon. These big consumer ISPs advertise "no need to learn HTML", and that's a big selling point for the mass market.

    Flash is for the creation of consumer websites with high production values, with relatively high consistency across browsers and platforms. The majority of people who browse the Web consider such sites more interesting and more professional looking than the "this site best viewed with Lynx" type sites beloved by techies.

    So, you can see, even though a lot of people would like to think "oh, those are just silly techies talking", the truth is that they usually have the same goals, but are just more realistic and knowledgeable on how they can be achieved.

    Really? I remember when all websites were designed by techies. Which of the top 20 MediaMetrix websites are designed by these "more realistic and knowledgeable" techies today? "Web producers" at major sites today majored in graphic arts, communications, and marketing, not CS or EE. Like other media before it, the Web is abandoning techie preferences in favor of consumer preferences. Flash may drive /.ers crazy, but it's a major hit with the real Web audience of today.

    --
    "Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."
    1. Re:No misconception by snookums · · Score: 3, Informative

      Which of the top 20 MediaMetrix websites are designed by these "more realistic and knowledgeable" techies today?

      Yahoo!

      Started by techies way back in the Dark Ages, and still a great example of a good-looking, useable collection of web applications. What's good about it?
      • It's mostly text
      • It uses simple graphics that actually enhance the useability rather than obfuscating a lack of content.
      • Applications like the web-based mail interface allow selection of no-frames/no-javascript version.
      --
      Be careful. People in masks cannot be trusted.
    2. Re:No misconception by johnnyb · · Score: 3, Insightful

      Only if you parents knew how to map host fonts to HTML virtual fonts. That's the sort of "configuring" that techies assume everyone does. To quote you, that's a common misconception.

      *****

      Not quite. Parents have children, or they can ask around. No, I don't expect my parents to know how to do such a thing. However, they do often ask me, "how do I get these fonts bigger" when they are looking at a JPEG rendering of fonts, done so that everyone's fonts look the same.

      So no, I don't expect them to do everything themselves, but for the option to be available when they ask for help.

      Also, as users get more power (which they would if people followed standards closer), they start to become more self-sufficient and knowledgeable.

      The concepts behind the web and HTML aren't tricky or hard to grasp. The problem is that they are geared toward giving power to the end-user. Most corporations don't like that, and so they benefit more by simply covering up the fact that the users have power, and try to take it away for themselves.

      I don't think they do this with a bad intention, it's just their nature, and the nature of many people, especially marketing people. Designers always seem to want people to experience things in the way that they have mapped out for them, instead of whatever way the user wants to experience them. Where I have worked, the designers, even when they have a design that will work in variable-width tables, insist on it being fixed-width so everything is exactly the same. Nevermind that users with big screens like to make use of them, or people with small screens don't like to scroll - they just want control of the experience. And the experience suffers because of that.

  102. Re:OSS users aren't normal by karm13 · · Score: 2, Insightful
    Oh yeah, and it's bad for the company because although their information changes daily, it's so hard to change the custom-designed web page that it becomes useless in a matter of weeks because it's outdated. My church website is like that.

    the problem with most of the comments here is that the oh-so-knowledgeable techies here know nothing about flash and are just prejudiced.
    like you don't know about flashs xml capabilities, that would let your churches server update the sunday prayers on your mothers computer without her even having to reload it, with flash using the ECMA-262-based scripting language to update the content even with only 100Mhz.

    by the way, assuming you have gone through at least two update cycles since the 100MHz days, you really could have build your parents a new computer out of the old parts. shame on you!

    --

    --
    making up good sigs is a hard thing to do.
  103. In defense of Flash by Chente · · Score: 3, Interesting

    You might check with Macromedia, I'm a teacher, and as a teacher I bought Flash MX (It's the new version, the successor to Flash 5. The user interface is much more refined) for $99 USD. They may be willing to swing such a deal for non-profit groups.

    On the Plus side:
    Flash MX allows Flash files to be indexed on search engines, has accessibility features for vision impaired and handicapped users.

    If used well, I don't think there is anything that can beat it for what it does. It's the most commonly used special feature plug-in around and most browsers can view Flash files (According to Macromedia's figures, 98% of all Internet users have the Flash plug-in installed).

    File sizes need not be large at all, Flash uses vector graphics rather than raster graphics to save time on downloads (at the expense of CPU cycles on the user machine...the processing power needed to display vector graphics is somewhat higher than displaying raster graphics such as jpeg, gif and png images).

    Despite what is being said in reply to your question, not everyone on the internet is an open-source fanatic that avoids Flash for ethical reasons. I would say a very miniscule percentage, and not likely within the scope of your target audience (to the upcoming firestormers, flame me, bake me, scorch me, but it's ture).

    Using Flash on a website is not, be definition, bad design. Commerical designers the world over use it extensively, and for a reason.

    On the Downside:

    Flash has a steep learning cure. It isn't quite vertical, but it's pretty close to it at first. If you're used to vector graphics programs, that will help somewhat. Once you've learned how to draw and animate shapes, text and objects in Flash, you will discover that you have not even begun to scratch the surface, Actionscript is next, and it's enormously powerful. You will need to read several books on both Flash and Actionscript to come to grips with the full potential of the medium, also a good deal of time and practice to master it.

    If someone in your group is passionately interested in learning the tool, and creating a great website with it, go for it...but he or she will be outlaying a fair amount of money and time on books and practice. I'll wager they'll get a kick out of it, and in time produce splended results, but Flash can be quite intimidating at first...if not to say opaque and inscrutable. This isn't Powerpoint! I think any tool you use will ultimately require a lot of study however.

    Personally, I use it to give presentations to my students on many topics. I have one of my classroom computers hooked up to a very large presentation monitor, but I don't do very much webdesign with it at the moment, although I am making three or four sites using it, they are secondary to my current purpose. For the future, I'm looking toward web-based exercises and testing applications. I use it in place of many other programs, and I use it almost constantly. I've read a couple of books on it, and am reading three more (now mostly dealing with actionscript). I swear by it, but for what I'm doing, it so much more than adaquately fills my needs. It's overkill for me, but overkill is the American way, isn't it?

    HTML itself takes quite a bit of education in good webdesign, even if you're using a WYSIWYG HTML editor, so some education is going to be necessary whatever you do.

    Are there alternatives to Flash? Adobe's LiveMotion 2 looks interesting...and it will handle Flash SWF format files...but I don't think its userbase is nearly as large, and I feel you're probably better off just using Flash to make Flash files in the end. It does cost USD $199 however (introductiory price).

    Adobe and many others are developing SVG, which are scalable vector graphics in XML, and they will do many of the things Flash can do...but I doubt if the SVG plugin is very commonly used at all at the moment. Check it out at www.w3.org/Graphics/SVG/Overview.htm8

    This site contains links to many other articles on the subject, and I think it bears a lot of promise for the future of the web.

    I'd vote for Flash, myself, but you're not going to get immediate results from it. I do have high praise for the product, but whatever medium you choose, you're going to have to do the hard work of mastering it. Flash is a means to this end, and then some.

    Vince Frost
    chente@attbi.com

  104. Re:This is ridiculous by logicnazi · · Score: 3, Interesting

    >No, blame the tool. When you author in HTML, you don't need to do anything to get that functionality. In Flash, it's another item on the TODO list.

    Unfortunatly this is simply a limitation of any technology that gives this level of control to the developer. People use flash precisely because it lets them do things like run animations/programs in the web page. If you have some sort of fast changing graphic (for instance a game/educational software) what is "back." The programmer needs to explicitly tell flash how to go back precisely because it has that extra power (if you don't believe this ask the question "why doesn't x-windows have a back button". Flash gives you similar power to an x-windows app.

    Searching is similar. Quite simply if you want to display graphic images (which are often buttons or words) you need to tell the program how to do a search otherwise it isn't very usefull.

    Of course flash effects can be arbitrarily resizeable. This is the same reason x-windows programs can't simply be resized, it doesn't always make sense. Flash is meant to be used primarily for graphic intensive operations. Its strength is precisely the fact that it lets the author control precisely how the output looks on the computer.

    Quite simply all of these are disadvatages of giving the author such a high degree of control over the output. I am not claiming flash is as well designed as possible (maybe it could have more features to encourage authors to add these userfriendly features) however these are all issues endemic to any tool which addresses flashes needs. In fact flash is remarkably good at replicating the same results on differnt platforms.

    It mostly seems that your problem is that people often implement flash for the wrong purposes. HTML is better for informational content b/c it has search builtin (esp if you aren't going to bother to implement it yourself). This is no more flashes fault than it is perl's fault that your ray tracer written in perl is too slow.

    It is really unfortunate that I know of no good free flash development tools

    --

    If you liked this thought maybe you would find my blog nice too:

  105. Re:Flash is Style over Substance, Usability Nightm by John_Booty · · Score: 2

    Cripes do you demand information from art galleries?

    That's an interesting point. I think it's a matter of taking advantage of the strengths of a particular medium. If you want pretty, why web pages? It's probably one of the least well-suited mediums for whatever aesthetic goal you're trying to achieve.

    Now, having said that, playing around with constraints is fun too. I'm a big fan of the music and sound on old(er) video games as well as a lot of minimalist art in general. I dunno, I like that FM synthesis music and those 16-color sprites. So, I guess it's a matter of personal taste.

    --

    OtakuBooty.com: Smart, funny, sexy nerds.
  106. Re:OSS users aren't normal by johnnyb · · Score: 2

    I'm still running a 200Mhz computer. I'm a cheap bastard.

  107. Re:W3C standards by sydb · · Score: 2

    That's 'proposal' not 'purposal', 'proposed' not 'purposed'.

    Aside from that, right on.

    --
    Yours Sincerely, Michael.
  108. Re:This is ridiculous by Xunker · · Score: 2
    You obviously have no concept of Object Orientated coding, which is a shame because there is one important point to learn from it :

    I don't see how this went from web site design to progamming, but whatever, it's your ballgame.
    You obviously have no concept of Object Orientated coding, which is a shame because there is one important point to learn from it :

    I'm sorry to say either you're mixing methaphors very bady or you have no concept of computer languages at all, otherwise you wouldn't have said this; But you did, and well, let me say this: Lets suppose you write a library for a program. You finish that program and are done with it. You start another -- do you really expect the compiler/IDE to do your job for you and load up your previous base codebase for you?

    Saying behaviour should be default is one thing, but comparing Apples to Tree Sloths is another...

    --
    Hilary Rosen's speech was about her love of money and her desire to roll around naked in a pile of money.
  109. Re:Even when using MM products, it's not always id by civilizedINTENSITY · · Score: 2

    True now, perhaps. Gecko is moving towards having SVG, and AOL is moving to gecko. Won't be all that long and SVG will be as standard as javascript support. What then? Still any reason for Flash? Its not as though the user interface for flash was as good as the gimp ;-)

  110. Re:This is ridiculous by Wumpus · · Score: 2, Insightful

    Riiight... Maybe I should throw out my computer too huh? Since it doesn't write the software for me, instead it's left it on the TODO list...

    That's not what I meant. The nicer development tools will choose sensible defaults for you. HTML, as an authoring environment, has at least one such sensible default: The back button works. People know, understand, and dearly love the back button. When a web design tool causes the back button to break by default, that's bad tool design.

    So, if a tool forces you to repeatedly write code to do something that should have been the default behavior, is it still a good tool? Maybe, but If every single Flash site I've ever seen suffers from usability issues, I have to conclude that the tool used to create those sites encourages unusable design.

    By way of analogy, you can look at Visual Basic. Many visual basic projects have business logic in widget callbacks. This is bad, because changing the UI involves moving and modifying code that has nothing to do with the UI, and just happens to be in the wrong place.

    The primary reason for that is that Visual Basic's development environment encourages this design, because it's the most natural thing to do. Drag the pretty icon to the form, double click, spew out some code, done. Ship. Repeat.

    Hang on a minute! A few lines ago you were moaning about having to add a line of script to emulate the back button, yet NOW you're complaining that some authors take the time to add extra code to disable the context menu (which I've never seen anywhere, BTW and didn't think possible but haven't checked).

    I'm just trying to be consistent. I'm complaining about people designing unusable sites. In the first case, I point out that many people neglect to write some code that could have made their site a little more tolerable. In the second case, I complain about SOME people, who choose to waste their time writing code that specifically impairs usability.

    However, I just leave an unreadable site - if the author can't be bothered to test the site out, I can't be bothered to jump through hoops to use it.

    Of course. Bad design is only a problem for a web designer if she wants people to use her sites.

    This goes for Flash and HTML. Bad design is possible using either platform, but there's a hell of a lot more of it created in HTML, as any fool with a text editor can slap something up on Geocities.

    Lies, damn lies and statistics... Of course there is a lot more bad design that was done in HTML - the vast majority of web content today is still created in HTML! I still maintain that most Flash content is just plain bad, from a usability perspective. I can't remember seeing a single Flash site that I liked, but that could just be me being too critical, or just losing my memory.

    Now, mostly as an illustration of how bad things can get with Flash, take a look at http://www.ysub.com - I know it doesn't prove anything, but just look at the blasted thing! There's actually some content on that page. Can anyone find it without looking at the .swf file with a hex editor? I sure can't.

    If Flash can be used to create usable web sites, how come nobody uses it to create usable web sites? The only Flash application I've ever seen that came close was the one with the frog in the blender, and that was only because it used an established user interface metaphore (The Blender), and it had an on-screen animated character (the frog), that practically TOLD you what to do.

  111. Eh? by TheInternet · · Score: 2

    Not even /. HTML complies with the W3C standards. W3C is a morgue

    Hmmm, I really don't see how W3C is a "morgue," and I don't see how the fact that Slashdot pushes nonconforming documents to browsers as supporting evidence. W3C standards are the best way to create sites that work across all major browsers.

    W3C is the source of XML, XHTML and CSS (as well as many others) specs. This is what most people are using now. The fact that not everyone uses it properly is no different from when people write bad C++ code.

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
  112. Re:Flash is Style over Substance -- no, it's not by veddermatic · · Score: 2

    HTML is not consistant, Web BROWSERS are consistant... but that is another issue all together =)

    I agree that Flash inherits som "usablility issues" if your goal is REPLACING a "normal" HTML page... but for applications that require animtaion (and by require, I do mean *require*, not those godawful 'skip intro' pile of crap every throws up in front of their sites because little Johnny leanred how to make a button in Flash =) and / or do things a normal web page can't do ( there are web-based apps I develop that are impossible to do in DHTML ) in which case you are losing the "this is a web page" metaphor anyway, and getting into "this is software.. it just happens to be deployed in your browser."

    --
    Department of Homeland Security: Removing the rights real patriots fought and died for since 2001
  113. Re:OSS users aren't normal by johnnyb · · Score: 2

    If you sell a product that's worth buying, it's not an issue. Being a cheap bastard doesn't mean that I don't buy anything, it's that I refuse to be cought in a useless continuous upgrade cycle that in the end gives me no real benefits, other than I can run bloated, worthless applications.

  114. Re:Flash is Style over Substance -- no, it's not by veddermatic · · Score: 2

    http://www.eskimospy.com/contentPages/phone.html

    It prints, if you use your back button, you go to the page you were on before. It's easy to write a text search in Flash.

    Have a nice day

    --
    Department of Homeland Security: Removing the rights real patriots fought and died for since 2001
  115. no it's not by GCP · · Score: 2

    Nice guess, but not correct. Yahoo doesn't use techies as Web designers. They gave that up in early Tim Koogle days.

    You may like the design, but that doesn't mean they let programmers design their pages.

    The look comes from their early adoption of a pay-per-view advertising business model, which happened when the business people took over control from the founding techies. The more ad views per second, the greater the revenue, so get the pages up FAST, and move them thru to other sub-services with more targeted ads ASAP. No dawdling on the home page, because the higher rates come from the more targeted internal ads.

    The techies at Yahoo don't do page content or design. That's the job of the "producers", who get their orders from the business people.

    --
    "Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."
    1. Re:no it's not by johnnyb · · Score: 2

      Not using techies for design does not mean that they aren't doing what is basically a techie-friendly design. Yahoo!'s and Google's designs are among the best of the internet, because they allow you to do what you want without getting in the way. The design is flexible and easy to configure, and is nice-looking. I'm sure they used designers - just clueful ones.