[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maximecowez Sent: Monday, April 14, 2008 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom preloader bug Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when

[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maximecowez Sent: Monday, April 14, 2008 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom preloader bug Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when

RE: [flexcoders] Re: Custom preloader bug

2008-04-15 Thread Alex Harui
Subject: [flexcoders] Re: Custom preloader bug Yepee! I finally nailed it! Took me three hours. And I now really think this might be a Flex bug or at least an inconsistency. What I did wrong: I created my main controller (that sets up all event listeners and more) on INIT_COMPLETE And now I create

[flexcoders] Re: Custom preloader bug

2008-04-14 Thread maximecowez
Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when the framework had finished loading. Is there another event I have to listen for then? Plus the bug only seems to apply to children of the Button class. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

RE: [flexcoders] Re: Custom preloader bug

2008-04-14 Thread Alex Harui
PROTECTED] On Behalf Of maximecowez Sent: Monday, April 14, 2008 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom preloader bug Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when the framework had finished loading. Is there another event I have to listen

[flexcoders] Re: custom preloader

2005-09-28 Thread Jeremy Rottman
I guess I should have been more specific I have a preloader that I have made in flash. That I would like to use in my test app. It calls the functions qiAgentView, qiAgentFaq, qiAgentDownloads, and qiAgentMarketing. the functions are called from a cfc that I have written.

Re: [flexcoders] Re: custom preloader

2005-09-28 Thread Scott Barnes
Heya, I thought i would reply in here vs to your private email about my Preloader on Mossyblog.com (hope you don't mind). You can use your own home-grown preloader for the initial application asset loading via mx:Application (ie simply slot in your own preloader.swc into the 'preloader' slot.

[flexcoders] Re: Custom preloader question

2005-06-01 Thread pilby1
Lol, it was in one of the handful of chapters I haven't read. But I did check the book index, looking for custom and preloader, and I didn't find any references. The example in your book required using Flash. I was looking for a preloader that's reliant on only an Actionscript class, i.e,. no