Re: [Flashcoders] mx.utils.ClassFinder.findClass problem

2006-02-03 Thread franto
Yes, that's true, but then someone without MTASC cannot compile (it will not work), so if my customer will want sources and want to compile it, it will be problem :) On 3 Feb 2006 06:40:47 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I do something similar in my arp extensions to force

Re: [Flashcoders] mx.utils.ClassFinder.findClass problem

2006-02-03 Thread Cedric Muller
grant, how do you make your classes as shared libraries (for example making fx.swf provide the rest of the app with all the available classes for transitions, tweens, ...) ? I always wondered how mtasc would handle such (I don't have time to dig that part...) cedric Yes, that's true,

Re: [Flashcoders] ActionScript equivalent of embed/object BASE tag

2006-02-03 Thread Jan Schluenzen
Unfortunately _lockroot doesn't fix the path problem. Even if the _root is being changed through _lockroot, the base path is still the one of the wrapping SWF. I guess I'll have to go with Ade's suggestion unless somebody has another idea... On 2/2/06, Cédric Muller [EMAIL PROTECTED] wrote:

[Flashcoders] plz advise :-0

2006-02-03 Thread Srishti Bhatia
i have a Datagrid and a Window component.On click of a button,the column fields(headings)present in the datagrid should be displayed in the Window component for the user to select.there is a checkbox next to the column fields in Window component.User selects few checkboxes from Window,clicks

RE: [Flashcoders] plz advise :-0

2006-02-03 Thread srishti
oh thanks Nick well,how should i display only 2 checkboxes in the LIST component which is in a WINDOW component.i used list_instance.cellRenderer() =classname. classname is a class in which i am attaching 2 checkboxes. Actually,2 checkboxes are needed because there are only two columns in

Re: [Flashcoders] plz advise :-0

2006-02-03 Thread srishti
oh thanks Nick well,how should i display only 2 checkboxes in the LIST component which is in a WINDOW component.i used list_instance.cellRenderer() =classname. classname is a class which contains code to attach 2 checkboxes. IN SHORT,I WANT TO DISPLAY 2 CHECKBOXES IN LIST COMPONENT.THIS

Re: [Flashcoders] International Address to Map position

2006-02-03 Thread Ian Thomas
Quick sideways thought - does it have to be Flash? You can embed the Google Maps code on your own site, and the API allows you to layer your own data over the world map, or even substitute your own map. All the zooming/latitude/longitude/place marker on map location code is already built in.

Re: [Flashcoders] plz advise :-0

2006-02-03 Thread Karthik
On 03/02/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: oh thanks Nick well,how should i display only 2 checkboxes in the LIST component which in turn,is in a WINDOW component.i used list_instance.cellRenderer() =classname. classname is a class in which i am attaching 2 checkboxes. The

Re: [Flashcoders] Seeking a bit of drawing API inspiration..

2006-02-03 Thread Ian Thomas
Thanks Fumio - I already had an 8-segment circle-drawing function, I was looking for a 4-segment. It turned out to be pretty trivial - not accurate, but close enough for what I needed. So my problem is solved. Thanks anyway! Cheers, Ian On 2/3/06, Fumio Nonaka [EMAIL PROTECTED] wrote:

Re: [Flashcoders] Seeking a bit of drawing API inspiration..

2006-02-03 Thread Ian Thomas
Whoops, replied too fast without reading carefully - I hadn't spotted the nSegments parameter. That might come in handy, thank you! Ian On 2/3/06, Ian Thomas [EMAIL PROTECTED] wrote: Thanks Fumio - I already had an 8-segment circle-drawing function, I was looking for a 4-segment. It turned

[Flashcoders] xpath - returning object not string?

2006-02-03 Thread Kent Humphrey
Continuing my further adventures in xpath land: clientList = XPath.selectNodes(this, root/clients/client/@name); trace(typeof(clientList[0])); That trace statement returns object, so my array is an array of objects, not the strings I was after. WIll I have to String(clientList[0])

Re: [Flashcoders] Chinese / Japanese Text Input

2006-02-03 Thread Alex McCabe
I think it's possible Japanese characters in Tahoma font won't be present on some installations - but that on others Tahoma will have all the Japanese characters. I think they have to be installed, so switching locales doesn't help. I'm wondering if a typical windows XP machine set up in Japan

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Andreas Rønning
Ya like prototyping, XP style spike solutions are a very good idea. Reach a proof of concept prototype asap. Do it dirty, do it by stealing, do it whichever way you can do it as long as it's fast. And from the experiences garnered during this spike, a better solution of the problem can be

Re: [Flashcoders] xpath - returning object not string?

2006-02-03 Thread Kent Humphrey
But doesn't that object get put into the array (clientList - declared as an array earlier), and I'm targeting a single item in the array? On 3 Feb 2006, at 12:16, Alias wrote: Your query will return a list of objects which have the attribute name. There may be more than one of them, hence

[Flashcoders] ActionScript study group in New York City

2006-02-03 Thread Jean-Charles Carelli
FYI: FlashCodersNY is starting a new session of weekly study group meetings. The topic will be Keith Peters excellent Making Things Move [ Friends of Ed ]. The plan is to work through the book and remember all the math we missed in high school. The final goal is to use the techniques

Re: [Flashcoders] plz advise :-0

2006-02-03 Thread srishti
ya Anngie,,u r right,my keyboard needs oiling ;-) The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please

