On Fri, Jan 2, 2009 at 3:46 AM, jason1701e <[email protected]> wrote:
> I have the following Address Class:
>
> package com.jherrington
> {
> public class Address
> {
[snip]
> The problem is that I receive an 1180 Error saying the following:
> Call to a possible undefined method Address.
Is your Address class in the source path? Try declaring a variable of
type Address. If you get an error on compilation, your source path is
wrong. You can use the source-path compiler argument to mxmlc to add
the class to the path (or update the Project Properties in Flex
Builder).
Manish
--
http://manishjethani.com/