PDA

View Full Version : Error on recompile


klj2000
10-10-2005, 03:33 AM
Hi Darren: I wanted to put a background on demo applet 2. The problem happens when I recompile the fla file for the swf. I get these errors. This is the errors producted from flash. I compiled this with the same structor as it came from the rar file just like I would do with flashchat. What am I missing???

**Error** Symbol=mcFeed, layer=actions, frame=1:Line 10: The class 'mx.transitions.TweenExtended' could not be loaded.
var twnInBg:TweenExtended;

**Error** Symbol=mcFeed, layer=actions, frame=1:Line 11: The class 'mx.transitions.TweenExtended' could not be loaded.
var twnOutBg:TweenExtended;

**Error** Symbol=mcFeed, layer=actions, frame=1:Line 44: The class 'mx.transitions.TweenExtended' could not be loaded.
twnInBg = new TweenExtended(mcBgTop, ["_width", "_height"], Strong.easeOut, [nStartWidth, nStartHeight], [nStopWidth, nStopHeight], 0.2, true);

**Error** Symbol=mcFeed, layer=actions, frame=1:Line 55: The class 'mx.transitions.TweenExtended' could not be loaded.
twnOutBg = new TweenExtended(mcBgTop, ["_width", "_height"], Regular.easeOut, [nStartWidth, nStartHeight], [nStopWidth, nStopHeight], 0.5, true);

Total ActionScript Errors: 4 Reported Errors: 4

jteam
10-31-2005, 12:39 AM
Hi!
Did you find a solution by now? Do you still get those errors?

klj2000
10-31-2005, 01:07 AM
Hi jteam: Yes all is fixed. I was testing them before I got the .mxp for it so once I got this installed on flash then all was well. Thanks for checking. Was easy to work with then hehe.

jteam
10-31-2005, 01:14 AM
This sounds great!
And I'm sorry for any inconvenience - I was unavailable quite a bit :)