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

Variable Documentation

The [bannerImageStyle] object is located in file "params/styles.js".

This object contains all parameters for banner image.

Syntax
bannerImageStyle: {
    //active:                   "true",
    align:                      "b",
    //image:                    "img_banners/banner.gif",
    //onClick:                  "http://...",
    image:                      "<replaceByPanoBannerImage>",
    onClick:                    "<replaceByPanoBannerUrl>",
    offsetX:                    "10", 
    offsetY:                    "10",
    //scale:                    "0.5",
    //fullSize:                 "true",
    backgroundColor:            "000000",   // Background color for swf
    backgroundShadow:           "3",    
    //delayToHide:              "50",               // Same as [infoImageStyle delayToHide]. Set "0" = alway visible.
    tweenFx:                    "t",
    //tweenEase:                "Bounce.easeOut",
    tweenTime:                  "1",    // Tween effect duration (this parameter overwrite [delayToShow] if tween is enabled)
    tweenDelay:                 "2",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},  

The [bubble3dStyle] object is located in file "params/styles.js".

This object contains all parameters for spot 3D bubbles.

Syntax
bubble3dStyle: {    
    textSize:                   "14",
    textColor:                  "000000",
    textFrameColor:     "ffffff",
    textFrameRounded:       "18",
    textFrameBorder:        "1",
    textFrameBorderColor:   "999999",
    textFrameShadow:        "4",
    textFrameOffsetX:       "0",
    textFrameOffsetY:       "0",
    textPadWidth:               "30",
    textPadHeight:              "15",
    bubble:                     "true",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
}           

The [commentStyle] object is located in file "params/styles.js".

This object contains all parameters for comments.

Syntax
commentStyle:    {
    active:                     "true",
    textColor:                  "000000",
    textFrameColor:     "dfdfdf",
    textFrameAlpha:     "1",
    textFrameRounded:       "8",
    textFrameShadow:        "3",
    textFrameBorder:        "0",
    textFrameBorderColor:   "555555",
    closable:                   "true",
    textPadWidth:               "8",
    textPadHeight:              "8",
    textBold:                   "false",
    textSize:                   "12",
    arrowSize:                  "8",        // 0 = hide arows
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},  

The [infoImageStyle] object is located in file "params/styles.js".

This object contains all parameters for info image.

Syntax
infoImageStyle: {
    active:                     "true",
    //infoImageBlack:           "true",     // Standard image or Standard black image (if no image is loaded)
    align:                      "c",                        
    backgroundShadow:           "3",
    //startHidden:              "true",         //  No visible 
    delayToHide:                "5",            // Seconds to hide image
    onClick:                    "http://www.avisiter.com",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},      

The [infoTextStyle] object is located in file "params/styles.js".

This object contains all parameters for info text.

Syntax
infoTextStyle: {
    textColor:                  "000000",
    textFrameColor:     "eeeeee",
    textFrameAlpha:     "1",
    textFrameRounded:       "0",
    textFrameShadow:        "2",
    align:                      "c",
    closable:                   "true",
    closeBtn:                   "true",
    textFrame:                  "true",
    textSize:                   "12",
    textPadWidth:               "5",
    textPadHeight:              "5",
    textAlign:                  "left",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},      

The [logoStyle] object is located in file "params/styles.js".

This object contains all parameters for logo (text, image, position and effect).

