jcdevelopment
05-18-2010, 05:09 PM
function gotoTextEbby(event:MouseEvent):void
{
var ebbyURL:URLRequest = new URLRequest("http://text.ebby.com");
navigateToURL(ebbyURL,'_blank');
}
link_button.addEventListener(MouseEvent.CLICK, gotoTextEbby);
link_button.buttonMode = true;
I have used this code over and over just switching it with different projects. Now i get this:
1120: Access of undefined property ||link_button.addEventListener(MouseEvent.CLICK, gotoTextEbby);
1120: Access of undefined property || link_button.buttonMode = true;
{
var ebbyURL:URLRequest = new URLRequest("http://text.ebby.com");
navigateToURL(ebbyURL,'_blank');
}
link_button.addEventListener(MouseEvent.CLICK, gotoTextEbby);
link_button.buttonMode = true;
I have used this code over and over just switching it with different projects. Now i get this:
1120: Access of undefined property ||link_button.addEventListener(MouseEvent.CLICK, gotoTextEbby);
1120: Access of undefined property || link_button.buttonMode = true;