| Front
Screens |
.JPG,
.SWF, .FLV
|
OUT BOOTH STYLES:
Fusion:
178 x 115
Helix: 217 x 138
Nexus: 188 x 121
Skylight: 190 x 122
Terrace: 201 x 126
Aerial: 189 x 121
Polar: 193 x 123
Zoom: 218 x 138
Prize Center: 198 x 128
Lobby: 215 x 105
IN BOOTH STYLES:
Front Screen Display:
230 w x 122 h
Front Screen Movie:
580 w x 325 h
(max – movie is scalable)
Player Controls:
minimum dimensions
270w x 60h
|
1MB
Video:
(through Booth Builder)
7.8MB
Hosted:
25MB |
Flash
Notes:
When uploading a Site Pal .SWF, the uploaded .SWF file needs to contain
the following:
this._lockroot= true; at stage level
Please make sure to include audio media controls (play,stop,mute)
with any uploaded .SWF's using audio files.
Flash files must be published at 30 frames per second to ensure proper
playback in the virtual environment.
The background color in the Flash files will not be preserved. To
prevent unexpected results you must create a background layer in your
Flash file.
If using ActionScript in your Flash file, you may not use the "_root"
property. All instances of "_root" must be changed to prevent
unexpected results. Also create your Flash file using ActionScript 2.0. (ActionScript 3.0 is not supported)
When saving/exporting Flash files (.FLA, .SWF, .FLV) be sure they
are saved for Flash 8.
When linking to an existing file, it must be a JPG, SWF or FLV. Uploaded files will be converted.
Max. video size is 8 MB. Video files that are larger than 8 MB must be converted manually. You will be notified when your video file is converted. Acceptable video formats for conversion include: (.MOV, .AVI, .WMV)
If player controls are to be used make sure the video is larger than 270w x 60h.
How to loop an .FLV in an .SWF for Front Screens:
Note: This change can only be made in a Flash(.FLA) file.
Step One
Import FLV to Libray
Step Two
Click on the FLV area. The black colored (player area) or the frame.
Step Three
Add the following script on the frame or player area.
on (complete){
this.autoRewind=true;
this.play();
}
Step Four
Export SWF from Flash by pressing Ctrl+Enter.
|