Re: [Flashcoders] FLV Encoders

2006-02-03 Thread John Giotta
Just as a note. I heard from a co-worker yesterday that Sorenson Squeeze's price jumped $100 USD ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] feed parser in actionscript

2006-02-03 Thread Eduardo Silva
somebody knows to parser of feed in actionscript that it works with rss 0.9, 1.0, 2.0 and atom? tks, etruta ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE:[Flashcoders] LoadClip and centering new content

2006-02-03 Thread Éric Thibault
Hello again... My problem is : how to know the stage's dimentions of a loaded SWF to center it correctly in its container? Here's my tests on that particular problem 1. Set _lockroot inside the loaded SWF : no effect. 2. Set Stage.scaleMode = |noScale : no effect. |When I execute the loaded

RE: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread j.c.wichman
Hi, If you use something like: var my_mcl:MovieClipLoader = new MovieClipLoader(); var myListener:Object = new Object(); myListener.onLoadInit = function(target_mc:MovieClip) { trace(target_mc._width);

[Flashcoders] MX combobox disabled still receive key down focus

2006-02-03 Thread Guillaume Bedleem
Hi Coders, I've got a strange behaviour with MX combobox. I've got 3 combobox in my scene. They use the same function with the onchange event. the user have to fill a textfield with his email, but when the user start to type some key, the combobox is 'changing' according to the letter typed.

Re: [Flashcoders] 0,0????

2006-02-03 Thread Yotam Laufer
I have to say Tom, that it's perfectly aligned on 0,0 on my F7. Yotam. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] 0,0????

2006-02-03 Thread Tom Rhodes
nope. thanks both of you, maybe I am mad then. I've always had my suspicions ;) I've got an alignment prob and was running this on the root of a one frame movie in flash 8 to see if it might be this bit of code and I only see 90% of the bottom and right of the clip on the stage, only one

Re: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Éric Thibault
I already do that... but the width and height of the container clip takes into account any instances outside the boundary of the loaded SWF's stage... So I'm getting the total with and height but want only the stage dimentions of the loaded SWF! I want to align the loaded SWF'stage in the

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Nathan Derksen
getNextHighestDepth() is your friend :-) Nathan http://www.nathanderksen.com On Feb 3, 2006, at 2:05 AM, ryanm wrote: Another little bit of advice you may find useful, don't put depths right next to each other, leave room between them. When developing a UI, I often put them 10

RE: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Merrill, Jason
Yeah, the sudden shut downs has frustrated me enough times that I just plain stopped using it, even though it's a better editor than SciTe Flash. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders-

RE: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Scott Hyndman
It's not when you don't want the movieclip to be on the highest depth. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Nathan Derksen Sent: Fri 2/3/2006 11:07 AM To: Flashcoders mailing list Cc: Subject:Re: [Flashcoders] How do you code your Flash

