bicchhu
01-29-2009, 02:25 PM
Hi,
i am working on fla file created by someone in my office (i m not aware who?).
while i export swf from this fla it shows the following compiler error:
Location:
Scene=Scene 1, Layer=actions, frame=2, line 211
Description:
The class or interface 'Fuse' could not be loaded.
Source:
var f:Fuse = new Fuse();
Can someone please tell me whats going wrong here?
function loadStage():Void {
delete home.onEnterFrame;
var f:Fuse = new Fuse();
f.duration = 1;
f.easing = 'easeOutQuad';
f.push({target:[preloadCover,preloader],alpha:0});
f.push({func:'enableButtons'});
f.start();
};
thanks,
i am working on fla file created by someone in my office (i m not aware who?).
while i export swf from this fla it shows the following compiler error:
Location:
Scene=Scene 1, Layer=actions, frame=2, line 211
Description:
The class or interface 'Fuse' could not be loaded.
Source:
var f:Fuse = new Fuse();
Can someone please tell me whats going wrong here?
function loadStage():Void {
delete home.onEnterFrame;
var f:Fuse = new Fuse();
f.duration = 1;
f.easing = 'easeOutQuad';
f.push({target:[preloadCover,preloader],alpha:0});
f.push({func:'enableButtons'});
f.start();
};
thanks,