<!-- m -->http://tv.adobe.com/... ... ofessional<!-- m -->
Not sure how deep this goes ( IE porting Actionscript over to JS )
If it does my world just got a lot easier.

Flash to HTML5! Wow
Started by
0x150--ISO
, Apr 09 2012 11:50 PM
10 replies to this topic
#1
-
Posted 09 April 2012 - 11:50 PM

http://is.gd/XFMMcu
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
You could just wrap ActionScript functions in JavaScript. It's the same language at heart.
#2
-
Posted 10 April 2012 - 01:43 AM

aboutscript ⋰ apps ⋱ scripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Thats a good point however,
I've tried moving from AS to JS and let me tell you I could smell burning toast.
Also theres things about JS that are just so unstable compared to flash.
If this does what it proposes,
a lot of ppl will be very happy indeed.
I've tried moving from AS to JS and let me tell you I could smell burning toast.
Also theres things about JS that are just so unstable compared to flash.
If this does what it proposes,
a lot of ppl will be very happy indeed.
#3
-
Posted 10 April 2012 - 02:10 AM

http://is.gd/XFMMcu
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
The past few days I've been working with CoffeeScript. It's a really nice language that converts to JavaScript. It's so light weight, I may continue using this for anywhere I need JavaScript going forward.
#4
-
Posted 18 April 2012 - 01:34 PM

aboutscript ⋰ apps ⋱ scripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
#5
-
Posted 18 April 2012 - 03:46 PM

http://is.gd/XFMMcu
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
Yeah: <!-- m -->http://coffeescript.org/<!-- m -->
It compiles to JavaScript.
I found this on the prototype site.
It would look like this in CoffeeScript.
It compiles to JavaScript.
I found this on the prototype site.
var Person = Class.create({ initialize: function(name) { this.name = name; }, say: function(message) { return this.name + ': ' + message; } });
It would look like this in CoffeeScript.
class Person constructor: (@name) say: (message) -> "#{@name}: #{message}"
#6
-
Posted 18 April 2012 - 07:35 PM

aboutscript ⋰ apps ⋱ scripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run
omg so much easier tytyty
#7
-
Posted 19 April 2012 - 08:04 PM

http://is.gd/XFMMcu
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
0x150||ISO really goood post thanks for sharing...
i try it soon ...
and connect you for help ....
i try it soon ...
and connect you for help ....
#8
-
Posted 15 May 2012 - 10:00 AM

With HTML you can add a few lines of code here and there and in general tweak things without breaking anything. Flash is harder to deal with though and you may be required to go back to your initial coder or find another one if you need to change something.
#9
-
Posted 16 June 2012 - 11:39 PM

I purchased an upgraded Flash Pro CS6 and now the option to publish to glorious HTML 5.
Simply amazing for 90% of mobile/tablet ports ( the other 10% supported native flash obj)!
Simply amazing for 90% of mobile/tablet ports ( the other 10% supported native flash obj)!
#10
-
Posted 20 June 2012 - 06:52 AM

http://is.gd/XFMMcu
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!
AHK_L = HUGE BENIFITS!!!
FREE :geek: http://is.gd/LNWEKw and :ugeek: http://is.gd/3EOFhl!