Topic: Simpleviewer Pro Publishing Problems
hi,
i'm having a similar problem with recompiling, but the error messages are different. the file will publish, but the viewer.swf just keeps pulsing "loading navigation" and "loading gallery".
Any advice would be great :)
++++++++++++++++++++++++++++++++++++++++++
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Line 82: There is no method with the name 'Delegate'.
mNextBtn.doAction = Delegate.create(this, onClickNext);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Line 86: There is no method with the name 'Delegate'.
mBackBtn.doAction = Delegate.create(this, onClickBack);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Line 98: There is no method with the name 'Delegate'.
if (mXMLManager.enableRightClickOpen) image_cm.customItems.push(new ContextMenuItem("Open Image in New Window...", Delegate.create(this,openImageLink)));
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Line 99: There is no method with the name 'Delegate'.
if (Options.enableDownloadLink) image_cm.customItems.push(new ContextMenuItem("Download SimpleViewer", Delegate.create(this,openURL)));
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerRolloverButton.as: Line 34: There is no method with the name 'Delegate'.
mClip_mc.onRollOver = Delegate.create(this,onRollOver);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerRolloverButton.as: Line 35: There is no method with the name 'Delegate'.
mClip_mc.onRollOut = Delegate.create(this,onRollOut);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerRolloverButton.as: Line 36: There is no method with the name 'Delegate'.
mClip_mc.onPress = Delegate.create(this,onPress);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerRolloverButton.as: Line 37: There is no method with the name 'Delegate'.
mClip_mc.onRelease = Delegate.create(this,onRelease);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerRolloverButton.as: Line 38: There is no method with the name 'Delegate'.
mClip_mc.onReleaseOutside = Delegate.create(this,onReleaseOutside);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 95: There is no method with the name 'Delegate'.
mFrameTwn.onMotionChanged = Delegate.create(this, drawFrame);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 204: There is no method with the name 'Delegate'.
mClip_mc.onRelease = Delegate.create(this,onRelease);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 205: There is no method with the name 'Delegate'.
mClip_mc.onPress = Delegate.create(this,onPress);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 206: There is no method with the name 'Delegate'.
mClip_mc.onRollOver = Delegate.create(this,onRollOver);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 207: There is no method with the name 'Delegate'.
mClip_mc.onRollOut = Delegate.create(this,onRollOut);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Line 208: There is no method with the name 'Delegate'.
mClip_mc.onDragOut = Delegate.create(this,onDragOut);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Line 90: There is no method with the name 'Delegate'.
mNextBtn.doAction = Delegate.create(this, showNextPage);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Line 93: There is no method with the name 'Delegate'.
mBackBtn.doAction = Delegate.create(this, showPreviousPage);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImage.as: Line 133: There is no method with the name 'Delegate'.
mFadeTween.onMotionFinished = Delegate.create(this,onFadeWaitDone);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerImage.as: Line 147: There is no method with the name 'Delegate'.
mFadeTween.onMotionFinished = Delegate.create(this,fadeOutDone);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerStageManager.as: Line 115: There is no method with the name 'Delegate'.
mDownloadLink_mc.onRelease = Delegate.create(this,openURL);
**Error** C:simpleviewer_prosourcecomairtightinteractiveappsviewerssimpleViewerStageManager.as: Line 279: There is no method with the name 'Delegate'.
mResize_int = setInterval(Delegate.create(this,doLayout),sResizeTime);
Total ActionScript Errors: 21 Reported Errors: 21
++++++++++++++++++++++++++++++++++++++++++++