Poll

Would you use MegaZine3 if it were Flash Player 10 only?

Yes
26 (74.3%)
Not yet
4 (11.4%)
No
5 (14.3%)

Total Members Voted: 32

Author Topic: Flash Player 10  (Read 2159 times)

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1342
  • MegaZine3 Developer
    • MegaZine3
Flash Player 10
« on: October 16, 2009, 06:54:01 PM »
Just out of curiosity, would you still use MegaZine3 if I'd switch to exclusive Flash Player 10 development?

To make this clear: I will not take this step in the next couple of months. But some time next year I most likely will.

Pros and cons? Here are some I can think of:

  • + typed arrays, namely Vector.<type>. This might speed things up and would make the code easier to understand, use and debug.
  • + Adobe's Text Engine (see Text Layout Framework [Demo]). This would allow proper support for right to left / top to bottom writing, and much more powerful text formatting.
  • + 3Dish stuff, which could be used to make the stiff pages look a bit more realistic (adding perspective).
  • - has not yet completely taken over version 9, not even according to Adobe's own statistics, especially not in companies.

I'd definitely be interested to hear other opinions on that topic! :)
« Last Edit: April 16, 2010, 04:05:30 PM by Florian Nücke »
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.

jeremyBass

  • Jr. Member
  • **
  • Posts: 45
Re: Flash Player 10
« Reply #1 on: October 16, 2009, 10:11:07 PM »
For The way I figure it ... we are just monthes a way from 10 over taking 9.... IMHO  :D

james4551

  • Newbie
  • *
  • Posts: 14
Re: Flash Player 10
« Reply #2 on: October 20, 2009, 11:37:32 AM »
It's bound to happen sooner or later, may as well keep up with the times and let everyone else follow suit. ;D

MPete

  • Full Member
  • ***
  • Posts: 62
Re: Flash Player 10
« Reply #3 on: November 06, 2009, 12:09:21 PM »
I've voted "not yet" but am pretty much on the fence with this one. Flash usually has a pretty good update rate and happens mostly invisibly so developing for version 10 is probably best but if kept for a few months while users catch up s the majority of users haven't upgraded...

KuriousKook

  • Newbie
  • *
  • Posts: 15
  • Hello world!
    • igda gb wi
Re: Flash Player 10
« Reply #4 on: December 01, 2009, 04:21:55 PM »
I would use it, and the folks looking at my Megazine will be. Is there a push for older compatibility? How much larger would the scope be to do both?
The more we give love, the greater our capacity to do so.

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1342
  • MegaZine3 Developer
    • MegaZine3
Re: Flash Player 10
« Reply #5 on: December 01, 2009, 07:30:44 PM »
Backwards compatibility is always an important point when it comes to companies, because
the upgrade cycles are normally rather slow (due to security policies and the good ol' "never
touch a running system" piece of wisdom, which especially holds true in a productive
environment).
Plus there's a lot of people out there who would probably not be able to tell you what
version of the Flash Player they're using, much less know they can / should upgrade, or in
the worst case, even know they have it installed (or even know what "installed" means...)

Keeping it running on two tracks, one for FP9 and one for FP10, would be a lot of pain, as I'm
planning to make good use of the new features FP10 offers, meaning (pretty much) all
Arrays will be replaced by Vector.<>s, and I'd spend some time looking into the TextEngine
to see if proper support for right to left languages could be implemented, and maybe even
things like font embedding etc.
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.