Here are the problems:
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as, Line 44: The class or interface 'com.airtightinteractive.utils.TweenExtended' could not be loaded.
private var mPopupTween:TweenExtended;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as, Line 159: The class or interface 'com.airtightinteractive.utils.TweenExtended' could not be loaded.
mPopupTween = new TweenExtended(mBase_mc,["_x","_y","_xscale","_yscale","_alpha"],Regular.easeOut,[Options.thumbnailWidth/2,Options.thumbnailHeight/2,1,1,0],[0,0,100,100,100],10,false);
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImageArea.as, Line 131: There is no method with the name 'ArrayUtil'.
var i = ArrayUtil.indexOf(mImageLoadQueue,imageIndex);
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 75: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mWidth = (Thumb.thumbWidth + Thumb.padding)*mColumns;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 76: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mHeight = (Thumb.thumbHeight + Thumb.padding)*mRows - Thumb.padding;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 100: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
var thumbDim = Thumb.thumbWidth + Thumb.padding;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 104: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mNextBtn.setPosn(mWidth - Thumb.padding/2,0);
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 128: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
var maskWidth:Number = mWidth - Thumb.padding + Thumb.selectedFrameOffset*2;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 129: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
var maskHeight:Number = mHeight + Thumb.selectedFrameOffset*2;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 130: There is no method with the name 'RectUtil'.
RectUtil.rectangle(mClip_mc.mcDisplayMask, -Thumb.selectedFrameOffset,-Thumb.selectedFrameOffset,maskWidth,maskHeight);
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 149: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mThumbs[i] = new Thumb(mClip_mc.mcDisplayArea.mcSlidingDisplayArea, i,mXMLManager.thumbPath + mXMLManager.imageFileNames[i]);
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 154: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mThumbs[i].setPosn((Thumb.thumbWidth+Thumb.padding)*ipos + mWidth*pageIndex,
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 273: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
return mWidth - Thumb.padding;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as, Line 286: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
return Thumb.thumbHeight;;
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImage.as, Line 190: There is no method with the name 'RectUtil'.
RectUtil.hollowRectangle(mFrame_mc,
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerStageManager.as, Line 297: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mCaption_mc._y = Math.floor(thumbY + thumbH + Thumb.padding);
**Error** K:other HD filessoftwaresimpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerStageManager.as, Line 303: There is no class or package with the name 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' found in package 'com.airtightinteractive.apps.viewers.simpleViewer'.
mTitle_mc._y = Math.floor(thumbY - mTitle_mc.txtText.textHeight - Thumb.padding);
Total ActionScript Errors: 17, Reported Errors: 17
Any idea what the issue is? I have the files in the location they unzipped into, so I don't think any files should be missing.
Thanks,
Brian