On 5/11/05, Tarik Ahmed <[EMAIL PROTECTED]> wrote:

> <mx:Script>
>   import Util.*;
> </mx:Script>
> 
> That didn't work, and I also added a "package Util;" to the start of
> MyClass.as, and that doesn't work either.

You have to change your class declaration to look like the following:

 class Util.MyClass [extends ...]
 {
   ...
 }


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to