To Macromedia's credit, the documentation went through a major overhaul, and 
re-haul during the course of the 2 years MX 2004 owned.  However, by the 
time they did, I stopped reading the docs, and merely used them briefly as 
component method references.

Therefore, I haven't dug into MX 2004 or 8's documentation, nor the 
LiveDocs, to see if there is a migration guide, sorry.

----- Original Message ----- 
From: "Helen Triolo" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Monday, November 07, 2005 4:17 PM
Subject: Re: [Flashcoders] setChangeHandler no longer works


JesterXL wrote:

>Thus, if you are using Flash MX components, those are different than MX
>2004, and you should refer to the MX documentation for them.  Additionally,
>you should continue to publish to Flash Player 6 if you are using MX code,
>although, if you wish, there are AS2 updated Flash MX components.
>
>

Sorry Miles -- ignore my last message; I didn't realize you were using
MX components (I read 'migrated' as 'rebuilt in')

>Finally, if you are using MX 2004 or 8 components, read the docs; the
>components are way different.
>
>

Jesse, do you know where a good reference is for differences between MX
2004 and Flash 8 components?

Helen

>----- Original Message ----- 
>From: "Miles Thompson" <[EMAIL PROTECTED]>
>To: "flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
>Sent: Monday, November 07, 2005 3:47 PM
>Subject: [Flashcoders] setChangeHandler no longer works
>
>
>
>The movie has been migrated from Flash MX to MX 2004.
>
>The setChangeHandler used to show up in blue in MX, but does not do so in
>MX 2004. This has presumably taken it's place:
>
>
>cboIssueDatesLstnr = new Object();
>
>cboIssueDatesLstnr.change = function(eventObj){
>     var eventSource = eventObj.target;
>
>     var theSelectedItem = eventSource.selectedItem;
>     var theSelectedItemLabel = theSelectedItem.label;
>
>     trace ( "You selected "+theSelectedItemLabel+".");
>}
>
>cboIssueDates.addEventListener ("change", cboIssueDatesLstnr);
>
>But this was lifted from MAcroMedia's Business Directory Sample, and it
>doesn't work either. Heck, the trace() never displays.
>
>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to