| Author |
Message |
|
winxalex
Member
Joined: Fri Apr 06, 2012 12:31 pm Posts: 9
|
 Action Script Native Extension Template FD4
Hi All, I wanted to automatize ANE (Native Extension) creation in FD4. Let this template be my contribution to FD and all of you. I've spent good 2 days developing(most to great Adobe help  ) this template http://www.winx.ws/blog/FlashDevelop4AS3Native%20ExtensionTemplate.zip and testing it. Let me know if you have found it useful or have some question. If you find it valuable maybe we could see it in the next release of FD. Regards Alex
Last edited by winxalex on Thu May 03, 2012 9:29 pm, edited 1 time in total.
|
| Fri Apr 06, 2012 12:51 pm |
|
 |
|
winxalex
Member
Joined: Fri Apr 06, 2012 12:31 pm Posts: 9
|
 Re: Action Script Native Extension Template FD4
http://winxalex.blogspot.com/2012/04/na ... velop.htmlGuys are soooo soo busy. So nooo feedback. I wondering why I'm doing this 
|
| Sat Apr 28, 2012 6:53 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10743 Location: Paris, France
|
 Re: Action Script Native Extension Template FD4
I guess few people are making native extensions  But it got a few reposts when I posted it on Twitter.
|
| Sun Apr 29, 2012 10:05 am |
|
 |
|
Komb
Member
Joined: Tue Apr 24, 2012 10:10 am Posts: 10 Location: Belfast, UK
|
 Re: Action Script Native Extension Template FD4
Thanks a lot winxalex,
It will definitely come handy for me in the near future. Right now, just because we need some native functionality, we are running flash in an embedded ax control (huge performance killer). Thanks to native extensions hopefully i will be able to reverse that (wrong) order of things.
I will report back after some actual tests, but you can be sure that your hard work != null;
kudos, k.
|
| Tue May 01, 2012 9:01 am |
|
 |
|
winxalex
Member
Joined: Fri Apr 06, 2012 12:31 pm Posts: 9
|
 Re: Action Script Native Extension Template FD4
Still lot of pain from Steve Jobs's poison arrow. 
|
| Thu May 03, 2012 9:36 pm |
|
 |
|
abjuk
Member
Joined: Wed May 16, 2012 7:42 pm Posts: 1
|
 Re: Action Script Native Extension Template FD4
First off, Thank You! I've been trying to get a native extension put together for several days, what a pain. I don't know how I missed this post up til now, but this template is extremely helpful.
A couple things:
The .sh files don't run for me, I assume I need cygwin or some other unix shell. I just did those steps by hand, but if you could make them .bat files also that would be great.
it could use a Macos-x86 platform option.
I'm a FlashDevelop noob and didn't know where to put the template, you might want to add that to the instructions.
Those are pretty minor, though, all in all works great.
|
| Wed May 16, 2012 10:20 pm |
|
 |
|
winxalex
Member
Joined: Fri Apr 06, 2012 12:31 pm Posts: 9
|
 Re: Action Script Native Extension Template FD4
Thx for feedback. I added this line to blog. Extract the template downloaded from below link into Projects folder of your FlashDevelop installation.
ex. E:\Program Files\FlashDevelop\Projects
.sh are for Windows.(I've Win 7) .bat files call .sh so you don't need to call them manually. main task of .sh is unzip. I didn't want to write .vbs in order to work with .bat. If you or other have found suitable way to invoke windows embedded zip utility, let me know. Regards Alex
|
| Tue May 29, 2012 12:42 pm |
|
|