Slashdot Mirror


Salasaga Fills Flash Creation Hole for Linux

Linux.com's Bruce Byfield is reporting that Salasaga, the renamed Flame Project, is attempting to fill the functionality gap of Flash creation for Linux in addition to being a cross-platform tool. While it still lacks the spit-shine of more mature apps, it is going a long way to filling yet another hole in Linux software. "Opening Salasaga, you could easily think you are in a slide show program. Individual slides display on the left, and the current slide appears on the bottom right. On the top right is information about the layers on the current side. Menus are logically laid out across the top of the editing window. From the editing menu, you can set the defaults for new projects, including the default display size of finished projects, the preview width, and the default background color. After adjusting these settings, you proceed logically from the right as you develop a project, progressing from Screenshots for importation through Slide and Layer to Export. This progression is so logical that few viewers should have trouble teaching themselves the basics of the software and producing a test project in less than 20 minutes -- and saving it in native .flame format or exporting it to Flash or SVG formats."

112 comments

  1. Link and Summary by 26199 · · Score: 5, Informative

    On the off-chance someone was going to RTFA, here is the FA, since it doesn't seem to have made it into the story.

    The following line probably tells most people what they want to know:

    Also missing are features that those familiar with Flash Professional or Adobe Captivate might expect, such as drawing tools, a scripting language, and support for sound and video.

    So what does it do? Well, slideshows. Handy, but not hugely exciting.

    1. Re:Link and Summary by Anonymous Coward · · Score: 0

      So basically it's nothing like Flash at all then?

      Over excited bandwagon jumping hype from Linux.com? Never!

    2. Re:Link and Summary by Anonymous Coward · · Score: 0

      most informational post ever on slashdot.

      can it be any more succinct?!

    3. Re:Link and Summary by 26199 · · Score: 4, Insightful

      To be fair, the hype comes from Slashdot, the linux.com article is quite restrained...

    4. Re:Link and Summary by TheRaven64 · · Score: 5, Insightful

      If the only aim was to generate swf files, this was already possible using vnc2swf. If the aim was to produce a replacement for Flash, then it seems to have failed.

      --
      I am TheRaven on Soylent News
    5. Re:Link and Summary by someone300 · · Score: 4, Informative

      Seems that Flex provides a more complete Flash creation tool than this software. What's more, Adobe are supporting it under Linux, and you can pick up an alpha version of Flex Builder based on Eclipse already.

      To me, it seems that this software would be more suited to a plugin for OpenOffice.org Impress.

    6. Re:Link and Summary by Brian+Gordon · · Score: 2, Insightful

      Definitely. I mean it's a cool looking app, but the "slides -> layers -> export" model.. i'm sorry, it just sounds like a terrible idea. Maybe some flash presentations could be done slide-by-slide but most can't, and without actionscripting it's pretty much limited to being nifty but useless.

    7. Re:Link and Summary by anomalous+cohort · · Score: 2, Informative

      Salasaga seems to be about authoring slide shows in SWF format. In which case, it will need to do a better job than the Export function of the Open Office Impress application.

    8. Re:Link and Summary by jambarama · · Score: 2, Informative

      So what does it do? Well, slideshows. Handy, but not hugely exciting
      Not only that, OpenOffice can already export slideshows into .swf files. When .swf support was first added I thought it was so neat I went and created a short animation - flipbook style. As it turns out, OO.org requires you to click, to advance to the next slide - which is the only added feature of salasaga AFAICT.

      From the project homepage

      An Integrated Development Environment for producing eLearning. Imagine a free, easy to use GUI authoring environment that helps you create visually impressive and actually useful learning material. The short term goal for this project is to provide such an environment, and we're well on the way to a first release for doing that. To me, this seems to suggest this is designed as an educational tool, not a linux flash replacement. But it fails to show (at least to me) why it is any better than a traditional powerpoint presentation, and what it does that is so special. The homepage also claims Flash has at least one serious design limitation (from my POV) making it nearly useless for comprehensive eLearning but never discloses _what_ that serious limitation is, or how salasaga addresses it (other than making vague future claim about ajax).
    9. Re:Link and Summary by chromatic · · Score: 3, Informative

      Adobe are supporting [Flex] under Linux...

      If by supporting you mean "have thrown an alpha or two over the wall for 32-bit x86 processors back in December", then yes, Adobe supports Linux with Flex.

    10. Re:Link and Summary by bcrowell · · Score: 3, Informative

      Trying to do OSS development on the Flash platform is kind of a nightmare in terms of licensing.

      Re Flex, check out the EULA, e.g., "No Modifications, No Reverse Engineering." The swf spec says "a. You may not use the Specification in any way to create or develop a runtime, client, player, executable or other program that reads or renders SWF files." If you look at the list of codecs that are supported for Flash, or that may be supported in the near future, it's a mixture of totally proprietary codecs and others that are not quite as proprietary, but are not totally free and open either: mp3, a modified version of h.263, AAC audio, H.264 video, Nelly Moser. The EULA for the player says you can't modify it or reverse-engineer it, and can't run it on a portable device. As of a year ago, there were also a lot of compatibility and licensing issues with the Version 2 Components.

      If you want to do totally OSS development on the flash platform, you can also do it using mtasc, haxe, and gnash. However, you then have to accept that mtasc supports an old version of actionscript, and haxe isn't the same language. I.e., you can't buy a flash book and expect to get the examples working.

    11. Re:Link and Summary by X0563511 · · Score: 2, Insightful

      People need to learn that anything intending to be a web standard should NOT be proprietary.

      Imagine if javascript, PHP, or html was a proprietary binary blob? You see the issue I'm sure...

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    12. Re:Link and Summary by markdavis · · Score: 2, Informative

      OpenOffice already has the ability to export Impress presentations in Flash :)

    13. Re:Link and Summary by PopeRatzo · · Score: 1

      Maybe some flash presentations could be done slide-by-slide but most can't
      But it might be interesting to see what some creative artists can do with it. Like many, I've found Flash to be a common irritant on the Web, but I've seen some wonderful work done with it, and I think it's got some value as an artistic medium.
      --
      You are welcome on my lawn.
    14. Re:Link and Summary by PopeRatzo · · Score: 1

      OpenOffice already has the ability to export Impress presentations in Flash :)


      Is that so? Damn, I should have read the manual.

      markdavis, your comment alone was worth my visit to Slashdot today.
      --
      You are welcome on my lawn.
    15. Re:Link and Summary by mjbkinx · · Score: 2, Interesting

      If by supporting you mean "have thrown an alpha or two over the wall for 32-bit x86 processors back in December", then yes, Adobe supports Linux with Flex.

      Personally, I'm very happy about them releasing alphas. It's already quite usable.
      Also, there's another commercial IDE, the SDK itself is under the MPL, and there are alternative (non-Adobe) tools as well.
      Anyway, I highly recommend haXe, it's a fine language that you can also use to generate JavaScript, with a great type system.

    16. Re:Link and Summary by hauntingthunder · · Score: 0, Troll

      its failed good

      I have seen far to many sites done in flash that totaly fail - why would you want to polute linux with the pile of crap that Flash is.

      --
      You will never get to heaven with an Ak 47... But A Zu 30 is good for Low Flying Cherubim
    17. Re:Link and Summary by h4rm0ny · · Score: 2, Interesting


      I'm sure some people can do some nice stuff with this, but what I'd really like to see is decent animated SVG in an open format. Can you imagine what Inkscape would be like with support for animation? Incredible - that's what. If some rich company (Google, Sun) wants to knock FLASH flying and bring about an open standard, that would be the short route to go.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    18. Re:Link and Summary by oliderid · · Score: 1

      So basically it's nothing like Flash at all then?

      You are right.
      Official web site.
      They state that salasaga is a "Integrated Development Environment for producing eLearning". SWF is just an output media.

      For those interested in Open source Flash tool. I'm currently testing FlashDevelop (IDE for Actionscript). Looks quite nice and useful
      the web site (well an "official forum") (Windows compatible only AFAIK)
      More info on here

    19. Re:Link and Summary by Richard+Fairhurst · · Score: 1

      Or you can use Ming, which is what I do all my Flash development work with - mostly the Flash editor for OpenStreetMap. Ming is actually the underlying library for Salasaga, and if you're at all familiar with scripting languages, you may well prefer direct access to the library rather than working via a GUI.

      It's an even older version of Actionscript - AS1 vs mtasc's AS2 or commercial Flash's AS3 - but AS1 and AS2 have the same functionality, and personally (much to the exasperation of my co-devs ;) ) I prefer the old-fashioned AS1 grammar. Unlike mtasc, which is just an Actionscript compiler, Ming also provides language wrappers (Perl, Python, PHP, Ruby...) for Flash drawing primitives. Ming works fine on Linux, OS X (which I use), even Windows. There are plenty of examples available, and the devs are really helpful.

  2. URL by bluefoxlucid · · Score: 2, Insightful

    Where the fuck is the URL?

    1. Re:URL by jambarama · · Score: 2, Informative

      This probably should've made the post.

  3. The link? by Anonymous Coward · · Score: 5, Funny

    The link is a lie.

  4. can't comment.. by rucs_hack · · Score: 5, Funny

    After all if I did, someone would only mark it as native .flame bait

  5. Track Jumping by mrbluze · · Score: 5, Funny

    being a cross-platform tool That's what we used to call the people who jumped tracks instead of taking the overpass at the train station.
    --
    Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
  6. Which hole is this filling? by Intron · · Score: 1
    --
    Intron: the portion of DNA which expresses nothing useful.
    1. Re:Which hole is this filling? by WarJolt · · Score: 1

      http://www.salasaga.org/index.php?page=download

      It in fact depends on that library.

      It's not only about flash.


      * Glib and GTK+ - version 2.10 or higher of both is known to work
      * Pango - version 1.16 or higher is known to work
      * libxml2 - version 2.6.30 or higher is known to work
      * Ming - version 0.4.0.beta5 or higher is known to work
    2. Re:Which hole is this filling? by Tetsujin · · Score: 2, Funny

      Well, it's not really that it fills one specific hole... If anything it's kind of a double-penetration thing...

      --
      Bow-ties are cool.
    3. Re:Which hole is this filling? by Spy+der+Mann · · Score: 1

      Considering ming is a LIBRARY and not an IDE, i'd say it's pretty much a shovel, but there's no dirt to fill the hole yet.

  7. Re:Here is the truth... by Anonymous Coward · · Score: 1, Informative

    I hate that this comment has been modded down because it shows me that some Linux supporters are just as bad with critique as Windows users. Sure, the comment is a bit harsh, but it isn't off the mark.

    It's down, because it's off topic.

  8. Oh, THAT kind of flash by overshoot · · Score: 2, Informative
    At first I thought it meant the light that comes out of 'puters with the magic smoke.

    I never noticed that Linux had a problem in that regard.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
  9. Re:Here is the truth... by aaron.axvig · · Score: 0, Offtopic

    Ever try to install Windows alongside an existing OS? Not easy, if it's even possible. But yes, I also hate that the OP's comment was modded down.

    The way I see it, it's good that we have a mostly homogeneous OS market. Makes it easy for a lot of people. And right now we have just enough competition from OSX to keep Windows under some pressure. And there is just enough from Linux on the server side to push out good server products from Microsoft. I see no need for desktop linux.

  10. Free Software by Tovok7 · · Score: 1

    Do not forget to mention, that Salasaga is Free (as in free speech) Software licensed under the GNU Lesser General Public License. This program may be still lacking several important features, but at least everybody is free to contribute and improve this piece of software.

  11. Ajax animator by bencoder · · Score: 1

    This seems better than Salasaga at the moment, if you want something similar to flash. At least its an interesting project(project page here). Would be better if you could play with it without all the adverts though.

  12. Re:Here is the truth... by harshipper · · Score: 0

    They're a bit over the arch, but the point is the same as in the first comment of the thread. The program [linux] does something at least, but isn't nearly as good as it should/could be.

  13. What about a player? by Epistax · · Score: 5, Informative

    Here I am in amd64... can I have an integrated flash player that WORKS please? Gnash is utter crap (arg please don't say contribute, I haven't the time to do anything but work and flame on slashdot). I don't want to make a chroot 32 environment / install every 32 bit library in existence...

    Does anyone in my situation have a suggestion? I've also tried broken firefox add-ons, including: Magic's Video - Downloader, Media Pirate - The Video Downloader, and Video Download. I can watch about 1/3 of youtube videos. 1/3 don't work at all, and 1/3 only show the first frame. I haven't seen one interactive flash that works. Some flash completely freezes up firefox. Maybe I'd have luck with a different browser :P

    1. Re:What about a player? by cortana · · Score: 2, Funny

      Install the i386 port of your distro.

    2. Re:What about a player? by darthdavid · · Score: 1

      I'm in the same boat. Somehow the non-free flash plugin for Ubuntu magically started working (hacked to ignore the 32 bit only restrictions? I'm too lazy to find out). It randomly crashes, more so the more complex whatever it's trying to load is, but usually works again after restarting firefox. Atleast shit works right when it doesn't decide to choke and die (gnash I'm looking at you...).

    3. Re:What about a player? by Anonymous Coward · · Score: 2, Insightful

      i am in amd64 too, in your same situation, I think adobe will never release the 64 bit plugin, so just ignore content in this closed, propietary and non-portable technology.

    4. Re:What about a player? by Facetious · · Score: 1

      I don't know what distro you use, but I was like you: no acceptable flash player for AMD64. I use Ubuntu, and following an upgrade to Gutsy, installed flashplayer (or whatever it's called) via synaptic, and it handled all the nspluginwrapper stuff automatically. I was quite impressed. Of course I found the need shortly thereafter to install flashblock (or whatever it's called) to tone down certain sites.

      --
      Let us not become the evil that we deplore.
    5. Re:What about a player? by 26199 · · Score: 2, Informative

      No idea, but here's one tip: mplayer will play the videos.

      Visit the youtube page with a broken flash implementation and it may still download the file to your browser's cache. (It does in opera). Drop to command line, launch mplayer ... yeah, okay, it sucks. But there ya go.

    6. Re:What about a player? by Anonymous Coward · · Score: 0

      Use nspluginwrapper!

    7. Re:What about a player? by oatworm · · Score: 1

      Sounds like the Flash plugin that runs under the 32 bit version of Ubuntu. :-)

    8. Re:What about a player? by Device666 · · Score: 4, Insightful

      Epistax: "Can I have an integrated flash player that WORKS please? [...] arg please don't say contribute, I haven't the time to do anything but work and flame on slashdot"

      If you don't have the time to contribute, how important is that integrated flash player for you? Contribution doesn't neccesary mean it will cost you time, contributing money (even a small sum) can be a way too. Or you could send Adobe a polite email, asking them to add support for your platform. Adobe is increasingly paying more attention to linux. A friendly reminder of lots of people helps


      Epistax: "Gnash is utter crap"

      There are people on projects like Gnash, GPLFlash player, etc who tried or still trying to solve your problem. It's not easy to build an open source flash player. It takes a lot of effort from people with very busy lifes who make the time to contribute code. If all open source developers had your attitude, we all wouldn't even have something like a amd64 open source distribution. So please don't say open source x or y is utter crap, but you don't have time to contribute.

    9. Re:What about a player? by niteice · · Score: 2, Informative

      Use nspluginwrapper. It takes a little effort to set up but runs Flash and a few other proprietary (32-bit-only) plugins with ease.

      --
      ROMANES EUNT DOMUS
    10. Re:What about a player? by Hatta · · Score: 1, Insightful

      I have a suggestion, quit using flash. The internet is much better without it.

      --
      Give me Classic Slashdot or give me death!
    11. Re:What about a player? by Epistax · · Score: 3, Informative

      Your comments are well taken, but..

      If all open source developers had your attitude, we all wouldn't even have something like a amd64 open source distribution.

      I'm not an open source developer, so that's not a fair comparison. I actually did try to help out in a few before but found the politics to be distasteful. My comment about gnash wasn't fair. Gnash is the best thing I've found for amd64. However, it doesn't deserve the pedestal that I've seen people put it on.

      Again, my apologies to any gnash developers. It's just not usable yet.

    12. Re:What about a player? by iammisc · · Score: 1

      Have you tried using nspluginwrapper? It works perfectly for me. I can watch almost every flash video except those that check for windows or something stupid like that.

    13. Re:What about a player? by AnyoneEB · · Score: 1

      Unfortunately, flash has become the de facto standard for posting movies on the internet -- and rarely does one see a clear link to the video itself to simply load into mplayer. The grandparent talked about various hacks for downloading the video, which is what I often use when visiting YouTube, but they only work sometimes. So, there is no easy way to get out of using a flash player. And, no, "Don't watch videos on the internet." is not a sane workaround.

      --
      Centralization breaks the internet.
    14. Re:What about a player? by PopeRatzo · · Score: 1

      Here I am in amd64... can I have an integrated flash player that WORKS please?
      Geez, and people in hell want ice water. I mean, some people are just never satisfied.
      --
      You are welcome on my lawn.
    15. Re:What about a player? by Golthur · · Score: 1

      I use nspluginwrapper and the 32-bit Flash plugin, it works fairly well, although occasionally Flash "goes away" (blank window with no content) and you need to reload the browser.

      That being said, it's certainly better than most of the other alternatives.

      --
      Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
    16. Re:What about a player? by Mad+Merlin · · Score: 1

      Like any sensible person, I don't install Flash. As for Youtube, youtube-dl works quite well.

    17. Re:What about a player? by Linegod · · Score: 1

      Use nspluginwrapper. Flash 9 works flawlessly here on Mandriva 2008.0 x86-64.

      --
      -- I care not for your foolish signatures.
    18. Re:What about a player? by DMUTPeregrine · · Score: 1
      download flash. extract the .so file from the tarball.

      sudo apt-get install nspluginwrapper
      sudo nspluginwrapper -i FILENAME.so
      It worked for me, I did it earlier today. Youtube seems to work, no firefox crashes yet. Ubuntu 7.10, Firefox 2.0.0.12, about:plugins should display the following once it is installed:

      File name: npwrapper.libflashplayer.so
      Shockwave Flash 9.0 r115
      --
      Not a sentence!
    19. Re:What about a player? by dookiesan · · Score: 1

      I've seen some funny animated videos using flash. Small file size and very sharp picture. Half of the annoying pop up "close here [x]" ads I see are javascript now. If the web were in flash we would have pixel level precision in how pages appear. I think any designer would love Flash over html. No work-arounds for different browsers.

    20. Re:What about a player? by Undead+NDR · · Score: 1

      On an i386 system, I recommend installing the old 9.0-r48 version of the Flash plugin. It's decently stable, which is more than can be said for the latest releases.

      On a 64-bit system IIRC there is a wrapper for using 32-bit plugins.

    21. Re:What about a player? by sowth · · Score: 1

      I second mplayer. All the flash video I've thrown at it plays well, though I admit I haven't tried a huge amount.

      I'm certain there is a firefox plugin for mplayer. I've seen mentioned. I don't use it because...well I am on dialup and I think video in web pages is evil!

    22. Re:What about a player? by tbf · · Score: 1

      other alternative: swfdec. it seems to make good progress recently.

    23. Re:What about a player? by Anonymous Coward · · Score: 0

      I hate to say it, but I'm on an amd64 system, and flash works pretty well for me, including youtube. I'm using the 32-bit version of flash player, but I'm using nspluginwrapper with it to allow it to work with a 64 bit version of firefox...

    24. Re:What about a player? by Hatta · · Score: 3, Informative

      Restraining the whims of designers is exactly why the internet is so much better without flash. HTML and CSS are plenty to get your message across to people in an organized and easy to read format. The internet is even better without javascript too.

      --
      Give me Classic Slashdot or give me death!
    25. Re:What about a player? by PuercoPop · · Score: 1

      I'm with you on gnash is crap. With the 32-bit wrapper I can see all youtube videos. It crashes once in while (like 1 time in a month) but it solves the problem about flash in amd64 linux

    26. Re:What about a player? by Anonymous Coward · · Score: 0

      I second mplayer. All the flash video I've thrown at it plays well, though I admit I haven't tried a huge amount.

      I *have* tried a huge amount and so far mplayer plays 99%, but vlc plays 100%

    27. Re:What about a player? by virgil_disgr4ce · · Score: 1

      Can you please explain your position why? I don't think the same reasons we had 5 years ago are as relevant today.

    28. Re:What about a player? by Epistax · · Score: 1

      Hey I agree I think flash is a horrible way to implement what's supposed to be a website. Then again, it makes since for youtube. Flash games are fun too. I don't think I ever claimed to want to use flash for anything other than fun things. :-)

    29. Re:What about a player? by Anonymous Coward · · Score: 0

      Swfdec can play YouTube videos.

    30. Re:What about a player? by Anonymous Coward · · Score: 0

      The internet is even better without javascript too. Yeah, Google Maps sucks. MapQuest 1999 FTW!
  14. Re:Here is the truth... by aaron.axvig · · Score: 1

    Agreed. Probably the thing I find most funny is how many stories there are on /. about how another application has finally been copied as a Linux app. Just like this story.

  15. Re:Here is the truth... by Anonymous Coward · · Score: 0

    Troll? It's the crushing truth man :P.

  16. Re:Here is the truth... by SanityInAnarchy · · Score: 4, Informative

    The reality is that Linux has little to offer to the inexperienced user.

    Face it, no OS has much to offer to the inexperienced user. The question is, how much does it take to become an experienced user? Or how much does the OS get in your way if you're inexperienced?

    The same novice that is seen disconcerted by the impossibility to do a simple one copy-paste between QT and GTK applications.

    Been doing this for years.

    Go out and ask to the people how they install a program that does NOT have packages for its distribucción

    Simple: Treat the distribution as an OS. If it doesn't have a native package for Ubuntu, then as a novice user, assume it doesn't support Ubuntu.

    Now, I dare you to find a slicker way to install and maintain programs than Synaptic.

    Explain him why in his Ubuntu, Kubuntu or Fedora cannot see many web pages: he must download the Flash and the Java plugin, in order then to install them with complicated commands.

    Oh please:

    apt-get install sun-java6-jre flashplugin-nonfree

    And there's a GUI for that, too, if you need it. I think it prompts you on first boot now.

    Also make him know that he won't be able to listen its MP3, WMA and WMV files.

    Except he can -- again, absurdly simple to enable. First time you click on an MP3, you'll get a prompt that'll guide you through installing the necessary packages.

    You're not even trying, are you?

    Tell to the flaming buyer of a new AMD64 how he can play flash games.

    Worst case? Tell them to install a 32-bit OS. Not as if they'd be worse off than in Windows.

    besides, the drivers don't come in the distributions. ..becuase of the fucking freedom

    Again, only a few clicks away. And once they're installed, they'll actually auto-update, and stay updated.

    Believe it or not, installing XP on this laptop was worse -- tried downloading the drivers from nvidia.com, and they didn't work. The Toshiba site only had Vista drivers. Had to go to an old Toshiba UK site to find any. On Linux? Damned-near plug'n'play.

    The proof of the free software failure is seen also in the professional world...

    And then you go on to list a few apps that you don't like, but which do, indeed, prove that these things exist. Oh, and Maya has a Linux port.

    In the software development industry there's not a single decent RAD tool.

    Rails.

    now prefer the most powerful system for software development: Microsoft Visual Studio.NET.

    Which also can only be used reasonably on a machine with 2 gigs of RAM. May as well use Eclipse.

    Accounting software? In Linux? There's not software in this area.

    For business-level, maybe not. Personal-level, there's Gnucash and KMyMoney.

    If Linux is free (in both senses)...Why the high computers-makers don't preinstall it (just a 1% make that)?

    Dell does.

    He wants to install his webcam without recompiling the kernel.

    Literally plugged a webcam into a vanilla Kubuntu, had it running in Kopete with no tweaking whatsoever.

    And at that point, you descend completely into a pointless rant, that makes me wonder exactly what Linux people you've been hanging out with -- if, indeed, you know anything about Linux at all. You make some good points, but you lose all credibility when you rant about problems that were fixed 2+ years ago, or actually complain about things that Linux does better than Windows.

    --
    Don't thank God, thank a doctor!
  17. Re:Here is the truth... by fishbowl · · Score: 1

    >Windows doesn't have to bother to make it easily installable/easy to work with (somewhat because it already is) since it already has the market it
    >needs,

    I argue that Linux also already has "the market it needs".

    --
    -fb Everything not expressly forbidden is now mandatory.
  18. Other Options...? by wasbridge · · Score: 3, Interesting

    Salasaga is cool, but I am not totally sure that it fills the Linux community's need for a Flash IDE, though it does do a good job of creating web based interactive learning environments. I do not want to steal the light, but I want to get a word in. I have a more traditional (Open Source GPL) Flash IDE project which is based off of the Open Source Flex SDK. Its in C# .NET and via MonoDevelop, Cairo and GTK+ will port well to linux and OSX. Porting is on my list of TODOs for the next 2 weeks. Check it out at http://dialect.openmodeling.net./

  19. Misread by SeaFox · · Score: 3, Funny

    Am I the only one who read this as Sausage Fills Flash Creation Hole for Linux?

    1. Re:Misread by gandhi_2 · · Score: 1

      Yes...and I think Freud might have had something to say about this.

    2. Re:Misread by Chabil+Ha' · · Score: 1

      That would have been a GLORIous HOLE to fill indeed.

      --
      We're all hypocrites. We all have hidden parts, it's the contrast between them that make us more a hypocrite than others
    3. Re:Misread by poot_rootbeer · · Score: 1

      Am I the only one who read this as Sausage Fills Flash Creation Hole for Linux?

      I read it as "Salsa Saga". (I think it's the next-gen console sequel to the NES game "Princess Tomato in the Salad Kingdom".)

      Why must open source software projects have such silly names? Yes, I know that many commercial products have silly names too--but why should their lead be followed?

  20. Bad Linux software names by MeditationSensation · · Score: 1

    They go from the relatively cool Flame Project... to Salasaga!? Am I missing something here?

  21. Re:Here is the truth... by mr_mischief · · Score: 1

    In other news, people pay professionals to work on their cars. Film at 11.

  22. Flash is not essential by sega01 · · Score: 2, Insightful

    While Flash is used in so many places, I really don't see it as essential. You can do a lot with SVG's and the existing web standards, and embed video with an open codec. My main problems with it are that it is completely proprietary. I try to run a pure open source system, and consider any boxes of mine that use the proprietary Flash plugin to be compromised (at least, on the level of the user than runs it). I would really like a Flash, Perl, Python, C++, .NET, Ruby, and Basic free world :-).

    1. Re:Flash is not essential by the_hoser · · Score: 1

      I would really like a Flash, Perl, Python, C++, .NET, Ruby, and Basic free world :-).

      While I can understand your desire to rid the world of Flash, your obvious bias against scripting lanuages has me irked. I'd hate to live in a world where the only language available was C. Why don't we just get rid of HTML and image formats! Maybe we can be rid of window managers, too! All anyone ever needs is a 80x25 text console.

      Yay 1981!

    2. Re:Flash is not essential by lnxpilot · · Score: 1

      "I would really like a Flash, Perl, Python, C++, .NET, Ruby, and Basic free world :-)"

      Amen to that. :)

    3. Re:Flash is not essential by Anonymous Coward · · Score: 0

      See, that's his plan all along. If we go back to that, he gets his hair and erections back!

  23. Re:No, I'm New Here by Anonymous Coward · · Score: 0

    xDDDDDDD

  24. Re:Here is the truth... by argent · · Score: 3, Interesting

    Ever try to install Windows alongside an existing OS?

    I had Windows NT4, FreeBSD, BeOS, and Rhapsody DR1 running on the same PC.

    It's not that bloody hard.

    Hell, I had Windows 2000, FreeBSD, and BSD running on a Toshiba Libretto. That puppy was maxed out with 64M RAM.

    IT'S NOT THAT HARD, except that Microsoft deliberately makes it harder than it needs to be.

    The way I see it, it's good that we have a mostly homogeneous OS market.

    Well, except for Windows, we do. Pretty much everything else is UNIX.

    As for Microsoft, I wouldn't mind them so much being an evil empire if they were a competent evil empire. But it's over 10 years now and they STILL haven't fixed the whole IE / ActiveX security mess.

  25. [erratum] by argent · · Score: 1

    I wrote: "I had Windows 2000, FreeBSD, and BSD running on a Toshiba Libretto."

    That should read "I had Windows 2000, FreeBSD, and BeOS running on a Toshiba Libretto."

    Pardon me.

  26. Re:Here is the truth... by Anonymous Coward · · Score: 0

    Native English speaker?

    I say old boy, me knickers are a bit tight in the bum. All the tea and scrumpetts from breakfast must be settling. Top 'o the day to ya, Charlie!

    Do I count?

  27. Re:Here is the truth... by aaron.axvig · · Score: 0

    Did you install Windows 2000 after the other two? If so, then you probably had to re-do the boot loader after that anyways. So it's not easy, unless you do W2000 first, which leaves you relying on GRUB or something to know how to boot W2000.

  28. The file form at says it all. by andreyvul · · Score: 1

    It was designed for trolls to post slideshows. Why otherwise would the file extension be .flame?

    --
    proud caffeine whore
  29. Re:Here is the truth... by Anonymous Coward · · Score: 0

    Congratulations, you tore apart an obvious troll copypasta that's been around for, hmm, maybe a year or so? That's based on an ancient copypasta troll base post, but apparently was thinly updated a while back (said year or so ago).

    Here's your cookie.

  30. Re:Here is the truth... by dfghjk · · Score: 1

    "Face it, no OS has much to offer to the inexperienced user. The question is, how much does it take to become an experienced user? Or how much does the OS get in your way if you're inexperienced?"

    What a ridiculous dismissal. There are real differences between platforms when it comes to usability for the inexperienced. Saying that an inexperienced user can't get value out of ANY platform is just arguing language instead of the issue.

    It's a shame that you worked so hard to put together good arguments otherwise.

  31. What Gap? by antimatter15 · · Score: 1

    http://osflash.org/projects Large list of open-source flash-related projects, alot (most?) of them are cross-platform.

  32. SalaaaaaSalllaSalasagaa..... by Anonymous Coward · · Score: 0

    SalaaaaaSalllaSalasagaa..... not gonna work here any more.

    WHY -- for the love of fucking god --- can't Linux nerds pick a name that people can pronounce?!?!?!?!?

    These are the same assholes that cry when they get no mainstream press.

    Two fucking rules. TWO!

    1. Make sure I can pronounce it
    2. Make sure it is easy to spell

    1. Re:SalaaaaaSalllaSalasagaa..... by Solra+Bizna · · Score: 1

      WHY -- for the love of fucking god --- can't Linux nerds pick a name that people can pronounce?!?!?!?!?

      You can pronounce "mmcndmgr.dll"?

      -:sigma.SB

      --
      WARN
      THERE IS ANOTHER SYSTEM
  33. Re:Here is the truth... by Miseph · · Score: 1

    Incidentally, GRUB can boot Windows just fine.

    In fact, whenever XP crashes and I reboot so I can go back to gaming (including in Flash, see, I'm on-topic) I boot it through a GRUB menu. Works great, and only adds about 1.5s to my boot time, virtually all of which is me pressing the down key.

    --
    Try not to take me more seriously than I take myself.
  34. Re:Here is the truth... by SanityInAnarchy · · Score: 1

    I was bored, and I like cookies.

    Figured Vista hadn't been out long enough for this to be really ancient.

    --
    Don't thank God, thank a doctor!
  35. worth a link by Anonymous Coward · · Score: 0
  36. Is there an FOSS equivalent to Flash? by AP31R0N · · Score: 2, Interesting

    It would be nice to have an open standard that allows people to create animated crap that doesn't require slurping from the adobe teat. Something any browser could run, with, or maybe even without a plugin.

    --
    Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
  37. Re:Here is the truth... by argent · · Score: 1

    Doesn't matter what order you do it in, if you use a single-stage boot loader like Booteasy (which comes with FreeBSD) or a smart boot loader like the BeOS one. I think your problem is that the Linux boot loaders are even more screwed up than the Windows one.

  38. Re:Here is the truth... by harshipper · · Score: 0

    I argue that Linux also already has "the market it needs".
    That sounds like something Microsoft would say. "We aren't going to make things easier/better because we don't give a fuck." Isn't Linux supposed to be "the better man" here?

  39. Re:Here is the truth... by harshipper · · Score: 0

    Since you agree, you're a troll with me ;) Hello!

  40. Re:Here is the truth... by Anonymous Coward · · Score: 1, Informative

    it's a troll that is posting the same bs on different regional /. he's even translating the same text into various languages. don't feed em and get used to this new mascot

  41. Re:Here is the truth... by Anonymous Coward · · Score: 0

    The milanes has made is way to slashdot. Long live to the milanes.

    He is an spanish troll , by the way.

  42. Re:Here is the truth... by Anonymous Coward · · Score: 0

    Wonderful!! We spanish are exporting trolls!!! XD XD XD XD (This is a very old trolling comment from spanish slashdot, very well translated. In barrapunto it has become a traditional joke just like the CowboyNeal references here.