I am attempting to build a class file for use in flex and I have it as
Products.as There are several attributes that can be passed in, but are not required. How do I write the class file for arguments that are not required. I currently have 50 arguments, but do not need to use all of them.. Do I have to default all the unused variables... or is there a way to ignore arguments that are not passed in.. ? http://codeshare.ulatu.com/feb34120 Thanks...