Works great - thanks kev!

On 7/17/06 4:53 PM, "Kevin Newman" <[EMAIL PROTECTED]> wrote:

> This is a known problem with the current version of the mxp file (3.02).
> You can work around the problem by using the whole classname.
> 
> so instead of:
> 
> import com.yahoo.maps.widgets.NavigatorWidget;
> var foo:NavigatorWidget = new NavigatorWidget('closed');
> 
> use:
> 
> var foo:com.yahoo.maps.widgets.NavigatorWidget =
>     new com.yahoo.maps.widgets.NavigatorWidget('closed');
> 
> etc.
> 
> There is another way to fix this, but I can't remember it ;-P
> 
> Kevin N.
> 
> 
> Aaron Buchanan wrote:
>> Anyone seen any issues with class files not being installed when you load
>> the mpx in?
>> 
>> This is among the errors I am getting after freshly installing the
>> component. I tried y! Blogs but haven't heard back yet, so was wondering if
>> anyone here had found any info on the mystery classes :)
>> 
>> **Error** Symbol=yahoomap, layer=//as, frame=1:Line 7: The class or
>> interface 'com.yahoo.maps.widgets.NavigatorWidget' could not be loaded.
>>          import com.yahoo.maps.widgets.NavigatorWidget;
>> 
>> Thx!
>> A
>> 
>>   
> 
> 
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

-- 
Aaron Buchanan | Flash Developer, Lab-Media | T 909 702 1368


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to