Re: [Flashcoders] Question about xpath and cdata

2006-02-03 Thread Mark Burvill
Anyone? :o) Mark Burvill wrote: Hi everyone, I'm still a bit new to using xml with flash, and I'm just starting to dig into xfactorstudio's xpath for AS2. I'm generally loving the way it's clearly going to save me loads of time in searching through my xml docs, but I'm having a bit of a

Re: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Nathan Derksen
Ah yes, that's a fun issue. Unfortunately, once you load an SWF inside another, there is no way that I know of to get the original published stage size. I would love to be proved wrong, though, but I have looked hard for a way to do that as well. All you can really do is keep xscale and

RE: [Flashcoders] Question about xpath and cdata

2006-02-03 Thread Merrill, Jason
This is the only thing I have found that works: XMLNode((XPath.selectNodes(myXML,root/node/text())[0])).nodeValue; Ugly isn't it? Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED]

Re: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Helen Triolo
Looks like that info is in the swf header (Northcode pulls from that to do its getStageSize) but I don't know how you can access the header of a loaded swf from within Flash itself. Helen Éric Thibault wrote: I already do that... but the width and height of the container clip takes into

[Flashcoders] site check plese (possible preloading issue) - or is it just me ?

2006-02-03 Thread Dominic Fee
Hi all, Sorry for off topic posting. I was wondering if anyone on the list can post back any comments on a preloading bug issues they may encounter when visiting www.themillbank.com http://www.themillbank.com/ which I've just finished. I'm using a loderclass and not sure weather it's

RE: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Ryan Potter
Eric- I have run into the same problem before. the only way I found to force a clip to have a certain dimension is to put a graphic in at the size you want the clip to be. I realize that you don't have control over the swfs that are being created but I have never been able to solve this

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Andreas Rønning
Surprised at the lack of support for Primalscript on this list :) It's easily the most comprehensive and solid scripting IDE out there, and for mid to large scale flash development i don't see how i could do without it. In particular the dynamic code completion and code hinting for your own

Re: [Flashcoders] Question about xpath and cdata

2006-02-03 Thread Mark Burvill
Ugly indeed - but at least it works! Thanks Jason - you're a star! -- *Mark Burvill* Interactive designer www.eyegas.com http://www.eyegas.com Merrill, Jason wrote: This is the only thing I have found that works: XMLNode((XPath.selectNodes(myXML,root/node/text())[0])).nodeValue; Ugly

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Nathan Derksen
No, but what Ryan describes is exactly what getNextHighestDepth() is for. Nathan http://www.nathanderksen.com On Feb 3, 2006, at 8:19 AM, Scott Hyndman wrote: It's not when you don't want the movieclip to be on the highest depth. Scott -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Nathan Derksen
I always have a movie clip as a base. Gives a better platform for moving everything around together if I need, and getNextHighestDepth () works as advertised. Nathan http://www.nathanderksen.com On Feb 3, 2006, at 8:23 AM, Bart Wttewaall wrote: And certainly not when you work within the

RE: [Flashcoders] Question about xpath and cdata

2006-02-03 Thread Ryan Potter
Have you tried not using cdata at all? If your html text is xml compliant (XHTML) then you can use xpath to get the value of the node and return it. Then you load the text. I just had to solve the same problem and it worked beautifully. XPath select Nodes returns an array of child nodes.

Re: [Flashcoders] Question about xpath and cdata

2006-02-03 Thread Chris Allen
Why not use Xpath.selectSingleNode() if you are only looking for one node? mySting = XPath.selectSingleNode(myXML, /content/biog).firstChild.nodeValue; Works fine in my application in a node with CDATA content. -Chris On 2/3/06, Merrill, Jason [EMAIL PROTECTED] wrote: This is the only thing

Re: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Nathan Derksen
Not that I know of. If the first frame was representative of the size as a whole, then iterating through the movie clips looking for clips with negative x/y values could be done, however it's sort of a moot point as soon as everything moves around in subsequent frames. I also don't think

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread elibol
I meditate on the 3 base chakra's during 4-7am whilst considering the coherence between my left and right testicles. At a certain point I discharge conceptual code forward through foreign elements into sepy and charge an application with the spirit of that which I AM. PEACE hehe Deep.

