View Full Version : Can't change app .fla filename using AIR
cauchy
October 6th, 2008, 04:33 AM
Not sure if this is the right place for this, but I've developed a working AIR app, but can't seem to change the name of the app and get it to publish. All I've done is do a "save as", set a new name, and attempt to publish. The error is: Error Line 1 5000: The class xxx must subclass flash.display.MovieClip since it is linked to a library symbol of that type. This occurs for several, but not all, of the .as files. Of course, each of these class files extend MovieClip and everything worked fine with the old .fla name. Any thoughts would be appreciated.
wvxvw
October 6th, 2008, 05:25 AM
Check the classpaths and if there are classes you don't import explicitly (i.e. they are in the same directory, where your FLA was, and you never put "import SomeClass"), than check you have \. in classpaths (sometimes it disappears for no reason...
cauchy
October 13th, 2008, 07:11 PM
Check the classpaths and if there are classes you don't import explicitly (i.e. they are in the same directory, where your FLA was, and you never put "import SomeClass"), than check you have \. in classpaths (sometimes it disappears for no reason...
Thanks, as many of the problems seemed to be related to the paths.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.