Re: [Flashcoders] Image Hyperlinks in TextFields

2008-06-17 Thread Ashim D'Silva
It's AS3, and I can catch the TextEvent.LINK when it fires, but it doesn't fire. The first time I click the image, the text gets selected to the line, and only if I move and click again is the event dispatched. It seems to make no sense. If I set selectable to false, then it doesn't work on the cli

Re: [Flashcoders] Paste rich text possible in Flash?

2008-06-17 Thread Ashim D'Silva
Just noticed you said MX2004 or 8. This help is for AS3. Sorry about that. But if you don't have a compelling reason to stick to AS2, you should switch anyway. 2008/6/18 Ashim D'Silva <[EMAIL PROTECTED]>: > I've got a feeling its possible. Using > useRichTextClipboard:Boolean

Re: [Flashcoders] Paste rich text possible in Flash?

2008-06-17 Thread Ashim D'Silva
I've got a feeling its possible. Using useRichTextClipboard:BooleanFrom adobe help: useRichTextClipboard property (for TextField class) Specifies whether to copy and paste the text formatting along with the text. When set to tr

RE: [Flashcoders] Paste rich text possible in Flash?

2008-06-17 Thread Kerry Thompson
> Just say you have text in Microsoft Word which is formatted bold and a > certain colour. Is it possible to copy that text into a Flash (MX2004 or 8) > input field and retain (or at least discover and recreate) that formatting? Have you tried saving the file as HTML? Flash does have support for H

Re: [Flashcoders] Paste rich text possible in Flash?

2008-06-17 Thread eric e. dolecki
Don't believe so but AIR can do it. On Tue, Jun 17, 2008 at 9:54 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > Just say you have text in Microsoft Word which is formatted bold and a > certain colour. Is it possible to copy that text into a Flash (MX2004 or 8) > input field and retain (or at

[Flashcoders] Paste rich text possible in Flash?

2008-06-17 Thread [EMAIL PROTECTED]
Just say you have text in Microsoft Word which is formatted bold and a certain colour. Is it possible to copy that text into a Flash (MX2004 or 8) input field and retain (or at least discover and recreate) that formatting? My gut feeling is "no", as I haven't yet come across examples of this on the

Re: [Flashcoders] Exclude classes

2008-06-17 Thread Steven Sacks
In AS3, there is no exclude.xml. Whether this was an oversight or, for some reason, not possible, you cannot do this in AS3. You can, however, use the Bridge pattern. http://www.stevensacks.net/2008/01/23/update-gaia-bridge-pattern-api/ In a nutshell, you: 1. Make an Interface for the class

Re: [Flashcoders] custom map image geocoding service?

2008-06-17 Thread Rich Rodecker
Wow, I didn't think it would be that difficult. I could have sworn there were some "upload your image, we'll hook it up" services out there. On Tue, Jun 17, 2008 at 1:19 AM, Geografiek <[EMAIL PROTECTED]> wrote: > That is, only if his base map actually is in Mercator projection (which I > doubt

[Flashcoders] CS3 Restyling slider drag handles

2008-06-17 Thread Paul Andrews
I'm prepared for a Doh moment.. I've reassigned the style for an AS3 Slider drag thumb programatically. No problem - except that it's a bit squashed. Why is it squashing my replacement MovieClip? As an experiment, my perfect square is now an oblong. :-( Paul __

RE: [Flashcoders] Tweening a Donut Shape / Ripples / ConcentricCircles

2008-06-17 Thread Michael Trim
Thanks Zeh, both of these options make sense. I always forget about onUpdate even though I have used it before. I'm not that keen on using strokes but if this is likely to improve performance, I will. Will take a look at both. Michael -Original Message- From: [EMAIL PROTECTED] [mailt

Re: [Flashcoders] Tweening a Donut Shape / Ripples / Concentric Circles

2008-06-17 Thread Zeh Fernando
If you can use the new line drawing features, and if your container is not resized in any other way, you could create a simple circle with no fill but with a given stroke set to scale on no dimension. That way, scaling the circle container would increase the overall circle size, but the stroke

[Flashcoders] Tweening a Donut Shape / Ripples / Concentric Circles

2008-06-17 Thread Michael Trim
Hi Flashcoders, I have coded a donut shape by drawing two concentric circles (one appears to punch out the other) then tweening (using Tweener) the width and height of both circles for the same amout of time and by their widths + the same increase. This gives the effect of a circle getting larger

Re: [Flashcoders] Image Hyperlinks in TextFields

2008-06-17 Thread Gerry
Is this AS2 or AS3? Have you looked up "asfunction" if it's AS2? If it's AS3 look up "flash.text.TextField dispatches event: link" . On Jun 17, 2008, at 4:06 AM, Ashim D'Silva wrote: This is supposed to be relatively simple, but I'm facing a rather odd problem. I've got almost everything wo

RE: [Flashcoders] Gaia 2.2.0 now available

2008-06-17 Thread Romuald Quantin
AS3 framework, it is source automation, better to go on the site to see the video. The "useful" is time saver... Romu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elia Morling Sent: 17 June 2008 12:10 To: Flash Coders List Subject: Re: [Flashcoders] G

Re: [Flashcoders] Exclude classes

2008-06-17 Thread allandt bik-elliott (thefieldcomic.com)
could you get rid of the main classpath and use a subset of the classes in a separate classpath would take time to sift through them all if it's possible On Tue, Jun 17, 2008 at 12:01 PM, Viktor Hesselbom < [EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know if there's a way to exclude certai

Re: [Flashcoders] Exclude classes

