[Flashcoders] What IDE on Mac ?

2009-12-14 Thread Greg Ligierko
I grown up with PC, Windows and in work I am completely happy with FlashDevelop + CS3. For some time I am also a happy MacBook user, but it is hard for me to swap with AS2/AS3 coding to Mac. So far I could not establish a comfortable work environment on Mac. I read about two options: - adapting

Re: [Flashcoders] What IDE on Mac ?

2009-12-14 Thread Steven Sacks
FDT is pretty much your best choice. On 12/14/2009 3:53 AM, Greg Ligierko wrote: I grown up with PC, Windows and in work I am completely happy with FlashDevelop + CS3. For some time I am also a happy MacBook user, but it is hard for me to swap with AS2/AS3 coding to Mac. So far I could not

Re: [Flashcoders] What IDE on Mac ?

2009-12-14 Thread Matt Gitchell
There's been some interesting Twitter buzz about IntelliJ IDEA's AS3 implementation lately, but I haven't gotten around to checking it out yet. Would love to hear a report if anyone has time to do so! --Matt On Mon, Dec 14, 2009 at 4:13 AM, Steven Sacks flash...@stevensacks.netwrote: FDT is

Re: [Flashcoders] What IDE on Mac ?

2009-12-14 Thread Greg Ligierko
Thanks a lot. I am downloading the trial in this moment. The price of FDT Professional and Enterprise are rather high. Would you still recommend the cheaper Pure version ? I can see it does not support High-Speed Search and Type Hierarchy. g Monday, December 14, 2009 (1:13:08 PM) Steven Sacks

Re: [Flashcoders] What IDE on Mac ?

2009-12-14 Thread Steven Sacks
If you want to see an example of FDT in action, check out the Robot Legs Hello World video tutorial. John doesn't touch the mouse once throughout the tutorial. It's pretty insane how much you can do in FDT without the mouse. I'm a die-hard FlashDevelop user and even I'm impressed.

Re: [Flashcoders] Re:Trying to set multiple images to 'export for AS' with JSFL

2009-12-14 Thread Konrad Grzegorzewicz
Thanks, it looks nice. I'm really happy I finally got into jsfl, I just keep finding that js is not exactly actionscript :-) best k 2009/12/9 Greg Ligierko gre...@l-d5.com If you haven't seen this already: http://code.google.com/p/fueljsfl/ There is a set of interesting JSFL scripts for

[Flashcoders] Erratic behaviour of TextEvent.LINK

2009-12-14 Thread Wenzler, Thomas
Hi list, I'm currently building an application with FlashDevelop/FlashIDE that gets embedded into a Director standalone later on. My content gets loaded from xml files with CDATA sections containing html-formatted text like this chunk here: Marker: a href='event:abcde'test/a oder PDF:a

Re: [Flashcoders] What IDE on Mac ?

2009-12-14 Thread Greg Ligierko
Thanks a lot. FDT looks impressive. I am testing the trial and seems to be very powerful. Auto creation of props and methods is cool. What is also important, very easy to install and set up. g Monday, December 14, 2009 (3:14:28 PM) Steven Sacks wrote: If you want to see an example of FDT in

Re: [Flashcoders] Erratic behaviour of TextEvent.LINK

2009-12-14 Thread Meinte van't Kruis
I worked a few times with HTMLText and the Link event, and didn't run into any significant problems. If I were you, i'd not be looking at any problems with that event, but more or less see what the differences are in the Director environment. I've not worked with Director alot, but does it embed

Re: [Flashcoders] Publish transparent .gif file in AS3

2009-12-14 Thread Juan Pablo Califano
I'm not aware of any GIF encoders written in Actionscript. If you absolutely need to use GIF (and nobody has yet written an encoder in AS), I only see 3 options: 1) Get the GIF spec and write the encoder from scratch. 2) Find some open source encoder in other language (like Java) and port it to

RE: [Flashcoders] Publish transparent .gif file in AS3

2009-12-14 Thread David Hunter
option 3 is easy. i don't know any php but have written little scripts that handle that sort of thing. check the php online documentation. in fact example #2 for imagegif function is exactly what juan suggests: http://uk3.php.net/manual/en/function.imagegif.php Date: Mon, 14 Dec 2009 23:39:10