OK, I'm officially an idiot.

Thanks for your help.

Steve

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Lowder
Sent: Friday, September 22, 2006 10:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Compiler error 1061.... WHY?

Probably just a case-mismatch.  Try ExternalInterface.call, with a
lowercase "c".

Doug

--- In flexcoders@yahoogroups.com, "Steve Kellogg @ Project SOC"
<[EMAIL PROTECTED]> wrote:
>
> Hello,
> 
>  
> 
>  
> 
> I hope that someone here can lend some insight.
> 
>  
> 
> I'm trying to integrate an external object from within an AS3 script.  
> 
>  
> 
> Towards the top of the <mx:Script block, I have:
> 
>  
> 
> import flash.external.* ;
> 
>  
> 
> When I try to save the Flex project, I get an error on the following
line..
> 
>  
> 
> ret= ExternalInterface.Call("ffish_new", "FileStream",
> "system_config.xml","r") ;
> 
>                                                             
> 
>  
> 
> The error reads:
> 
>  
> 
> "1061: Call to a possibly undefined method Call through a reference with
> static type Class."
> 
>  
> 
> Does this mean that it doesn't like "CALL"? Or does it mean that it
can't
> resolve "ffish_new"?
> 
>  
> 
> Thanks in Advance for any assistance?
> 
>  
> 
>  
> 
> Steve
> 
>  
> 
>  
> 
>  
> 
> Steve Kellogg
> 
> Peak8 Solutions
> 
> 1401 14th Street
> 
> Boulder, Colorado
> 
> 80302, USA
> 
> Fax: 303.415.2597
> 
> E-Mail: [EMAIL PROTECTED]
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links






 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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