Re: ASTranslator, case sensitivity, and AS2

Dan Glauser <[email protected]>
Newsgroups gmane.comp.java.openamf.user
Organization Roundbox Media
Message-ID <1103131052.7906.6.camel@nano>
Hello Ethan,

I'm not sure what system you are using but here the case sensitivity is
being preserved.  

One thing to note, OpenAMF seems to work off of the getter's and
setter's and not the property name.

For example:

public class Thingy
{

...
public String getName()
{
    return this.myName;
}
public void setName(String name)
{
    myName = name;
}
private String myName;
}

Serializing this will create an object on the Flash side with a property
called name, not myName.

FYI we are using AS2 here.

Good luck,

--
Dan
Roundbox Media
[email protected]


On Wed, 2004-12-15 at 11:57, Ethan Sutin wrote:

> Hello
> 
> Can someone tell me if there is a way to get objects through the 
> asTranslator that preserve flash object property case sensitivity.
> 
> Thanks,
> Ethan
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Openamf-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openamf-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.