imageGallery3

所属分类:FlashMX/Flex源码
开发工具:FlashMX
文件大小:646KB
下载次数:5
上传日期:2009-11-12 23:56:38
上 传 者ttttdddd
说明:  很炫的flash图片载入程序。用于图片展示。
(imageGallery3)

文件列表:
imageGallery3\fla\iGallery.fla (1653248, 2005-09-14)
imageGallery3\fla\it\sephiroth\iGallery.as (31424, 2005-09-05)
imageGallery3\fla\it\sephiroth\image.as (2410, 2005-09-02)
imageGallery3\fla\it\sephiroth\imageSlider.as (27144, 2005-09-06)
imageGallery3\fla\it\sephiroth\iUser.as (1459, 2005-09-04)
imageGallery3\fla\it\sephiroth\mloaderWindow.as (7699, 2005-09-05)
imageGallery3\fla\it\sephiroth\tip.as (1034, 2005-09-03)
imageGallery3\fla\it\sephiroth\utils.as (179, 2005-09-04)
imageGallery3\fla\it\sephiroth\vcr.as (10327, 2005-09-06)
imageGallery3\fla\loader.fla (73216, 2005-09-13)
imageGallery3\fla\utils\string.as (11205, 2005-09-04)
imageGallery3\fla\zigo\tweenManager.as (12555, 2005-09-02)
imageGallery3\iGallery.php (1561, 2005-09-03)
imageGallery3\iGallery.swf (177458, 2005-09-13)
imageGallery3\loader.swf (42098, 2005-09-13)
imageGallery3\services\it\sephiroth\iGallery\admin\add_images.php (2583, 2005-09-19)
imageGallery3\services\it\sephiroth\iGallery\admin\bottom.php (323, 2005-09-15)
imageGallery3\services\it\sephiroth\iGallery\admin\categories.php (5046, 2005-09-17)
imageGallery3\services\it\sephiroth\iGallery\admin\config.php (395, 2006-05-05)
imageGallery3\services\it\sephiroth\iGallery\admin\folders.php (7197, 2005-09-17)
imageGallery3\services\it\sephiroth\iGallery\admin\iGalleryAdmin.php (14918, 2006-05-04)
imageGallery3\services\it\sephiroth\iGallery\admin\images.php (10019, 2005-09-19)
imageGallery3\services\it\sephiroth\iGallery\admin\index.php (631, 2005-09-17)
imageGallery3\services\it\sephiroth\iGallery\admin\left.php (641, 2005-09-17)
imageGallery3\services\it\sephiroth\iGallery\admin\main.php (323, 2005-09-15)
imageGallery3\services\it\sephiroth\iGallery\admin\pages.css (990, 2005-09-16)
imageGallery3\services\it\sephiroth\iGallery\admin\style.css (469, 2005-09-15)
imageGallery3\services\it\sephiroth\iGallery\config\config.inc.php (1622, 2006-05-05)
imageGallery3\services\it\sephiroth\iGallery\doc\javascript\main.js (7080, 2005-01-22)
imageGallery3\services\it\sephiroth\iGallery\doc\styles\main.css (13544, 2005-01-22)
imageGallery3\services\it\sephiroth\iGallery\e_card.php (4234, 2006-03-18)
imageGallery3\services\it\sephiroth\iGallery\GalleryServiceServlet.php (25060, 2006-05-05)
imageGallery3\services\it\sephiroth\iGallery\Image.php (884, 2005-03-07)
imageGallery3\services\it\sephiroth\iGallery\install\create_tables.sql (1285, 2005-03-07)
imageGallery3\services\it\sephiroth\iGallery\install\tables_design.xml (26034, 2005-03-07)
imageGallery3\services\it\sephiroth\iGallery\mail.php (3193, 2005-09-04)
imageGallery3\services\it\sephiroth\iGallery\test\add.php (1216, 2005-03-07)
imageGallery3\services\it\sephiroth\iGallery\test\test.php (1403, 2005-03-07)
imageGallery3\services\it\sephiroth\iGallery\thumb.php (6841, 2005-09-17)
... ...

******************** REQUIREMENTS: - Flash Professional 8 - Flash remoting components AS2 - PHP 4.3.x - AMFPHP 1.0 - PEAR (Mail and Mail_Mime) ******************** INSTALLATION: - First create your own mysql database and create the required tables using the /sql/mysql.sql file - Go into the services/ folder and move the "it" folder under your amfphp services directory. - Open the it/sephiroth/iGallery/config/congif.inc.php and edit the lines regarding mysql connection, and all the others preferences. (such as the jpeg quality, default middle images width and height, delay between comments.. etc Be sure you have PHP GD library installed on your server (2.x is better). Just run the phpinfo() to know if they're installed propertly. - File iGallery.php it's the file which will contain your swf application, so when you will public your own swf file rememer to publish in the same folder as the iGallery.php file (or create one by yourself but looking at the way iGallery.php is written). - loader.fla is the loader main file. it just set the amfphp connection variables and then load the main iGallery.swf. All the gallery code is put under the iGallery.fla file. ********************** DB Administration ie_categories: defines the "main" image gallery categories columns: cid (autoincrement, category id) name (category display name) online (1 or 0, set the category and all child folders/images to invisible) ie_folders: folders contained into a category columns: `fid` (autoincrement, folder id) `ie_categories_cid` to which category belong `name` folder name `description` a folder description `online` is online? `panoramic` this folder contains panoramic images? (this changes the way images are displayed) ie_images: contains all the images info `id` image id (autoincrement) `ie_folders_fid` folders belong to `name` image name (optional) `description` text `path` real image path ( for example "/var/html/images/folder_name/image01.jpg" or in windows "C:\Documents\Images\folder_name\image01.jpg") `rating` int(10) unsigned NOT NULL default '0', `image_size` image width and height (in the format '800x600') `image_weight` image weight, in bytes these are the tables you can modify by hand, or creating your own administration cms. all the other folders will be managed by the application itself. ************************** Alessandro Crugnola http://www.sephiroth.it working image gallery example: http://www.sephiroth.it/test/PHP_remoting/imagebrowser3/flash/iGallery.php

近期下载者

相关文件


收藏者