[Fault] exception, information=ReferenceError: Error #1056: Cannot create property mx.flash:UIMovieClip::trackSizeChanges on FlashEff2Code.

Posted by dududucon 
Hello
I am using flashdevelop, flex3 aan flash debug10.1 and I get this error:

[Fault] exception, information=ReferenceError: Error #1056: Cannot create property mx.flash:UIMovieClip::trackSizeChanges on FlashEff2Flex.



package com
{

import com.jumpeye.flashEff2.filter.blink.FEFBlink;
import com.makeShape.DrawRectangle;
import flash.display.MovieClip;
import FlashEff2Flex

public class Untitled11 extends MovieClip
{
public var _linkLabelArrow:TextHandle;
public var pattern0:FEFBlink;
public var fe:FlashEff2Flex = new FlashEff2Flex();

public function Untitled11():void
{
var rectangle:DrawRectangle = new DrawRectangle(10, 10, 200, 50)
this.addChild(rectangle)

_linkLabelArrow = new TextHandle(855, 500, 85, 100, 50, 0xcccccc, "left", true, "left", false, false, true, "helvetica", 0);
_linkLabelArrow.htmlText = "TEST >"
addChild(_linkLabelArrow);

this.addChild(fe);
fe.target = _linkLabelArrow;
fe.target = rectangle;

pattern0 = new FEFBlink();
pattern0.type='color';
pattern0.color=26367;
pattern0.intensity=1;
pattern0.interval=0.1;

fe.addFilter(pattern0)
}
}
}



Edited 1 time(s). Last edit at 09/10/2010 08:19PM by dududucon.
Sorry, you do not have permission to post/reply in this forum.