On 18/09/2012 18:49, Gustavo Duenas wrote:
what program did you use for creating apps for android and ios?

"Btw I didn't left Flash, I use it for making Android and iOS apps and it works very well."


Gus
On Sep 18, 2012, at 11:02 AM, Ima Newsletta wrote:

Actionscript "can manipulate" DOM... because as1 is quite the same as js. My personal experience: I'm a flash developer since 2002, I've begun with Flash 6 (before I was a "classic" programmer, c, clipper and so on). I appreciated very much when As3 came out because I was freed by that nightmare of implementing class with prototype, by passing always the context and so on... Now, because "I have family", I was forced to learn html+js (and obviously jQuery) and I'm back into prototypes and context nightmare. Ok let's say that I feel pretty strong and confortable with them, but it's a jump of at least 6 years in the past. However, the REAL NIGHTMARE that I had forgottend since 2002 is that OBVIOUSLY html+js (also by using jQuery) differs from browser to browser. jQuery helps a lot, however you have to test your webapp on many browser and a lot of times what works on one, doesn't on another. The real bad thing is that also on the language javascript there are important differences among the browser and you'll learn these only when they are in front of you. For example, setTimeout(myFunction, 1000, myParam) won't work on explorer and you have to write it in this way:
setTimeout(function(){myFunction(myParam)} , 1000);
And this is just an example...

Btw I didn't left Flash, I use it for making Android and iOS apps and it works very well. I made 4 apps, free on Android (with advertising banners by using an ANE) and with fee on Apple Store.

P.S. Sorry for my English, it's not my native tongue.


Il 18/09/2012 15:22, Merrill, Jason ha scritto:
Make it an EMCA viable script language. Like Actionscript becoming Javascripts competitor. Make it so Actionscript can control and manipulate DOM.
Just sayin..

THAT would be AWESOME and make me VERY HAPPY.

 Jason Merrill
 Instructional Technology Architect II
 Bank of America  Global Learning


----------------------------------------------------------------------
This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses.

References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to