RE: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Merrill, Jason
Surprised at the lack of support for Primalscript on this list :) Its probably just the cost of Primalscript, that's all - its competing with Eclipse, SEPY, SciTE Flash, which are all free. Jason Merrill | E-Learning Solutions | icfconsulting.com NOTICE: This message is for the

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Nathan Derksen
Free is always nice to have :-) That's pretty wicked support, though. I considered it, but I like to support SEPY partially because they are at least working on a Mac version, while PrimalScript is not that I know of. Nathan http://www.nathanderksen.com On Feb 3, 2006, at 8:41 AM,

[Flashcoders] As2 Event Broadcasting for fp 6.0

2006-02-03 Thread Giles Taylor
Hi All, I'm trying to figure out the best way to do events in as2 published for fp6.0. Something like Brandon Halls EventBroadcaster would be perfect, but in as2 obviously. Does anybody have any ideas? BTW: I'm trying to stay away from AsBroadcaster/ASBroadcaster, if pos. Cheers, Giles

Re: [Flashcoders] International Address to Map position

2006-02-03 Thread clark slater
Thanks Ian - that's a great idea I haven't yet looked into the Google maps API, will check it out now. Clark On 2/3/06, Ian Thomas [EMAIL PROTECTED] wrote: Quick sideways thought - does it have to be Flash? You can embed the Google Maps code on your own site, and the API allows you to layer

RE: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread j.c.wichman
Only when you use v2 components on the root as well ithink? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bart Wttewaall Sent: Friday, February 03, 2006 5:24 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] How do you code your Flash

Re: [Flashcoders] As2 Event Broadcasting for fp 6.0

2006-02-03 Thread Rich Rodecker
does EventDispatcher not compile to fp 6? i thought it did. On 2/3/06, Giles Taylor [EMAIL PROTECTED] wrote: Hi All, I'm trying to figure out the best way to do events in as2 published for fp6.0. Something like Brandon Halls EventBroadcaster would be perfect, but in as2 obviously. Does

Re: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Éric Thibault
Thanks erery one for all the solutions and support I'll put a note in my component that the centering function can sometimes produce indesirable results depending on the SWF loaded. I'll strongly suggest to activate my mask option and align top-left to make sure everything is OK... As

Re: [Flashcoders] ActionScript equivalent of embed/object BASE tag

2006-02-03 Thread Rich Rodecker
You could do it manually. Create a variable and prepend(not a word!) it to all your loadMovie(), load() etc. calls. damn, i always thought prepend was a real word. anyway, I dont know of a way to set the BASE tag in actionscript, and this sounds like the solution i would go with. PREPEND all

Re: [Flashcoders] ActionScript equivalent of embed/object BASE tag

2006-02-03 Thread Rich Rodecker
The beginning or to add to the beginning. To prefix a header onto a packet means to place the header characters in front of the packet. To prefix is the opposite of to append characters at the end. As a verb, prefix is not English. The correct word is prepend, but computer people are notorious for

[Flashcoders] online export paths to illustrator or eps

2006-02-03 Thread Derek Lords
Hello, Is there any library tools, compiled clips or SWC files currently in use that enable a live swf to export vector paths to adobe illustrator, encapsulated postscript, etc.? The user would like to be able to drag vector objects around on the screen, press export or save and be able to

[Flashcoders] online export paths to illustrator or eps

