Supporting for old versions of Flash?

Go To StackoverFlow.com

0

Some of my visitors are on outdated machines with old versions of Flash. My FLA consists of nothing more than a few lines of ActionScript that create a SharedObject.

I want to ensure my SWF executes for them. Is there any reason I should NOT select an older version of Flash Player and ActionScript when publishing the file?

2012-04-04 20:35
by Marco
If you're just creating a SharedObject; why can't you create a cookie with JavaScript instead - Marty 2012-04-05 04:07


1

  1. You should try and see if it works.
  2. Show the "few" lines of code? It's easier to tell if anything will break if you know what may break.
  3. Considering non-code-related changes: CFF fonts will not be available to you in the old version, I believe, couple of line styles, too. No shaders, obviously. The overall display list performance will be a bit slower - that's about it.

People using old version of Flash player, however, are putting themselves in danger of all kinds of exploits and other malware that can target older versions of Flash player, so at least for that reason you could encourage them to update.

2012-04-04 21:15
by NoName
I agree, you are being a good citizen of the web by requiring users of your site to update. But this has to be balanced with the fact that you might drive away users from your site by requiring the latest version. At the minimum, I would require Flash Player 10, to at least coax stragglers on Flash 9 to upgrade - Sunil D. 2012-04-04 21:25
I concur with Sunil - FP 10 should be the minimum bottom line. It was released in 2008, and 4 years is plenty of time to upgrade - weltraumpirat 2012-04-04 21:50


0

If all you are using is a SharedObject, you can target Flash 9, but not less.

As for educating your users to upgrade, I wouldn't bother with that. To convince them of anything, you'd have to at least write a whole page detailing the possible exploits and so on, and that's probably not the purpose of your website.

2012-04-05 02:56
by this.lau_
Ads