Re: [flexcoders] Is It possible to use ressources in a CustomPreloader

2008-10-09 Thread Haykel BEN JEMIA
I don't know if there's a way to access it (probably it's not even
initialized at that point), but even if you could, this would make your
preloader too heavy I think. I would put static text in the preloader and
display it depending on the user's preferred language. I don't know how you
detect the language, but I think it should be doable with javascript and
ExternalInterface (perhaps there's a simpler way?).

Hope this helps!


On Wed, Oct 8, 2008 at 2:58 PM, Farid SALAH [EMAIL PROTECTED] wrote:

   Hi folks,

 We are using the FB3-AS3-BazeDS-Tomcat combination.
 We are currently deploying a multi-language application (French,
 English and Russian).

 But we are stuck with our CustomPreloader. It refuses to display a
 localized text.

 Does someone know how to get a hold on the ResourceManager in the
 Preloader as we want to display some label with ProgressBar ?

 Thanks again

 Farid

  




-- 
Haykel Ben Jemia

Allmas
Web  RIA Development
http://www.allmas-tn.com


[flexcoders] Is It possible to use ressources in a CustomPreloader

2008-10-08 Thread Farid SALAH
Hi folks,

We are using the FB3-AS3-BazeDS-Tomcat combination.
We are currently deploying a multi-language application (French,  
English and Russian).

But we are stuck with our CustomPreloader. It refuses to display a  
localized text.

Does someone know how to get a hold on the ResourceManager in the  
Preloader as we want to display some label with ProgressBar ?

Thanks again

Farid