2006-02-03 Thread Derek Lords
Hello, Is there any library tools, compiled clips or SWC files currently in use that enable a live swf to export vector paths to adobe illustrator, encapsulated postscript, etc.? The user would like to be able to drag vector objects around on the screen, press export or save and be able to

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread ryanm
No, but what Ryan describes is exactly what getNextHighestDepth() is for. Not at all. If you have a content container at 1, a navigation container at 2 (so that drop downs lay on top of the content), and a footer container at 3, and you need to add another content container (for rotating

[Flashcoders] OT I did pull out the electronic can opener with that _global question didn't I

2006-02-03 Thread Manuel Saint-Victor
Jason, My bad on that _global can I left open. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Q:creating a 'snappable' class

2006-02-03 Thread bitstreams
Hi I'm creating a 'snappable' class, that would work with a predefined set of x,y pairs or 'hotspots'. When a dragged movieclip was within a 'offset' distance of any of these hotspots it would 'snap to' and stop drag. The best way of doing this I thought would be to simply pass an array of

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Daniel Cascais
I completely agree with what Ryan says, but if you still want to use getNextHighestDepth(), as Nathan commented, you could do something like this and get a similar result: ...getNextHighestDepth() + 10; Daniel On 2/3/06, ryanm [EMAIL PROTECTED] wrote: No, but what Ryan describes is exactly

Re: [Flashcoders] Attn: John Grden

2006-02-03 Thread Manuel Saint-Victor
My bad- I missed the big ATNN subject: hectic day On 2/3/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: It has not changed- You can email me at this address? Sorry- Been kinda swamped this week. M On 2/3/06, ryanm [EMAIL PROTECTED] wrote: I emailed you offlist and didn't get a

Re: [Flashcoders] Attn: John Grden

2006-02-03 Thread hank williams
hmm... Does John Grden = Manuel Saint-Victor? On 2/3/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: It has not changed- You can email me at this address? Sorry- Been kinda swamped this week. M On 2/3/06, ryanm [EMAIL PROTECTED] wrote: I emailed you offlist and didn't get a

Re: [Flashcoders] Creating Components - What am I over looking?

2006-02-03 Thread Charles Parcell
Another great resource! Thanks a ton guys!! I didn't see if off the page from the previous link. Charles P. On 2/3/06, Julien Vignali [EMAIL PROTECTED] wrote: Charles, I think you should also look into Joey Lott's framework called ASCB, which is a really great source of inspiration while

[Flashcoders] FFMPEG info

2006-02-03 Thread Corban Baxter
Could you guys help me out for a second I am looking for some good information on FFMPEG the system that google uses to convert all video formats to flv's for video.google.com. I am one looking for the download and two looking for any information people have posted about there experiences with

Re: [Flashcoders] Q:creating a 'snappable' class

2006-02-03 Thread Martin Wood
[EMAIL PROTECTED] wrote: Hi I'm creating a 'snappable' class, that would work with a predefined set of x,y pairs or 'hotspots'. When a dragged movieclip was within a 'offset' distance of any of these hotspots it would 'snap to' and stop drag. The best way of doing this I thought would be to

Re: [Flashcoders] FFMPEG info

2006-02-03 Thread Mark Winterhalder
On 2/3/06, Corban Baxter [EMAIL PROTECTED] wrote: Could you guys help me out for a second I am looking for some good information on FFMPEG the system that google uses to convert all video formats to flv's for video.google.com. I am one looking for the download and two looking for any

Re: [Flashcoders] OT I did pull out the electronic can opener with that _global question didn't I

2006-02-03 Thread Mark Winterhalder
On 2/3/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: Jason, My bad on that _global can I left open. i'm not Jason, but think it was perfectly legitimate question (as was Anggie's, btw). where else would you ask it if not here? you're not responsible for some people's incapability to keep

Re: [Flashcoders] Attn: John Grden

2006-02-03 Thread Michael Stuhr
hank williams schrieb: hmm... Does John Grden = Manuel Saint-Victor? you mean like John Grden === Manuel Saint-Victor ? seems not the case micha ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] OT I did pull out the electronic can opener withthat _global question didn't I

2006-02-03 Thread Merrill, Jason
i'm not Jason, but think it was perfectly legitimate question (as was Anggie's, btw). I'm Jason and never said either question wasn't legit. For the _global thread, I wasn't responding to the question, I was responding to people calling each other idiots. Jason Merrill | E-Learning

[Flashcoders] Re: online export paths to illustrator or eps

