Renge
07-31-2007, 12:04 AM
Hiii.
I'm trying the very simple Document class textfield in the Properties dialog box, where I add in the value: Main
I save that as myFlashCS3.fla. There's nothing else in that .fla.
In that same dir, I have Main.as, which has this code:
package
{
import flash.display.MovieClip;
public class Main extends MovieClip
{
public function Main()
{
trace("holla");
}
}
}
I publish my myFlashCS3.fla and the Output shows nothing. I was expecting it to show: holla
What am I doing wrong?
Thank you.
I'm trying the very simple Document class textfield in the Properties dialog box, where I add in the value: Main
I save that as myFlashCS3.fla. There's nothing else in that .fla.
In that same dir, I have Main.as, which has this code:
package
{
import flash.display.MovieClip;
public class Main extends MovieClip
{
public function Main()
{
trace("holla");
}
}
}
I publish my myFlashCS3.fla and the Output shows nothing. I was expecting it to show: holla
What am I doing wrong?
Thank you.