Skip to main content
Participating Frequently
May 31, 2011
Question

Packager turn fla into movie--- PLEASE HELP ME

  • May 31, 2011
  • 1 reply
  • 1802 views

Do you have experience with cs5 packager?

I am having an error after the packager compiles the .fla file to ipa.

The file is playing like a movie and not like a game. The file just starts and then starts playing fast like a movie skipping the levels over and over. Do you know what our error is.

Please help as it has taking me so long to make this game and know I can not get it to work on iphone.

I will be very greatfull

Thank you all

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
May 31, 2011

What you describe is what happens if there is a script error in your FLA. Look for any compiler errors, or things being trace in the output window when you do a test movie.

lollol12Author
Participating Frequently
May 31, 2011

Colin thank you heaps for geting back to me. The compiler shows no errors in it,thats what is making it hard.

The whole game is like in fast forward movie

Colin Holgate
Inspiring
May 31, 2011

The next three things to try:

Test it as a Flash Player 10 swf. Does that work? If it doesn't, fix whatever is wrong before going back to iOS.

If it does work, go into ActionScript settings and make sure that Strict mode is turned on, and see if that shows more compiler errors.

If it doesn't show any errors, try doing a debug build, and remote debug the app while it's running.