Topic: Republishing Error
Hi All,
I purchased simpleviewer pro and get errors upon republishing. I am trying to add a background image to the viewer. I downloaded and installed the font used for the preloader, thinking that was the issue (it wasn't).
I searched the forum and eventually started from scratch to make sure I was doing everything right.
After getting errors when adding the background image, I performed the following as a test: I reunzipped the original files, opened simpleviewer.fla with Flash Professional MX v7. I immediately published the file and got 21 errors, shown below.
The current viewer is at:
wesleyalmond (dot) com/abstract/index (dot) php
It just loops the preloader and does nothing else. Any ideas? Errors below:
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:ImageArea.as: Line 82: There is no method with the name 'Delegate'.
mNextBtn.doAction = Delegate.create(this, onClickNext);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:ImageArea.as: Line 86: There is no method with the name 'Delegate'.
mBackBtn.doAction = Delegate.create(this, onClickBack);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:ImageArea.as: Line 99: 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** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:ImageArea.as: Line 100: There is no method with the name 'Delegate'.
if (Options.enableDownloadLink) image_cm.customItems.push(new ContextMenuItem("Download SimpleViewer", Delegate.create(this,openURL)));
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:RolloverButton.as: Line 34: There is no method with the name 'Delegate'.
mClip_mc.onRollOver = Delegate.create(this,onRollOver);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:RolloverButton.as: Line 35: There is no method with the name 'Delegate'.
mClip_mc.onRollOut = Delegate.create(this,onRollOut);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:RolloverButton.as: Line 36: There is no method with the name 'Delegate'.
mClip_mc.onPress = Delegate.create(this,onPress);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:RolloverButton.as: Line 37: There is no method with the name 'Delegate'.
mClip_mc.onRelease = Delegate.create(this,onRelease);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:RolloverButton.as: Line 38: There is no method with the name 'Delegate'.
mClip_mc.onReleaseOutside = Delegate.create(this,onReleaseOutside);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Thumb.as: Line 95: There is no method with the name 'Delegate'.
mFrameTwn.onMotionChanged = Delegate.create(this, drawFrame);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Thumb.as: Line 204: There is no method with the name 'Delegate'.
mClip_mc.onRelease = Delegate.create(this,onRelease);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Thumb.as: Line 205: There is no method with the name 'Delegate'.
mClip_mc.onPress = Delegate.create(this,onPress);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Thumb.as: Line 206: There is no method with the name 'Delegate'.
mClip_mc.onRollOver = Delegate.create(this,onRollOver);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Thumb.as: Line 207: There is no method with the name 'Delegate'.
mClip_mc.onRollOut = Delegate.create(this,onRollOut);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Thumb.as: Line 208: There is no method with the name 'Delegate'.
mClip_mc.onDragOut = Delegate.create(this,onDragOut);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:ThumbArea.as: Line 90: There is no method with the name 'Delegate'.
mNextBtn.doAction = Delegate.create(this, showNextPage);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:ThumbArea.as: Line 93: There is no method with the name 'Delegate'.
mBackBtn.doAction = Delegate.create(this, showPreviousPage);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Image.as: Line 133: There is no method with the name 'Delegate'.
mFadeTween.onMotionFinished = Delegate.create(this,onFadeWaitDone);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:Image.as: Line 147: There is no method with the name 'Delegate'.
mFadeTween.onMotionFinished = Delegate.create(this,fadeOutDone);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:StageManager.as: Line 115: There is no method with the name 'Delegate'.
mDownloadLink_mc.onRelease = Delegate.create(this,openURL);
**Error** SEAGATE:Northlinx:Current clients:Wesley Almond:simpleviewer_pro:source:com:airtightinteractive:apps:viewers:simpleViewer:StageManager.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