MGallery is a Flash component capable of automatically arranging a hierarchy of folders containing images and videos. You only need to set where they are stored.
Version: 2.0.0
Copyright © 2007 Marco Chierichetti (www.m80.it). All Rights Reserved.
MGallery is a Flash component capable of automatically arranging a hierarchy of folders containing images and videos. | |
Relative path of images hierarchy root (from flashservices/services/MGallery.php) | |
Absolute images path (URL), required to give you the possibility of setting different location for MGallery.php and your swf | |
You can set it to true if your server PHP installation supports GD Library, otherwise you’ll need to create thumbnails inside _mthumbs directory manually | |
Max image size. | |
Font used for Path and page number indicator | |
Font size used for Path and page number indicator | |
Font color used for Path, page number indicator, folders and MGallery sign | |
Path font over color | |
Path button and pages number indicator spacer. | |
Space between PathButton and ScrollPane. | |
Path button pixel indent | |
Page number pixel indent | |
Per page elements max number. | |
“a” Used to space elements, like margin between background and ScrollPane. | |
“b” Used to space elements horizontally. | |
“c” Used to space elements rows. | |
Space between file ico and his name. | |
How to see big images, can be: | |
Scroll Pane theme color | |
Background border skin linkage name | |
Background alphas array, one for each color you set to fill background | |
Background colors array, you can set how many colors you want for background gradient from a minimum of two | |
Background corner radius | |
Background fill type: | |
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the background, 0 = start, 255 = end. | |
This set background fill border: | |
Scroll pane background border skin linkage name | |
Background alphas array, one for each color you set to fill background | |
Background colors array, you can set how many colors you want for background gradient from a minimum of two | |
Background corner radius | |
Background fill type: | |
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the backgroun, 0 = start, 255 = end. | |
This set scrollpane background fill border: | |
Background expand of iCBorder dimension around image area | |
For image rounded corner (in pixels) | |
Image shadow on/off | |
Toggle Image name visibility | |
Loading movieclip linkage identifier. | |
Background border skin linkage name | |
Background alphas array, one for each color you set to fill background | |
Background colors array, you can set how many colors you want for background gradient from a minimum of two | |
Background corner radius | |
Background fill type: | |
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the background, 0 = start, 255 = end. | |
This set background fill border: | |
Background expand of bigImgBorder dimension around image area | |
For image rounded corner (in pixels) | |
Image shadow on/off | |
Background border skin linkage name | |
Background alphas array, one for each color you set to fill background | |
Background colors array, you can set how many colors you want for background gradient from a minimum of two | |
Background corner radius | |
Background fill type: | |
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the background, 0 = start, 255 = end. | |
This set background fill border: | |
Loading movieclip linkage identifier. | |
Embedded video loading bar initObj (see Bar documentation for settable properties) | |
Embedded video progress bar background initObj (see Slider documentation for settable properties) | |
Embedded video volume initObj (see Slider documentation for settable properties) | |
Maximized video loading bar initObj (see Bar documentation for settable properties) | |
Maximized video progress bar background initObj (see Slider documentation for settable properties) | |
Maximized video volume initObj (see Slider documentation for settable properties) | |
Space between Folder graphics and Folder name. | |
AMFPHP gateway.php absolute path | |
Password to access server services. | |
fired when spSetHeight has finished animation |
public function set absImagesPath( url: String ):Void
Absolute images path (URL), required to give you the possibility of setting different location for MGallery.php and your swf
If your absolute path is http://www.yourdomain.com/ and a user get to your site typing in a browser http://yourdomain.com MGallery doesn’t work. You should add a crossdomain.xml file to your webserver root.
public function set bigImageMode( s: String ):Void
How to see big images, can be:
Relative path of images hierarchy root (from flashservices/services/MGallery.php)
public function set relImagesPath( url: String ):Void
Absolute images path (URL), required to give you the possibility of setting different location for MGallery.php and your swf
public function set absImagesPath( url: String ):Void
You can set it to true if your server PHP installation supports GD Library, otherwise you’ll need to create thumbnails inside _mthumbs directory manually
public function set autoThumb( b: Boolean ):Void
Max image size.
public function set imgSize( n: Number ):Void
Font used for Path and page number indicator
public function set font( s: String ):Void
Font size used for Path and page number indicator
public function set fontSize( n: Number ):Void
Font color used for Path, page number indicator, folders and MGallery sign
public function set fontColor( n: Number ):Void
Path font over color
public function set fontOverColor( n: Number ):Void
Path button and pages number indicator spacer.
public function set topSpacer( n: Number ):Void
Space between PathButton and ScrollPane.
public function set spSpacer( n: Number ):Void
Path button pixel indent
public function set pathIndent( n: Number ):Void
Page number pixel indent
public function set pNumIndent( n: Number ):Void
“a” Used to space elements, like margin between background and ScrollPane.
public function set margin( n: Number ):Void
“b” Used to space elements horizontally.
public function set imageSpacer( n: Number ):Void
“c” Used to space elements rows.
public function set rowSpacer( n: Number ):Void
Space between file ico and his name.
public function set fileNameSpacer( n: Number ):Void
How to see big images, can be:
public function set bigImageMode( s: String ):Void
Scroll Pane theme color
public function set themeColor( n: Number ):Void
Background border skin linkage name
public function set bgBorderSkin( s: String ):Void
Background alphas array, one for each color you set to fill background
public function set bgAlphas( a: Array ):Void
Background colors array, you can set how many colors you want for background gradient from a minimum of two
public function set bgColors( a: Array ):Void
Background corner radius
public function set bgCornerRadius( n: Number ):Void
Background fill type:
public function set bgFillType( s: String ):Void
public function set bgKerning( s: String ):Void
public function set bgMatrix( o: Object ):Void
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the background, 0 = start, 255 = end.
public function set bgRatios( a: Array ):Void
This set background fill border:
public function set bgRLineStyle( a: Array ):Void
public function set bgShadow( n: Boolean ):Void
public function set bgShadowColor( n: Number ):Void
Scroll pane background border skin linkage name
public function set spBgBorderSkin( s: String ):Void
Background alphas array, one for each color you set to fill background
public function set spBgAlphas( a: Array ):Void
Background colors array, you can set how many colors you want for background gradient from a minimum of two
public function set spBgColors( a: Array ):Void
Background corner radius
public function set spBgCornerRadius( n: Number ):Void
Background fill type:
public function set spBgFillType( s: String ):Void
public function set spBgKerning( s: String ):Void
public function set spBgMatrix( o: Object ):Void
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the backgroun, 0 = start, 255 = end.
public function set spBgRatios( a: Array ):Void
This set scrollpane background fill border:
public function set spBgRLineStyle( a: Array ):Void
Background expand of iCBorder dimension around image area
public function set iCBorder( n: Number ):Void
For image rounded corner (in pixels)
public function set iCImgCornerRadius( n: Number ):Void
Image shadow on/off
public function set iCImgShadow( b: Boolean ):Void
Toggle Image name visibility
public function set iCNameVisible( b: Boolean ):Void
public function set iCImgShadowColor( n: Number ):Void
Loading movieclip linkage identifier.
public function set iCLoadingMcId( s: String ):Void
public function set iCLoadEffect( s: String ):Void
public function set iCOverEffect( s: String ):Void
Background border skin linkage name
public function set iCBgBorderSkin( s: String ):Void
Background alphas array, one for each color you set to fill background
public function set iCBgAlphas( a: Array ):Void
Background colors array, you can set how many colors you want for background gradient from a minimum of two
public function set iCBgColors( a: Array ):Void
Background corner radius
public function set iCBgCornerRadius( n: Number ):Void
Background fill type:
public function set iCBgFillType( s: String ):Void
public function set iCBgKerning( s: String ):Void
public function set iCBgMatrix( o: Object ):Void
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the background, 0 = start, 255 = end.
public function set iCBgRatios( a: Array ):Void
This set background fill border:
public function set iCBgRLineStyle( a: Array ):Void
public function set iCBgShadow( b: Boolean ):Void
public function set iCBgShadowColor( b: Number ):Void
Background expand of bigImgBorder dimension around image area
public function set bigImgBorder( n: Number ):Void
For image rounded corner (in pixels)
public function set bigImgImgCornerRadius( n: Number ):Void
Image shadow on/off
public function set bigImgImgShadow( b: Boolean ):Void
private var __bigImgImgShadowColor: Number
Background border skin linkage name
public function set bigImgBgBorderSkin( s: String ):Void
Background alphas array, one for each color you set to fill background
public function set bigImgBgAlphas( a: Array ):Void
Background colors array, you can set how many colors you want for background gradient from a minimum of two
public function set bigImgBgColors( a: Array ):Void
Background corner radius
public function set bigImgBgCornerRadius( n: Number ):Void
Background fill type:
public function set bigImgBgFillType( s: String ):Void
public function set bigImgBgKerning( s: String ):Void
public function set bigImgBgMatrix( o: Object ):Void
Background ratios array, every color have a ratios that indicate the point from where that colors will be rendered inside the background, 0 = start, 255 = end.
public function set bigImgBgRatios( a: Array ):Void
This set background fill border:
public function set bigImgBgRLineStyle( a: Array ):Void
public function set bigImgBgShadow( b: Boolean ):Void
public function set bigImgBgShadowColor( b: Number ):Void
Loading movieclip linkage identifier.
public function set bigImgLoadingMcId( s: String ):Void
public function set bigImgLoadEffect( s: String ):Void
private var __bigImgDesMcColor: Number
private var __bigImgDesMcAlpha: Number
private var __bigImgTitleFont: String
private var __bigImgTitleFontSize: Number
private var __bigImgTitleColor: Number
private var __bigImgDesFont: String
private var __bigImgDesFontSize: Number
private var __bigImgDesColor: Number
Embedded video loading bar initObj (see Bar documentation for settable properties)
public function set vLBarInitObj( o: Object ):Void
Embedded video progress bar background initObj (see Slider documentation for settable properties)
public function set vPBarInitObj( o: Object ):Void
Embedded video volume initObj (see Slider documentation for settable properties)
public function set vVolInitObj( o: Object ):Void
Maximized video loading bar initObj (see Bar documentation for settable properties)
public function set vMaxLBarInitObj( o: Object ):Void
Maximized video progress bar background initObj (see Slider documentation for settable properties)
public function set vMaxPBarInitObj( o: Object ):Void
Maximized video volume initObj (see Slider documentation for settable properties)
public function set vMaxVolInitObj( o: Object ):Void
Space between Folder graphics and Folder name.
public function set folderNameSpacer( n: Number ):Void
public function set folderShadow( b: Boolean ):Void
public function set folderShadowColor( b: Number ):Void
public function set folderFont( s: String ):Void
public function set folderFontSize( n: Number ):Void
public function set folderFontColor( n: Number ):Void
AMFPHP gateway.php absolute path
public function set gatewayUrl( url: String ):Void
Password to access server services.
public function set pwd( s: String ):Void