PDA

View Full Version : Background Color when segments are loading...


tcoursey
10-26-2009, 07:16 PM
I'm sorry if this is super simple, or already answered somewhere. I have searched and do not find anything. New to FPP.

Is there a place I can call out the Background color for the FPP when the panorama is loading. The default seems to be a nice GREEN color! Would like this to match some other coloring we are doing with the site if possible.

Thanks.

seeinside360
10-26-2009, 07:56 PM
You can try loaderBackColor=#FFFFFF in parameters tags.

tcoursey
10-27-2009, 11:55 AM
Indeed. I just ran across the documentation that would explain the default's. I have posted them below for others that "missed it". Thanks.

loaderBackColor sets the background color for image preloader

Default value depends on security sandbox of Flash Player. "Remote" mode (Flash Player on a web site) gives dark gray background #282828, "localWithFile" gives red background #880000, "localWithNetwork" gives yellow #888800, "localTrusted" (inside any exe application) gives green background #008800.