PDA

View Full Version : Production Errors



dizzle
January 13th, 2006, 05:40 PM
I am testing a movie in development(my computer) and it works fine. However when i post it to production(remote server) it does not work. Is there a way i can record errors from a .swf to a text file or something of this nature so that i can see what is happening in production?

JoshuaJonah
January 13th, 2006, 05:51 PM
there is nothing that should affect that.

dizzle
January 13th, 2006, 05:54 PM
there is nothing that should affect that.


any suggestions on how to troubleshoot this problem?

Stratification
January 13th, 2006, 05:56 PM
Is it loading any external movies? If so how are they referenced? You could always place a text box in your movie and utilize it like a trace function to check values in the movie.

dizzle
January 13th, 2006, 06:04 PM
Is it loading any external movies? If so how are they referenced? You could always place a text box in your movie and utilize it like a trace function to check values in the movie.


it is loading all other movies. Good idea on the text box as a trace function. Ill give that a try