2006-02-03 Thread Jack Doyle
You could print to a PDF file and then open the resulting PDF in Illustrator to access all the vectors, etc. I'm not sure it works in all cases, but it has worked on several occasions for me. Jack ___ Flashcoders mailing list

Re: [Flashcoders] Attn: John Grden

2006-02-03 Thread Chris Allen
On 2/3/06, Michael Stuhr [EMAIL PROTECTED] wrote: hank williams schrieb: hmm... Does John Grden = Manuel Saint-Victor? you mean like John Grden === Manuel Saint-Victor ? seems not the case micha Good point Micha, I think Hank was setting John to be Manuel. A typical syntax

Re: [Flashcoders] Attn: John Grden

2006-02-03 Thread hank williams
It was a pascal snippet. Hank On 2/3/06, Chris Allen [EMAIL PROTECTED] wrote: On 2/3/06, Michael Stuhr [EMAIL PROTECTED] wrote: hank williams schrieb: hmm... Does John Grden = Manuel Saint-Victor? you mean like John Grden === Manuel Saint-Victor ? seems not the case

Re: [Flashcoders] FLV Encoders

2006-02-03 Thread Troy Rollins
On Feb 3, 2006, at 8:48 AM, John Giotta wrote: Just as a note. I heard from a co-worker yesterday that Sorenson Squeeze's price jumped $100 USD Still kinda buggy for that money. And the interface... I'd much rather have a straightforward HIG compliant kind of thing. Like a real

Re: [Flashcoders] Attn: John Grden

2006-02-03 Thread Manuel Saint-Victor
I think it's more along the lines of: var correctEmail:Boolean= manueSaintVictor.canMultiTask(); It was one of those days. M On 2/3/06, hank williams [EMAIL PROTECTED] wrote: It was a pascal snippet. Hank On 2/3/06, Chris Allen [EMAIL PROTECTED] wrote: On 2/3/06, Michael Stuhr [EMAIL

RE: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Bryan Thompson
Here here! Another negative vote for getNextHighestDepth(). The _root.removeMovieClip() gotcha when using v2 components wasted several hours of my time when first learning AS2.0 ... why the he!! can't I remove those clips! I use a custom class to assign depth just to spite Flash.

Re: [Flashcoders] site check plese (possible preloading issue) - or is it just me ?

2006-02-03 Thread Anggie Bratadinata
No problem in my FF 1.0.7. It's a beautiful site, btw. -- Anggie Bratadinata Graphic|Web|Flash Jl. Raya Langsep 21 Malang - East Java I N D O N E S I A www.ibshastautama.com www.nextrand.co.id On 2/3/06, Dominic Fee [EMAIL PROTECTED] wrote: Hi all, Sorry for off topic posting. I was

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Anggie Bratadinata
On 2/4/06, elibol [EMAIL PROTECTED] wrote: Anggie, my immediate advice would be to design your application API before you begin unit testing your functions; break down and generalize the internal communication of the application, use your own diagramming dialect to describe the application

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread ryanm
I completely agree with what Ryan says, but if you still want to use getNextHighestDepth(), as Nathan commented, you could do something like this and get a similar result: ...getNextHighestDepth() + 10; No! Bad bad bad! Now you *really* have no way to find your objects. Why not just do

Re: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Troy Rollins
On Feb 3, 2006, at 11:17 AM, Merrill, Jason wrote: Yeah, the sudden shut downs has frustrated me enough times that I just plain stopped using it, even though it's a better editor than SciTe Flash. Same. Sepy will not run on my Macs. Basically crashes on launch. -- Troy RPSystems, Ltd.

[Flashcoders] Any one can explain about Flash media server

2006-02-03 Thread hidayath q
Hi guyz, I want to know about the Flash media server and how to create and small application using it. S.Hidayath ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] site check plese (possible preloading issue) - oris it just me ?

2006-02-03 Thread Ryan Potter
Worked great on IE 6 on a PC. -Original Message- From: [EMAIL PROTECTED] on behalf of Anggie Bratadinata Sent: Fri 2/3/2006 7:08 PM To: Flashcoders mailing list Cc: Subject: Re: [Flashcoders] site check plese (possible preloading