Note:
If you use an image, all the text parameters are unnecessary. They can be deleted or commented (//).
Syntax
logoStyle: {
    active:                     "true",
    align:                      "br",
    logoText:                   "Logo text here",
    image:                      "images/avlogo.png",
    offsetX:                    "0",
    offsetY:                    "0",

    loadAtStep:                 "0",
    onClick:                    "<replaceByPanoInfoUrl>",
    
    textOffsetX:                "0",
    textOffsetY:                "0",    
    textPadWidth:               "1",
    textPadHeight:              "1",
    textBold:                   "true",
    textItalic:                 "false",
    textFont:                   "Tahoma",
    textSize:                   "16",
    textAlpha:                  "0.8",
    textAlign:                  "left",
    textColor:                  "ffffff",
    textShadow:                 "6",
    
    textFrameColor:             "000000",                       
    textFrameRounded:           "5",
    textFrameAlpha:             "0",
    
    tweenFx:                    "l",                
    tweenEase:                  "Bounce.easeOut", 
    tweenTime:                  "1",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},      

The object "panoXX" is the most powerful and flexible.

It contains information to assemble the images of the panorama. And unique features for dynamic management of media. With each pano, you can associate a banner ad, an mp3 music, text and images that will change when pano change. All panos objects are located in file "params/panos.js".

Syntax
pano00: {   // Panoramas (named pano00, pano01, pano02, ..., in numerical order). 
    
    // PATH FOR PANO IMAGES DIR
    panoImagePath:  "pano_cub/901/",
    
    // THREE POSSIBLES SYNTAX FOR PANO IMAGES.
    // Choose the one you prefer!
    
    // [OPTION 1] - Full list of images, separated by (,) or (|).
    panoImage:  "901_0.jpg, 901_1.jpg, 901_2.jpg, 901_3.jpg, 901_4.jpg, 901_5.jpg",
    // or
    panoImage:  "pano_mov/901.mov",
    
    // [OPTION 2] - Short syntax with number.
    // Enter only the name of one image file (with [number].jpg).
    // The software finds the others (_0, _1, _2, _3, _4, _5).
    panoImage:  "901_0.jpg",
    
    // [OPTION 3] - Short syntax with letter.
    // Enter only the name of one image file (with [letter].jpg)
    // the software finds the others (_f, _r, _b, _l, _u, _d).
    panoImage:  "901_f.jpg",
    
    /////////////////////////////////////////////
    //
    //  All other parameters in pano are optional
    //
    /////////////////////////////////////////////
    
    // Title of this pano.
    title: "Penne d'Agenais - Village médiéval",  
    
    // Short title for tooltip labels (used in hotspots or thumbnail gallery)
    label: "Penne d'Agenais",  
    
    // Short text for hotspots detail (html format allowed).
    infoText: "Penne d'Agenais - Village médiéval<br/>Here your description", 
    
    // Long html text.
    // Notice: Replace all double quotes (") by single quote (') inside the text.
    // Or add backslash (\) before double quote (") inside the text. 
    text:   "<b>La place de la Bourse, vue 360° de jour et de nuit.</b>\n<img src='images/001.jpg' width='100' height='50' float='left' alt='' title='' border=''/>\nC'est l'ancienne Place Royale dédiée à Louis XV qui a été rebaptisée \"Place de la Bourse\". L'architecte Gabriel, commence les travaux en 1728, et son fil Ange-Jacques Gabriel termine cet ensemble en 1755. Plus tard, la fontaine aux \"Trois Grâces\" remplacera la statue équestre de Louis XV. La Place de la Bourse est ouverte sur les quais et le fleuve et de jour comme de nuit, des centaines de touristes la traverse. Je souhaitais photographier cette place vide de monde et cela n'est possible que très rarement.",                               
    
    // This parameter can modify the default width for large text. 
    textWidth: "400",   
    
    // Preview image associated with this pano. 
    preview:    "img_previews/901.jpg", 

    // You can use images in Base64 format for fast loading.
    //preview: "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",          
    
    // Thumbnail associated with this pano.
    thumb:   "003.jpg", 
    
    // Url associated with this pano.
    infoUrl: "http://www.google.fr",

    // Sound associated with this pano. 
    sound: "mp3/snd001.mp3",
    
    // Info image associated with this pano.
    infoImage: "img_previews/901.jpg",
    
    // Add banner associated with this pano.
    bannerImage: "img_banners/im3_4.gif",
    
    // Add banner url to open in browser when click on banner image
    bannerUrl: "http://action.metaffiliation.com/suivi.php?mclic=S4139A4BD96134",
    
    // Color associated with this pano.
    //transitionColor: "efefef",
    
    // Initial position
    pan: "-126",
    tilt: "43",
    fov: "44",          // 89 to 19
    //zoom: "0.7",          // 0.5 to 2.3
    
    // Pano move limits
    panLimits: { min: "-100", max: "100" },
    tiltLimits: { min: "-30", max: "30" },
    fovLimits: { min: "50", max: "90" },
    
    // Show gmap
    gMapLat: "37.782405",
    gMapLon: "-122.476351",
    
    // Gmap option
    //gMapType: "",
    //gMapZoom: "",
    
    speed: "-0.6", // Autorun speed (-10 to +10) negative = left, positive = right  
    plugins: "all" //showHotspots: "00,01",  // Supprimé depuis 1.04  //Visible hotspots for this pano (Name "spot00" or Number "00"). If empty all hotspots are visible.

    end: ""
}   

The [previewImageStyle] object is located in file "params/styles.js".

This object contains all parameters for preview image.

Syntax
previewImageStyle: {
    active:                     "true",
    align:                      "c",
    image:                      "<replaceByPanoPreview>",
    //image:                    "img_hotspots/frame0809.png",
    offsetX:                    "0", 
    offsetY:                    "0",
    //fullSize:                 "true",             // Not for Gif 
    backgroundColor:            "000000",           // Background color for swf
    backgroundShadow:           "3",    
    //delayToHide:              "0",                // Same as [infoImageStyle delayToHide]. Set "0" = alway visible.
    tweenFx:                    "b",
    tweenEase:                  "Bounce.easeOut",
    tweenTime:                  "2.5",              // Tween effect duration (this parameter overwrite [delayToShow] if tween is enabled)
    tweenDelay:                 "0",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},  

The [progressBarStyle] object is located in file "params/styles.js".

This object contains all parameters for progress bar.

Syntax
progressBarStyle: {
    active:                     "true", 
    align:                      "tl",
    image:                      "images/ajax-loader1.gif", // swf and gif animated images are allowed
    offsetX:                    "10", 
    offsetY:                    "30",
    width:                      "100%",  // % allowed
    height:                     "8",
    
    showBar:                    "true",
    showText:                   "true",
    showImage:                  "true",
    
    label:                      "Loading...",
    barColor:                   "ffff00",
    
    barBackgroundColor:         "666666",
    barBackgroundAlpha:         "1",
    barBackgroundShadow:        "0",
    
    textSize:                   "14",
    textColor:                  "ffffff",
    textOffsetX:                "10",
    textOffsetY:                "8",
    textFrameAlpha:             "0",
    textShadow:                 "2",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},      

The [titleStyle] object is located in file "params/styles.js".

This object contains all parameters for title of panorama.

Syntax
class titleStyle: {
    align:                      "tr",
    offsetX:                    "5",
    offsetY:                    "5",
    closable:                   "true",
    onMouseOut:                 "0.2",          // transparence on mouse out
    delayToShow:                "4",
    delayToHide:                "15",
    
    textColor:                  "dddddd",
    textPadWidth:               "80",
    textPadHeight:              "2",
    textItalic:                 "true",
    textFont:                   "1",
    textSize:                   "18",
    textShadow:                 "2",
    
    textFrameColor:             "000000",
    textFrameGradient:          "888888",
    textFrameAlpha:             "0.5",
    textFrameWidth:             "320",
    textFrameHeight:            "25",
    textFrameRounded:           "14",
    textFrameBorder:            "3",
    textFrameBorderColor:       "ffffff",
    textFrameShadow:            "0",
    textFrameAlpha:             "0.4",

    tweenFx:                    "r",
    tweenEase:                  "Bounce.easeOut",
    tweenTime:                  "1",   // Tween effect duration (this parameter overwrite [delayToShow] if tween is enabled)
    tweenDelay:                 "0.8",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},      

The [tooltip3dStyle] object is located in file "params/styles.js".

This object contains all parameters for spot 3D tooltips.

Syntax
tooltip3dStyle: {   
    textSize:                   "12",
    textColor:                  "000000",
    textFrameColor:     "ffff00",
    textFrameRounded:       "5",
    textFrameBorder:        "0.2",
    textFrameBorderColor:   "555555",
    textFrameShadow:        "2",
    textFrameOffsetX:       "0",
    textFrameOffsetY:       "0",
    textPadWidth:               "10",
    textPadHeight:              "2",
    toolTip:                    "true",
    end: ""                     // "end" is a simple reminder to remove the trailing comma
},