PDA

View Full Version : Compilation failed while executing: as


Mark344
11-15-2010, 06:40 PM
Hello members of Actionscript.org,

I just updated Flash CS5, because I wanted to create applications for my iPad. But my problem is: I can't publish my .ipa files anymore. I get this error:

Error creating files.

Compilation failed while executing: as

Does someone know a solution to this problem?

Thanks in advance,
Mark

sophielucky
11-16-2010, 06:12 AM
sounds like a bug, can you run pfi with "-Xverbose" and tell me what actual error it's giving?

Mark344
11-16-2010, 04:14 PM
I updated it again and it worked again. I didn't think of doing that because I had just updated it.

Thanks for replying, though.

jmoller
03-30-2011, 02:24 AM
I am creating a simple app for my ipad that has one button and one loop layer. The video stops but the button does not work. Does anyone have any ideas? Here is the code for the button. button_1.addEventListener(TouchEvent.TOUCH_TAP,fl_ ClickToGoToAndPlayFromFrame_1);

function fl_ClickToGoToAndPlayFromFrame_1(event:TouchEvent) :void
{
gotoAndPlay(112);
}