Re: [Flashcoders] tieing AS2 classes together, confused on approach

2006-10-24 Thread Kjel Anderson
Hi Jon, I have a similar application that I wrote in ActionScript w/ mtasc. I have a class that corresponds to your app.as class. I do all of my imports there. The app.as class instanciates the map.as and all of the UI stuff. Since I didn't use the IDE, my app.as class has a main method. I

Re: [Flashcoders] Alternative IDE for Flash Devel

2006-10-16 Thread Kjel Anderson
I don't know if anyone else is using JEdit to do ActionScript, but it has some nice features. I have been using it for about a year to develop application with MTASC. It is very simple to set up. Kjel Anderson Ron Wheeler wrote: If you are a Java programmer, you will probably find the Eclipse

Re: [Flashcoders] Alternative IDE for Flash Devel

2006-10-16 Thread Kjel Anderson
Does anyone know if there has been an effort to get this running under mono on Linux? Kjel Andreas R wrote: FlashDevelop is by far the best AS IDE, period. Full stop. I even use it for XML these days heh. And i always have it up, so it winds up being what i do ALL text editing in. If you're

Re: [Flashcoders] Alternative IDE for Flash Devel

2006-10-16 Thread Kjel Anderson
I had a look at jEdit when i was a mac user i thought jEdit was a knife in the back of usability.. But thats just me :) That's funny. I feel the same way about the Flash IDE. ;) Kjel Andreas R wrote: FlashDevelop is by far the best AS IDE, period. Full stop. I even use it for XML these days

[Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
Hey list, Kind of a stupid question: I want to display a pdf that I have loaded into a movie clip in a mx scroll pane. What is the proper procedure? Thanks, Kjel ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
the frames into you current file and just use it. You can customize the scroller and everything. I can send you if you email me at '[EMAIL PROTECTED]' Good luck! Wendy On 10/12/06 10:23 AM, Kjel Anderson [EMAIL PROTECTED] wrote: Hey list, Kind of a stupid question: I want to display a pdf

Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
but i forget for sure. your path would look something like _sp.data_holder._content On 10/12/06, Kjel Anderson [EMAIL PROTECTED] wrote: Hey Wendy, Thanks for the advice. I have the mx component scrollpane working with a pdf that I have imported into the IDE as a movieclip into my library. I am

Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
The documentation says that it read only. I guess that I could have at least tried it. Kjel Muzak wrote: or use the documented ScrollPane.content property.. Muzak - Original Message - From: nelson ramirez [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Kjel Anderson
This discussion seems pretty informative, but unfortunately, much of it is over my head. I'm having trouble resolving scope. I can iterate through the movieclips in my loaded swf, but I don't seem to be able to call properties or methods. Can someone point me in the right direction on this?

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Kjel Anderson
use of a MVC framework such as pixlib (the best for flash at the moment), this would make your app much more maintanable, flexible and scalable. On 9/29/06, Kjel Anderson [EMAIL PROTECTED] wrote: This discussion seems pretty informative, but unfortunately, much of it is over my head. I'm

Re: [Flashcoders] Controlling a swf loaded into a movieclip

2006-09-29 Thread Kjel Anderson
Marcelo, I want to make sure that I understand what you are saying. When a swf created with MTASC is loaded into an swf created within the flash environment, it is not possible to reference functions from the IDE created swf from within the MTASC created swf. In short, there is no possibility

[Flashcoders] Controlling a swf loaded into a movieclip

2006-09-28 Thread Kjel Anderson
Hey everyone, I have an application that was developed in 100% actionscript (without the ide) and I am now trying to control it from within an application that I built in the IDE. I would very much like to be able to pause this swf, but I can't seem to figure out how to do it. Any ideas?

[Flashcoders] TextField._height reported incorrectly with wordWrap = true

2006-08-11 Thread Kjel Anderson
Hey list, Has anyone had a problem with textField._height being reported incorrectly when the text wraps to a second line? I tried to get around this by using the ._height variable of the MovieClip in question, but it is reporting it's height incorrectly as well. I am using the latest version

Re: [Flashcoders] TextField._height reported incorrectly with wordWrap = true

2006-08-11 Thread Kjel Anderson
August 2006 12:47 pm, Ramon Miguel M. Tayag wrote: My runs fine. I didn't try it with MTASC though. Have you tried using the IDE? It should be the same either case though... On 8/12/06, Kjel Anderson [EMAIL PROTECTED] wrote: Hey list, Has anyone had a problem with textField._height being

[Flashcoders] Textfield support for coordinates

2006-07-07 Thread Kjel Anderson
Hello list, I am trying to align a text field with a movie clip. The problem is that the main movie clip has been scaled to a very large size, and so the values that I am using to set the x and y are very small, and very small numbers make a large difference. When I take the x and y of the

[Flashcoders] Rookie question

2006-05-26 Thread Kjel Anderson
Hey everyone, I am using the XML object to load an xml document from the local file system. It appears to be a standart http GET. Has anyone used an hypertext pre-processer with the XML object? I'd like to have the xml page processed as *.asp. Any thoughts? Kjel