AVFlashVR - AVPano  3.0
Documentation for all parameters of AVFlashVR (Standalone version or AVPano for Joomla!)
 All Variables
Hotspots

Variable Documentation

Example for integration of custom shape All hotspots objects are located in file "params/hotspots.js".

Example of syntax
spot01: {   // Each hotspot must be named "spot" with a 2-digit number. Please avoid two identical names.
    active:                 "true",
    align:                  "3d",
    button:                 "plugins/customSpot/customSpot.swf",

    customShape:            "319, 1469, 648, 1434, 615, 1687, 113, 1771",  // List of points created by customSpot.swf in "xtra.js"

    type:                   "shape",    //  Activate shape (only for this element)
    face:                   "1",        // Choose the face of cube to use
    
    fullSize: "true",
    buttonAlpha: "0.2",
    buttonAlphaOver: "0.8",
    buttonColor: "ff8800",
    onClick: "show",

    end: ""                         // No comma at end. This line is just a reminder.
    },  

Example for integration of an external swf movieclip with an independent XML file All hotspots objects are located in file "params/hotspots.js".

Example of syntax
spot88: {   // Each hotspot must be named "spot" with a 2-digit number. Please avoid two identical names.
    active:                 "true",
    image:                  "plugins/menu/menu.swf",    // You must set [onClick: "swf",] below to active menu links 
    onClick:                "swf",                      // Init the external swf and pass onClick to swf commands
    spotColor:              "4b7bcd",                   // Background color for transparent swf
    imgBorder:              "2",
    imgBorderColor:         "000000",
    align:                  "tr",
    offsetX:                "100",
    offsetY:                "40",
    onMouseOver:            "0.5",
    backgroundShadow:       "4",
    end: ""                         // No comma at end. This line is just a reminder.
},  

Very realistic 3D snowfall for winter panaramas All spots (or hotspots) objects are located in file "params/hotspots.js".

Example of syntax
spot89: {   // Each hotspot must be named "spot" with a 2-digit number. Please avoid two identical names. 
    //active:           "true",     // Uncomment (delete //) to active this object
    image:              "plugins/snow/Snow.swf",
    align:              "tl",
    onClick:            "swf",      // Init swf and pass onClick to swf commands
    end: ""                         // No comma at end. This line is just a reminder.
}