Hi all
SystemManager's constructor comment resolve my problem
/**
* Constructor.
*
* <p>This is the starting point for all Flex applications.
* This class is set to be the root class of a Flex SWF file.
* Flash Player instantiates an instance of this class,
* causing this constructor to be called.</p>
*
* @langversion 3.0
* @playerversion Flash 9
* @playerversion AIR 1.1
* @productversion Flex 3
*/
sumudu
On Thu, Aug 29, 2013 at 3:24 PM, Sumudu Chinthaka <[email protected]> wrote:
> Thanks tom
>
> I just want to understand how this works, i have being working on a flex
> mobile project and my flex knowledge was enough to develop it. but now time
> has come for me to optimize the app and get the full performance out of it.
> so i needed to dig deep and see how things work here
>
> anyway i manage to find a copy of programming flex 2 where they enplane
> nicely about flex framework life cycle
>
> thanks everybody for sharing their thoughts and guided me to the correct
> place
>
> Regards
> Sumudu
>
>
> On Thu, Aug 29, 2013 at 3:16 PM, Tom Chiverton <[email protected]> wrote:
>
>> On 29/08/2013 10:30, Sumudu Chinthaka wrote:
>>
>>> what my concern is who is dispatching those events and who is responsible
>>> for loading the swf?
>>>
>> Ahh, OK, so you don't care about how a Flex application itself gets
>> going, more about the underlying gubbins.
>>
>> The AIR runtime itself (nor Flash Player) isn't open source, so the exact
>> mechanism it uses to load up a .swf as a local application isn't available,
>> and it defers by platform so for iOS for instance everything is cross
>> compiled as native code, but on desktops it actually still contains the .swf
>>
>> Are you trying to understand or build anything in particular?
>>
>> Tom
>>
>
>