Skip to main content
Participating Frequently
August 24, 2011
Question

Not able to convert my application file from mxml to Action Script

  • August 24, 2011
  • 1 reply
  • 640 views

Hi,

    In my mobile project I want to convert my application file from mxml to ActionScript.When I do this I get error and when I digged into the code I found that the error comes in preloader class initialize method as preloader property in System Manager class is null(line 2026 in SystemManager class).it actually represents the splashScreen class.When I tried to set the splash Screen the document says we cannot set this property from action script.

   I know we have an option of action script mobile project but it doesnt recognise TabbedViewNavigatorApplication.

So how can I overcome the problem.

This topic has been closed for replies.

1 reply

Participating Frequently
August 24, 2011

I get the following error:

TypeError: Error #1007: Instantiation attempted on a non-constructor.

at mx.preloaders::Preloader/initialize()

at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::initialize()

at mx.managers::SystemManager/initHandler()