2008-06-17 Thread Ian Thomas
If you aren't using a class, and don't reference it anywhere in your code, it won't be compiled in. Most 'built-in' classes (i.e. classes beginning with flash.*) are actually implemented within the Flash Player itself, so won't be compiled into your .swf anyway. I'd imagine that's true of BlurFilt

Re: [Flashcoders] Exclude classes

2008-06-17 Thread Sidney de Koning
Is this what your after? http://www.bit-101.com/blog/?p=941 http://www.martijndevisser.com/blog/2004/enable-disable-_excludexml-files/ Also try this: http://www.google.com/search?source=ig&hl=en&rlz=&=&q=excluding+classes+as3&btnG=Google+Search Sid On Jun 17, 2008, at 1:01 PM, Viktor Hesselbo

Re: [Flashcoders] Gaia 2.2.0 now available

2008-06-17 Thread Elia Morling
What is Gaia, and what makes it useful? Elia - Original Message - From: "Steven Sacks" <[EMAIL PROTECTED]> To: "Flash Coders List" ; <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2008 4:47 AM Subject: [Flashcoders] Gaia 2.2.0 now available I'd like to let everyone on the list know abo

[Flashcoders] Exclude classes

2008-06-17 Thread Viktor Hesselbom
Hi, Does anyone know if there's a way to exclude certain "built-in" classes? E.g. if I'm not going to be using the BlurFilter class is there anyway for it not to be compiled with the .swf-file? I'm using Flash CS3+AS3 and the reason for this is that I want to keep the filesize as low as po

Re: [Flashcoders] Is there any way to get a list of the classescompiled into a SWF?

2008-06-17 Thread Piers Cowburn
Ok, I'm getting Flash Develop. Only problem is, the reason I want to see what classes are getting compiled is because I'm getting compiler errors - so I don't think it'll produce a SWF which I can then open in FD. Does that make sense? Piers On 17 Jun 2008, at 11:20, Romuald Quantin wrote

RE: [Flashcoders] Is there any way to get a list of the classescompiled into a SWF?

2008-06-17 Thread Romuald Quantin
I think Flash develop should show you the content of your SWF. Sothink decompiler will do the job as well, but PC software. I remember FDT is showing the content of a SWC, you might be able to do the same with a SWF. Romu www.soundstep.com -Original Message- From: [EMAIL PROTECTED] [mai

Re: [Flashcoders] Is there any way to get a list of the classes compiled into a SWF?

2008-06-17 Thread Piers Cowburn
AS3, and I'm using Flash CS3. I wouldn't be opposed to using something else though! Piers On 17 Jun 2008, at 10:53, Hans Wichman wrote: Hi, as2 or as3? In as2 i'd use the verbose option on mtasc. greetz JC On Tue, Jun 17, 2008 at 11:33 AM, Piers Cowburn <[EMAIL PROTECTED]> wrote: I'

Re: [Flashcoders] Is there any way to get a list of the classes compiled into a SWF?

2008-06-17 Thread Piers Cowburn
Forgot to mention, I'm using Flash CS3 / Mac. Piers On 17 Jun 2008, at 10:33, Piers Cowburn wrote: I'm trying to nail down where a reference to an unwanted class is coming from, and I need to be able to work out which classes are being compiled from my classpath. The reason is because I'

Re: [Flashcoders] Is there any way to get a list of the classes compiled into a SWF?

2008-06-17 Thread Ian Thomas
In AS3, the flex compiler can tell you which classes were used - look at the command-line option --link-report As JC says, you can use MTASC for AS2. If you happen to have FlashDevelop installed, you can just find the .swf file in the project file view and expand it as a tree node; all the symbol

Re: [Flashcoders] Is there any way to get a list of the classes compiled into a SWF?

2008-06-17 Thread Hans Wichman
Hi, as2 or as3? In as2 i'd use the verbose option on mtasc. greetz JC On Tue, Jun 17, 2008 at 11:33 AM, Piers Cowburn <[EMAIL PROTECTED]> wrote: > I'm trying to nail down where a reference to an unwanted class is coming > from, and I need to be able to work out which classes are being compiled

Re: [Flashcoders] Is there any way to get a list of the classescompiled into a SWF?

2008-06-17 Thread Ali Drongo
You could decompile the SWF using a decompiler, Eltima do one. This will also give you any custom classes that are used. Hope this helps, Ali On 17 Jun 2008, at 10:33, Piers Cowburn wrote: I'm trying to nail down where a reference to an unwanted class is coming from, and I need to be able to

[Flashcoders] Is there any way to get a list of the classes compiled into a SWF?

2008-06-17 Thread Piers Cowburn
I'm trying to nail down where a reference to an unwanted class is coming from, and I need to be able to work out which classes are being compiled from my classpath. The reason is because I'm trying to take small element out of a larger project and put it into its own SWF. I've done this by

Re: [Flashcoders] custom map image geocoding service?

2008-06-17 Thread Geografiek
That is, only if his base map actually is in Mercator projection (which I doubt). Rich, first you have to find out the actual projection of your base map. Only after that you can do the math. For more info on map projections: http://www.csiss.org/map-projections If you are north american based y

[Flashcoders] Image Hyperlinks in TextFields

2008-06-17 Thread Ashim D'Silva
This is supposed to be relatively simple, but I'm facing a rather odd problem. I've got almost everything working but the link only works if you right click the image and click "Open" or "Open in new window". Just clicking the link, seems to do nothing at all. The text field has mouseEnabled on and

RE: [Flashcoders] custom map image geocoding service?

2008-06-17 Thread Haris KRAJINA
Hehe Google Mercator projection and start doing math . I started working on maps too and as I can see my employer uses Mercator projection algorithm to calculate x,y. So my advice to you is to get started with that if you don't find service that will help you. Greetings -Original Message--