Topic: 1.8 Pro -> 10 AS Errors when republishing the fla
What am i doing wrong?
Opened the .fla file (simpleviewer.fla, needless to say, pro version), republished it but get tons of error messages, 10 in fact.
---snip---
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerRolloverButton.as: Line 16: The name of this class, 'com.airtightinteractive.apps.viewers.simpleViewer.RolloverButton', conflicts with the name of another class that was loaded, 'com.airtightinteractive.apps.viewers.simpleViewer.RolloverButton'.
class com.airtightinteractive.apps.viewers.simpleViewer.RolloverButton {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerXMLManager.as: Line 18: The name of this class, 'com.airtightinteractive.apps.viewers.simpleViewer.XMLManager', conflicts with the name of another class that was loaded, 'com.airtightinteractive.apps.viewers.simpleViewer.XMLManager'.
class com.airtightinteractive.apps.viewers.simpleViewer.XMLManager {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveutilRectUtil.as: Line 5: The name of this class, 'com.airtightinteractive.util.RectUtil', conflicts with the name of another class that was loaded, 'com.airtightinteractive.util.RectUtil'.
class com.airtightinteractive.util.RectUtil {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveutilTweenExtended.as: Line 39: The name of this class, 'com.airtightinteractive.util.TweenExtended', conflicts with the name of another class that was loaded, 'com.airtightinteractive.util.TweenExtended'.
class com.airtightinteractive.util.TweenExtended extends Tween
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 24: The name of this class, 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb', conflicts with the name of another class that was loaded, 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb'.
class com.airtightinteractive.apps.viewers.simpleViewer.Thumb {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Line 23: The name of this class, 'com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea', conflicts with the name of another class that was loaded, 'com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea'.
class com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImage.as: Line 23: The name of this class, 'com.airtightinteractive.apps.viewers.simpleViewer.Image', conflicts with the name of another class that was loaded, 'com.airtightinteractive.apps.viewers.simpleViewer.Image'.
class com.airtightinteractive.apps.viewers.simpleViewer.Image {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveutilArrayUtil.as: Line 5: The name of this class, 'com.airtightinteractive.util.ArrayUtil', conflicts with the name of another class that was loaded, 'com.airtightinteractive.util.ArrayUtil'.
class com.airtightinteractive.util.ArrayUtil {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Line 26: The name of this class, 'com.airtightinteractive.apps.viewers.simpleViewer.ImageArea', conflicts with the name of another class that was loaded, 'com.airtightinteractive.apps.viewers.simpleViewer.ImageArea'.
class com.airtightinteractive.apps.viewers.simpleViewer.ImageArea {
**Error** C:mrDesktopsimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerStageManager.as: Line 20: The name of this class, 'com.airtightinteractive.apps.viewers.simpleViewer.StageManager', conflicts with the name of another class that was loaded, 'com.airtightinteractive.apps.viewers.simpleViewer.StageManager'.
class com.airtightinteractive.apps.viewers.simpleViewer.StageManager {
Total ActionScript Errors: 10 Reported Errors: 10
---
Anyone experienced the same problems?
Any help would be appreciated ;-)
Mike