[flexcoders] Flex insurance calculator

2007-01-08 Thread Mike Shaw
Our client has put live a flex calculator we built for them. http://www.mlc.com.au/InsuranceGapCalculator/ Those interested in accessibility I would appreciate any feedback regarding the accessibility capabilities we have included. We only got to do limited testing on accessibility. Any other

RE: [flexcoders] Re: ActiveX with Flex

2006-12-03 Thread Mike Shaw
flex web sites) Is there a central flex search site? Maybe Adobe should have a section to list all 3rd party flex addons bruce --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Mike Shaw [EMAIL PROTECTED] wrote: Have you tried Janus. It is targeted at .NET integration

RE: [flexcoders] Red 5

2006-11-30 Thread Mike Shaw
Hi Eduardo, I think Red5 only supports AMF0 so when you create your connection just tell it to use AMF0 connection = new NetConnection(); connection.objectEncoding = ObjectEncoding.AMF0; Mike. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Dias

RE: SPAM-LOW: [flexcoders] Re: ActiveX with Flex

2006-11-30 Thread Mike Shaw
PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Mike Shaw [EMAIL PROTECTED] wrote: Have you tried Janus. It is targeted at .NET integration with flash/flex. http://www.spaghett http://www.spaghettisort.com/janus/ isort.com/janus/ Mike.

RE: SPAM-LOW: Re: [flexcoders] Red 5

2006-11-30 Thread Mike Shaw
On 11/30/06, Mike Shaw [EMAIL PROTECTED] wrote: Hi Eduardo, I think Red5 only supports AMF0 so when you create your connection just tell it to use AMF0 connection = new NetConnection(); connection.objectEncoding = ObjectEncoding.AMF0; Mike. _ From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] ActiveX with Flex

2006-11-29 Thread Mike Shaw
Have you tried Janus. It is targeted at .NET integration with flash/flex. http://www.spaghettisort.com/janus/ Mike. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Thursday, 30 November 2006 4:16 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] CSS Font Hell :(

2006-11-16 Thread Mike Shaw
Bjorn, have a look at the titleStyleName style property for panels. Mike. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Friday, 17 November 2006 11:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] CSS Font Hell :( Hi,

RE: [flexcoders] Flex Accessibility - TextInput Component

2006-11-07 Thread Mike Shaw
Hi Andrew, we are using JAWS 7.1 and have the scripts installed. It doesn't read the name out in forms or virtual PC mode. hitting ins+F5 shows the info in this list and unless you can suggest a better option this will have to do. (I presume that this option is well understood by most

[flexcoders] Flex Accessibility - TextInput Component

2006-11-06 Thread Mike Shaw
Title: Flex Accessibility - TextInput Component Hi, we are building a financial calculator app in flex 2 which is required to be accessible. So far we have got through most of the pitfalls except for one. We have a TextInput which due to the visual design is not in a FormItem (so no

RE: [flexcoders] Custom AS2 Effects

2005-03-31 Thread Mike Shaw
AS2 Effects Mike,Add listener.onEffectEnd(this);to the end of your playEffect function. This will tell the Sequence effectthat the effect is finished playing. The Sequence effect sets itself as thelistener of each of its child effects. Jason-Original Message-From: Mike Shaw [mailto:[EMAIL

[flexcoders] Custom AS2 Effects

2005-03-30 Thread Mike Shaw
Hi Folks, Does anyone know why the following custom effect class which I am trying to use to call various functions in an effect sequence would cause the sequence to halt after running the called function. Thanks Mike. import mx.effects.Effect; class