davej Posted September 10, 2013 Share Posted September 10, 2013 I am thinking that I may still need Action Script for some things, like for IE9 support. For example I need a multi-file image upload and IE9 doesn't support the HTML5 multiple file input. What is the learning curve like for Action Script? Thanks 1 Link to comment Share on other sites More sharing options...
justsomeguy Posted September 11, 2013 Share Posted September 11, 2013 Old AS is similar to Javascript, they are both based on ECMAscript. It's fairly out of date by now though, ActionScript 3 is newer and is a little different but is much more flexible and powerful. I wouldn't use older versions with a new project. You could also just implement a Javascript form that adds additional inputs though, rather than requiring Flash. Link to comment Share on other sites More sharing options...
davej Posted September 11, 2013 Author Share Posted September 11, 2013 (edited) Oh, I just meant the name of the script that Flash uses if you want to write code -- Action Script or ActionScript or whatever -- of a version that is fairly current. For the file upload I'd like to be able to browse to a directory and select a bunch of files, or maybe all the files, and then press "Go." In other news today... http://threatpost.com/adobe-fixes-code-execution-bugs-in-flash-reader Edited September 11, 2013 by davej Link to comment Share on other sites More sharing options...
justsomeguy Posted September 11, 2013 Share Posted September 11, 2013 ActionScript versions are not browser-dependent, the Flash Player executes that code, not the browser. Link to comment Share on other sites More sharing options...
davej Posted September 12, 2013 Author Share Posted September 12, 2013 I have never used it. I have CS5 Student Edition and did a few panned images but never tried to code in Flash. If Flash can access local files I'm guessing it can't do that without permission? Link to comment Share on other sites More sharing options...
justsomeguy Posted September 12, 2013 Share Posted September 12, 2013 Flash can save and read its own files but it can't access arbitrary files. Or at least it's not supposed to be able to. Link to comment Share on other sites More sharing options...
davej Posted September 13, 2013 Author Share Posted September 13, 2013 So what can Flash code do that is particularly powerful and appealing? Or what can Flash code do that JS can't do? Link to comment Share on other sites More sharing options...
justsomeguy Posted September 13, 2013 Share Posted September 13, 2013 They aren't really comparable, Javascript works with the browser's document object model, and Actionscript works with the Flash API. The Flash API and the DOM are totally different. The Flash API has access to a webcam, for example, and can save data locally. One of them runs in the browser and the other runs in the Flash plugin. Here's the API reference for Actionscript 3 if you want to browse through it: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html Link to comment Share on other sites More sharing options...
davej Posted September 16, 2013 Author Share Posted September 16, 2013 Maybe if could make sense of this table... http://en.wikipedia.org/wiki/Comparison_of_HTML5_and_Flash Link to comment Share on other sites More sharing options...
shakir Posted August 24, 2014 Share Posted August 24, 2014 I don't like to use flash on my sites @davej This is because it's make site slow, few day's i did some of the Actionscript class it's complicated. Link to comment Share on other sites More sharing options...
L8V2L Posted August 24, 2014 Share Posted August 24, 2014 (@_@) davej! One of the wizard of invisionzone! As well as a moderator is posting a question!!!! By the gods of the web! What's to befall us all! (¥_¥) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now