Topic: ActionScript errors during test/publish
If you'd be so kind to offer your guidance, it would be much appreciated...
I'm clearly new to ActionScript and have gotten myself into a pickle. During my code edits, I seem to have made a change(s) that produces the below errors and warnings during testing/publishing. (I’ve verified the mentioned ActionScript files indeed exist.)
**Error** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Line 159: Left side of assignment operator must be variable or property.
mThumbArea.__set__selectedThumbIndex(++mThumbArea.__get__selectedThumbIndex());
**Error** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Line 163: Left side of assignment operator must be variable or property.
mThumbArea.__set__selectedThumbIndex(--mThumbArea.__get__selectedThumbIndex());
**Error** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Line 182: Left side of assignment operator must be variable or property.
this.__set__selectedThumbIndex(++this.__get__selectedThumbIndex());
**Error** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Line 213: Left side of assignment operator must be variable or property.
this.__set__selectedThumbIndex(--this.__get__selectedThumbIndex());
**Error** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Line 217: Left side of assignment operator must be variable or property.
this.__set__selectedThumbIndex(++this.__get__selectedThumbIndex());
**Warning** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 7: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mThumbArea = com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea.getInstance();
**Warning** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 8: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.ImageArea' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mImageArea = com.airtightinteractive.apps.viewers.simpleViewer.ImageArea.getInstance();
**Warning** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerStageManager.as: Line 19: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mThumbArea = com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea.getInstance();
**Warning** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerStageManager.as: Line 20: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.ImageArea' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mImageArea = com.airtightinteractive.apps.viewers.simpleViewer.ImageArea.getInstance();
**Warning** D:DownloadnewsimplecomairtightinteractiveappsviewerssimpleViewerXMLManager.as: Line 8: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mThumbArea = com.airtightinteractive.apps.viewers.simpleViewer.ThumbArea.getInstance();