FAQ Contact Tutorials Support Products Home

General Information

The following instructions apply for setting up: One-Click Preloader. Use a text editor such as Notepad, WordPad, or Dreamweaver to edit your XML file.


How do I...

How do I create a preloader?

To build your preloader simply click Behaviors Panel > PlugFactory > One-Click Preloader. Done.

If you do not have the Behaviors panel open you can find it at: Window>Development Panels>Behaviors (or click shift F3). Click on the "+" sign in the top left corner of the Behaviors panel to access your behaviors. Then choose PlugFactory>One-Click Preloader. The behavior will place all of the necessary code in frame 1 of your movie. When preloading has completed the One-Click Preloader will destroy itself then go to frame 2 for you to take control.



How do I hide the progress bar?

Simply change the variable below on frame 1 to false.



How do I hide the loading text percentage?

Change the variable below on frame 1 to false.



How do I change the loading text color?

Change the hexidecimal value below on frame 1.



How do I change the preloader's background color?

Change the hexidecimal value below on frame 1.



How do I change the progress bar's color?

Change the hexidecimal value below on frame 1.



How do I change the preloader's width and height?

Change the width and height values below on frame 1.



How do I change the preloader's location on the screen?

Change the X and Y values below from NULL to your desired location. The preloader will be automatically centered if the values are left as NULL.