InstantPalace Parameters

        Applet Size (in applet tag)

        The default is 762,440.

        Mode

        This parameter indicates which class files are to be downloaded, determining many of the features and the download size and time.

        <PARAM name="Mode" value="CORE"> corresponds to the pal_core.cab class file.
        <PARAM name="Mode" value="NO_PP"> corresponds to the pal_nopp.cab class file.
        <PARAM name="Mode" value="FULL"> corresponds to the pal_arch.cab class file.

        Core is the lowest InstantPalace download. This is the one to use if you have no PalacePresents events and no advertising on your Palace. The No PalacePresents mode of InstantPalace allows advertising, but no PalacePresents. The Full mode allows PalacePresents and advertising. The default mode is full. The Core parameter saves about 40k over the Full parameter.

        Room Window

        Disable the Room Window if you want a text-only chat. You can also size the room window, or move it around your screen. This parameter is particularly useful if you want to include it on a web page.

        <PARAM name="RoomWindowEnabled" value="true"> Default is true.
        <PARAM name="RoomWindowPos" value="x.y"> Default = 2,2
        <PARAM name="RoomWindowSize" value ="width,height"> Default =512x384

        Text Input Box

        The Text Input Box allows you to enter questions or chat. You can move the input box around on the screen, change the box size, the font, and the font size.

        <PARAM name="TextInputPos" value="x.y" > The default =2,388
        <PARAM name="TextInputSize" value=width, height"> The default = 512,22
        <PARAM name="TextInputFont" value="dialog"> The default = Courier
        <PARAM name="TextInputFontSize" value="12"> The default = 12

        Status Label

        The Status label includes the username, the number of people currently in the room, the number of people in the Palace, and the name of the current room.

        You can disable this label, move it around on the screen, change the size of it, the font, and the font size.

        <PARAM name="StatusLabelEnabled" value="true">
        <PARAM name="StatusLabelPos" value="x,y">
        <PARAM name="StatusLabelSize" value="width, height">
        <PARAM name="StatusLabelFont" value="dialog">
        <PARAM name="StatusLabelFontSize" value="12">

        Button Panel:

        The Button Panel in Instant Palace

        can be moved, removed from InstantPalace, or sized according to your InstantPalace setup.

        <PARAM name="ButtonPanelEnabled" value="true"> The default is true.
        <PARAM name="ButtonPanelPos" value="x,y"> The default is 562,64.
        <PARAM name="ButtonPanelSize" value="width,height"> The default is 200,100.

        Tab Panels

        Each tab panel corresponds to a button. For example, the UserPanelEnabled parameter corresponds to the Users button above. If you set UserPanelEnabled to false, the Button panel has no Users button. This is convenient if you want to limit your users' choices.

        <PARAM name="TabPanelFloats" value="false"> The default is false.
        <PARAM name="TabPanelPos" value="x,y"> The default is 514,166.
        <PARAM name="TabPanelSize" value="width,height"> The default is 252,272.
        <PARAM name="LogPanelEnabled" value="true"> The default is true.
        <PARAM name="UserPanelEnabled" value="true"> The default is true.
        <PARAM name="RoomPanelEnabled" value="true"> The default is true.
        <PARAM name="HelpPanelEnabled" value="true"> The default is true.
        <PARAM name="AvatarPanelEnabled" value="true"> The default is true.
        <PARAM name="EventsPanelEnabled" value="true"> The default is true.
        <PARAM name="SoundPanelEnabled" value="true"> The default is true.
        <PARAM name="PPTranscriptPanelEnabled" value="true"> The default is true.
        <PARAM name="PPUserPanelEnabled" value="true"> The default is true.
        <PARAM name="PPHelpPanelEnabled" value="true"> The default is true.
        <PARAM name="PPAboutPanelEnabled" value="true"> The default is true.
        <PARAM name="LogFont" value="Dialog"> The default is the Dialog font.
        <PARAM name="LogFontSize" value="12"> The default is font size 12.

        Nav Bar (Back and Forward buttons):

        The forward and back buttons

        can be enabled, disabled, sized according to your real estate needs or moved.

        <PARAM name="NavBarEnabled" value="true"> The default is true.
        <PARAM name="NavBarPos" value="x,y"> The default is 524,64.
        <PARAM name="NavBarSize" value="width,height"> The default is 40,98.

        Advertisement:

        Your advertisements can be enabled, disabled, moved or sized according to your needs.

        <PARAM name="AdEnabled" value="true"> The default is true.
        <PARAM name="AdPos" value="x,y"> The default is 524,0.
        <PARAM name="AdSize" value="width,height"> The default is 270,60.

        Intro Screens:

        The default on entering InstantPalace is to choose your name and avatar and enter either the Palace or view a tutorial. You can disable any or all of these.

        <PARAM name="ChooseNameEnabled" value="true"> The default is true.
        <PARAM name="ChooseAvatarEnabled" value="true"> The default is true.
        <PARAM name="TutorialEnabled" value="true"> The default is true.

        Speech Balloons:

        You can change the font and font size of your speech balloons. If you have a smaller InstantPalace, you may want to change to a smaller font size.

        <PARAM name="BalloonFont" value="Dialog"> The default is the Dialog font.
        <PARAM name="BalloonFontSize" value="10"> The default is the font size 10.

        Default User Characteristics:

        If users do not have the ability to choose a name or a default avatar, these parameters will decide the name and avatar. The name will be appended with a number. The default avatar range is from 0 to 12.

        <PARAM name="DefaultName" value="Guest">
        <PARAM name="DefaultAvatar" value="0">
        <PARAM name="LowResModeEnabled" value="true"> The default is true.

        Room-Addressable URL

        This parameter allows for rooms to be addressed with an URL. Without this parameter, you will be automatically dropped at the front gate.

        <PARAM name=entryroom value=" + roomID + ">

        640x480 Mode:

        This parameter allows viewers in 640x480 mode to view the entire Palace screen.

        <PARAM name="LowResModeEnabled" value="true"> The default is true.

        Applet Layout Parameters

        <PARAM name="DrawAppletBorder" value="true"> The default is true.
        <PARAM name="BkgColor" value="A0A0A0"> The default is A0A0A0.
        <PARAM name="StageInviteButtonEnabled" value="true">
        <PARAM name="EventInfoButtonEnabled" value="true">
        <PARAM name="Back2RoomButtonEnabled" value="true">
        <PARAM name="BounceIntoRoom" value="true"> The default is true.

        Log Type:

        This gives you the option of selecting between the old style of log window with standard windows edit control but you can't stop the scrolling (1), or the new style log window with smart scrolling but you can't copy from the log (2).

        <PARAM name=logtype value="2"> Values are either 1 or 2. The default is 2.

        Log Buffer Size:

        This defines the maximum number of LINES the new style logtype (value 2 above) should buffer in memory. Using a smaller number uses less memory. Using a larger number gives you a longer log file.

        Possible values are:

        • 50 and higher
        • Default is 600 if the parameter is missing or the value is <50

        <PARAM name=logbuffersize value="400">


        © 2002