Welcome, Guest. Please login or register.
Did you miss your activation email?
05/22/12, 07:01
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  Flash MX 2004 (Moderators: Flash-db, Musicman, vesa kortelainen, Ronald Wernecke, Andresss, papachan)
| | |-+  preloaders again
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: preloaders again  (Read 2936 times)
p@g@n
Server what's that
*
Posts: 12


View Profile Email
« on: 06/18/09, 13:42 »

I have main movie that calls external movies, and i managed to load them into container. in main timeline i have this  actions for preloader (component preloader)



    myProgressBarListener = new Object();

    myProgressBarListener = function (eventObject) {

        myProgressBar._visible = false;
      logo._visible = false;
       slova._visible = false;

 
    };


    myLoader.scaleContent = true;

 
    myLoader.contentPath = "radionica.swf";


    myProgressBar.addEventListener("complete", myProgressBarListener);

    myProgressBar.mode = "polled";

 
    myProgressBar.source = "myLoader";


    myProgressBar.conversion = "1";


    myProgressBar.label = "LOADING %3%%";

   
    myProgressBar.direction = "right";

 
    myProgressBar.labelPlacement = "bottom";

 
    stop();


preloader works on some frames and on other frames it doesn't work at all, in fact there is no preloader at all....
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #1 on: 06/19/09, 03:39 »

your main movie containing the containers an scripts should only consist of a single frame.
If you want frame animation, do them in loaded movieclips, or clips out of the library.
Do not animate or move anything in the movie, where you defined components or objects.
Logged

happy flashing
Cool
Ronald
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything