Mailing List
Home
Flash Pro
Extending Flash
Flash Macromedia Developer
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
ERROR: class compiled doesn 't match class imported?

ERROR: class compiled doesn 't match class imported?

2004-02-18       - By Craig Earls

 Back
I am trying to split my project up into packages. I have the FLA in a
root directory then com/extrapolate/ holds all of my AS2.0 files (they
were in the root directory and everything worked fine). I changed the
linkages in the FLA to point to the new package, and add the fully
qualified pathname to the class definition in each script file. Now I am
getting many, many, of these errors:

**Error** C:\Program Files\Apache
Group\Apache\htdocs\com\extrapolate\BlueTab.as: Line 3: The class being
compiled, 'com.extrapolate.BlueTab ', does not match the class that was
imported, 'BlueTab '.
class com.extrapolate.BlueTab extends mx.controls.Tab {

Can anyone tell me what I am doing wrogn?

The actual code that generated this (BlueTab.as) is:

import mx.controls.Tab;

class com.extrapolate.BlueTab extends mx.controls.Tab {
static var symbolName:String = "BlueTab ";
static var symbolOwner:Object = BlueTab;
static var className:String = "BlueTab "

var falseUpSkin:String = "TabSkin ";
var falseDownSkin:String = "TabSkin ";
var falseOverSkin:String = "TabSkin "
var falseDisabledSkin:String = "TabSkin ";
var trueUpSkin:String = "TabSkin ";
var trueDownSkin:String = "TabSkin ";
var trueOverSkin:String = "TabSkin ";
var trueDisabledSkin:String = "TabSkin ";

function BlueTab(){
}

}



=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104609
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)