Im developing a flash game based on the citrus engine for a uni project.
All of it is done and handed in but im trying to compile the entire project into a release for web.
In flahs builder ive gone file --> export --> release build and compiled the game.
the .swf file opens up fine and initiatze the spirte menu but when clicking the start game button it begins to initiate the game state but then hangs up on a solid colour, in flash debugger im getting these errors
SecurityError: Error #2000: No active security context.
Started TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.citrusengine.utils::ObjectMaker$/FromMovieClip() at GameState/initialize() at com.citrusengine.core::CitrusEngine/handleEnterFrame() SecurityError: Error #2000: No active security context.
Started TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.citrusengine.utils::ObjectMaker$/FromMovieClip() at GameState/initialize() at com.citrusengine.core::CitrusEngine/handleEnterFrame()
Any suggestion appreciated