﻿<?xml version= "1.0"?><ZoomSettings

    imageLink= "http://www.csus.edu/campusmap/images/BW_CSUS.jpg"
    imageSmoothing= "true"
    
    zoomMax= "400"
    zoomOutToExtreme= "true"
    zoomFactor= "5.0"   
    panSpeed= "5.0"
    panWithinBoundary="true"
    ease= "3.5"
    
    usePanButtons= "true"
    useDragOption= "true"
    
    controlBoxAutoHide = "false"
    controlBoxAutoHideDelay = "2"
    controlBoxVAlign= "bottom"
    controlBoxHAlign= "right"
    controlBoxSpace= "10"
    controlBoxBgColor= "000000"
    controlBoxBgTransparency= "60"
    controlButtonColor= "FFFFFF"
    controlButtonTransparency= "100"
    controlButtonArrowColor= "000000"
    
    BackgroundColor= "FFFFFF"
    BackgroundShadow= "true"
    Border= "true"
    BorderColor= "F2F2F2"
    
    initialZoomPercentage=""
    initialHorizontalAlign=""
    initialVerticalAlign=""
        
/>

<!----------------------Help-------------------------

1. imageLink
Enter the path to your image. You can add a full path like this
"http://www.mywebsite.com/images/myimage.jpg"
or just the relative path like this:
"images/myimage.jpg"

2.imageSmoothing
This option keeps the image look smooth and avoid pixelation on all zoom levels. Note that smoothing may cause 
poor performance in low configuration machines if the image is too large.

3. zoomMax
Maximum percentage of zoom allowed. (400 means the image can be enlarged to 4 times bigger than original size):
Example values: "100", "150", "200", "400", "800" etc 

4. zoomOutToExtreme
How the image should display in the minimum zoom out condition. Two possible ways are
true: Show the entire image to fit within window 
false: Show the image to fit only one side (either height or width) and the otherside can be viwed by panning

5. zoomFactor
Speed and amount of zoom while clicking "+" and "-" buttons
Example values: "1", "2", "3", or fractions "1.5", "10.4" etc

6. panSpeed
Speed of movement of image while clicking the Left, Right, Up, Down Arrow buttons
Example values: "1", "2", "3", or fractions "1.5", "10.4" etc

7. panWithinBoundary
While dragging and panning whether we need to allow the content to amove anywhere or just within the canvas boundary
Make it "false" if you need to move the content freely.

8. ease
Smoothness of movement and smothness of zoom
Example values: "1", "2", "3", or fractions "1.5", "10.4" etc

9. usePanButtons
If you don't want the Left, Right, Up, Down Arrow buttons for pan option, (and just ok with drag option),
then make this value into "false"

10. useDragOption
If you don't want the drag option, then make this value into "false"

11. controlBoxAutoHide
Show the control box only when the mouse presents within canvas area. Otherwise hide:

12. controlBoxAutoHideDelay 
Delay time in seconds to hide the control box 
Example values: 1,2,3, or fractions 1.5, 10.4 etc

13. controlBoxVAlign
You can position the control buttons box. This option is for vertical alignment
Example values: "top", "middle", "bottom"

14. controlBoxHAlign
This option is for horizontal alignment
Example values: "left", "center", "right"

15. controlBoxSpace
Space betwen corner of flash stage and control box in pixels
Example values: "1", "2", "3", "10", "20"...

16. controlBoxBgColor
Control box background color (value in hexadecimal)

17. controlBoxBgTransparency
Control box background transparency (in percentage)

18. controlButtonColor
Control box buttons color (value in hexadecimal)

19. controlButtonTransparency
Control buttons transparency (in percentage)

20. controlButtonArrowColor
Control buttons Arrow and symbols color (in hexadecimal)

21. BackgroundColor
Background color of the movie (in hexadecimal)

22. BackgroundShadow
A mild dark shadow visible in the outer area of flash to enhance the look. Set "false" to remove it.

23. Border
Specify whether border needed or not (true/false)

24. BorderShadow
Border color (in hexadecimal)

25. initialZoomPercentage
You can set a custom default zoom value in percentage. Also clicking the reset button will revert back to this value. leave the value blank "" if you don't want to use this option.
Example values: "200", "100", "50"...

26. initialHorizontalAlign
If the initialZoomPercentage is set to some value and size of the image exceeds the canvas size, then we may need to align the image to show a particular initially.  This option can align the image either to "left" or "right". For center alignment, type "center" or just leave the value blank "".

27. initialVerticalAlign
If the initialZoomPercentage is set to some value and size of the image exceeds the canvas size, then we may need to align the image to show a particular initially.  This option can align the image either to "top" or "bottom". For center alignment, type "center" or just leave the value blank "".


------------------------End------------------------->