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
**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