Topic: stagemanager error in republishing viewer
Hello!
Some time ago I made som SV galleries that display fine after having republished the viewer.swf.
Now, I want to republish a new viewer.swf (with different publish settings) but I get a compile error that looks like this:
Location:
Scene=Scen1, layer=actions, frame=30, Line 3
Description:
The class or interface 'StageManager' could not be loaded.
Source:
var sm:StageManager = StageManager.getInstance();
In the compiler error panel, I get the option of "go to source". When I click on that, here's what I get in the action-frame panel:
//Create instance of StageManager class
import com.airtightinteractive.apps.viewers.simpleViewer.*
var sm:StageManager = StageManager.getInstance();
sm.init(this); //start her up!
stop();
Stage.removeListener(this);
According to the compiler error panel, the error shoud be in Line 3, but I don't know enough flash in order to tell what is wrong.
The behavior of the resulting viewer.swf is that the preloader enters a loop. So when it finishes loading the images, it begins all over again. Thus, it is not possible to see the images.
Can someone help me?
thanks in advance