[flexcoders] Custom Preloader

2012-07-10 Thread ZIONIST
Hi guys am trying to follow this example http://nightlycoding.com/index.php/2011/05/flex-preloader-with-greensock-tweenlite-and-tweenmax/ to create the same preloader but am getting so many errors. Below is my code please advise where am going wrong. CustomPreloader.as package preloader {

Re: [flexcoders] Custom Preloader

2012-07-10 Thread Alex Harui
What error are you getting? On 7/10/12 4:50 AM, ZIONIST stinas...@yahoo.com wrote: Hi guys am trying to follow this example http://nightlycoding.com/index.php/2011/05/flex-preloader-with-greensock-tweenlite-and-tweenmax/ to create the same preloader but am getting so many errors. Below

[flexcoders] custom preloader

2008-06-04 Thread nihilismmachine
does anyone have any code examples of skinning the preloader? I just want a textbox with my site name, and a super thin bar with a bar holder. anyone? please? --e

Re: [flexcoders] custom preloader

2008-06-04 Thread Jim Cheng
Take a look at the documentation: Adobe provides a handful of examples for hiding, customizing and replacing the preloader's default download progress bar. See: http://livedocs.adobe.com/flex/3/html/app_container_4.html Jim Cheng EffectiveUI [EMAIL PROTECTED] wrote: does anyone have

[flexcoders] Custom preloader bug

2008-04-14 Thread maximecowez
I wonder if this is a Flex bug or if I'm doing something wrong: I'm using a custom preloader to first fetch all the data and only then display the application. It does exactly what it's supposed to do, BUT when I open a TitleWindow that has it's 'showCloseButton' attribute set to 'true', the

RE: [flexcoders] Custom preloader bug

2008-04-14 Thread Alex Harui
: [flexcoders] Custom preloader bug I wonder if this is a Flex bug or if I'm doing something wrong: I'm using a custom preloader to first fetch all the data and only then display the application. It does exactly what it's supposed to do, BUT when I open a TitleWindow that has it's 'showCloseButton

[flexcoders] custom preloader

2005-09-28 Thread Jeremy Rottman
I am working on a custom preloader that will show the user how much of the service has been loaded. Does anyone know where I can see an example of something like this that shows the amount of data loaded or being loaded. Yahoo! Groups Sponsor ~--

[flexcoders] Custom preloader question

2005-05-31 Thread pilby1
I am trying to create a customized preloader for my application using an Actionscript class. I am not the best in Actionscript, and all I really wanted was a preloader that displayed a progress bar on top of a background image, and I am unable to do so. I have read the Flex documentation and

RE: [flexcoders] Custom preloader question

2005-05-31 Thread Steven Webster
Flex has been out for a while now, and I wonder why there's only one book out (by Stephen Webster and Alistair McLeod), and it doesn't even discuss preloaders. Apart from pages 648 - 650 ? :-) somebody please be kind enough to alleviate my frustration on this by providing me a simple

Re: [flexcoders] Custom preloader question

2005-05-31 Thread Leif Wells
On 5/31/05, pilby1 [EMAIL PROTECTED] wrote: I've been wracking my brains on this for 2 weeks now, trying different things, but I can't seem to get my preloader to work. Other than asking me to shoot myself in the head, can somebody please be kind enough to alleviate my frustration on this by

RE: [flexcoders] Custom Preloader: SWC Not Found

2005-05-31 Thread Roger Gonzalez
Sent: Wednesday, May 18, 2005 1:22 PM To: Flexcoders Subject: [flexcoders] Custom Preloader: SWC Not Found I've followed the docs and created an SWC based on the sample code provided. Naturally, this email's mere presence infers it doesn't work. This is the attribute in my app tag

[flexcoders] Custom Preloader Questions

2005-03-24 Thread James Ward
Hi All. I have been messing with custom preloader stuff and a few questions have come up which I can't seem to find answers to, so I am turning to the guru's. Basically I want to control what my preloader looks like (this part is pretty straight forward), but I also want this preloader to stay

RE: [flexcoders] Custom Preloader Questions

2005-03-24 Thread Jason Szeto
few cycles to dedicate to updating the stage. Jason -Original Message- From: James Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 2:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom Preloader Questions Hi All. I have been messing with custom preloader