;

PDA

Click to See Complete Forum and Search --> : Bizzare!?! No external as loading?!


flashpipe1
04-28-2006, 09:41 AM
I came into work this morning, and suddenly, I can't get any of my files with external as files to compile?!

I'm using Flash 8, everything was working fine yesterday. I didn't install anything new or change any code. My publish settings are set for Flash 8, ActionScript 2.0, and my classpath includes $(LocalData)/Classes, but every time I try to compile a movie with an external .as class I get the following error:
**Error** Scene=Scene 1, layer=actions, frame=1:Line 15: The class or interface 'imageVDSMode_lab' could not be loaded.
var my_lab:imageVDSMode_lab = new imageVDSMode_lab(this);

Total ActionScript Errors: 1 Reported Errors: 1

Any ideas??!?!

Mirandir
04-28-2006, 09:50 AM
Where do you keep the file "imageVDSMode_lab.as"?

/Mirandir

flashpipe1
04-28-2006, 09:57 AM
It's in the same folder as the flash movie that I'm compiling...

flashpipe1
04-28-2006, 12:56 PM
It works fine on other machines, I tried to "Repair" the installation, but that didn't work...grrr...I hate to uninstall & reinstall, re-register, etc., but it looks like it may come to that. I was just thinking it might have been some setting I hit or something...

Mirandir
04-28-2006, 02:11 PM
BTW just realized that you may be missing the classpath of:. (A single dot)

It's the classpath that makes flash check the fla-files local folder for classfiles.

/Mirandir

flashpipe1
05-01-2006, 10:31 AM
THANK YOU!!! THANK YOU!!! THANK YOU!!!

That was it!

You saved me from doing a complete uninstall and now everything is working great...

Thanks again!!