RB Accordion Advanced Full XML with Text FX (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
Easily Customizable, Full XML Driven, Basic usage with Advanced Features
Useable standalone or in actionscript code
FEATURES
- Unlimited items
- Load JPEG , PNG, GIF and SWF support
- Two mode mouse over and click
- Adjustable stage witdth/height
- Set header size and border colors
- Different transition effects with motion blur
- 36 Diffrent transion
- Multi-use in a html page with different xml files
- Available round corner or square.
- All colors customizable
- Custimizable header backgound, font and many features
- Shadows for texts
- Embed Font Support
- Use 3 differnt text effect
- Start with selected item
- Image link with target
- Adjust inactive image color and alpha
- 4 Pages Tecnical Help PDF
3D IMAGE/MEDIA GRID/WALL GALLERY (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
A cool and general purpose 3d image/media grid/wall gallery, with smooth transitions, clean style and lots of XML argument adjust, which is very flexible to satisfy different kinds of needs.
FULL SCREEN PREVIEW
Key Features
3D
1. Carefully treat the interactive behavior in 3d environment. Make the transitions smooth, clean and trustable.
2. The 3D interactive could be adjusted through some arguments, like rotate range, rotate speed and icon pop up z depth.
3. Build with Flash CS4 3D API , which requires no 3rd-part 3d package, makes it very light(only 60kb for the gallery part) and extremely easy to be integrated into your original project or to be modified for your own needs.
APPLICATION
1. XML Driven, Dynamic Smooth Refresh Solution with xml.
2. Support Fullscreen both for the whole application and the video player.
3. These features of the image icon could be customized: the image grid row number and column number, the icon width/height, bg color, border width/height, the width/height between the two icons.
4. Tooltip on/off.
5. Pre/Next functions when in the highlight status.
5. Information text field for the highlight status, with html and scrollbar support, autohide.
6. The icon could be image/swf.
7. The background color and alpha of the whole application could be customized.
9. Carefully treat on memory recycle and performance.
10. Build with AS3 , both support flash cs4+ and flex builder 3+ (with flex sdk 3.4+).
11. Well organized UI resources in fla, good formatted/commented code and documents.
MEDIA
1. The media (video/audio) player used here is a solid one which has been sold on activeden (my product), check it here:
http://activeden.net/item/simple-as3-videoaudio-media-player/129942?ref=Bryngfors
With simple style but full functions, makes the media play part become very stable and trustable.
2. Smooth played time seek for video/audio player (an improvement of the NetSteam.time, which is unstable), buffered status included.
3. Draggable for the loaded part.
4. Loop, Autoplay on/off.
5. Play, Pause, FullScreen(for video player) and Sound Control.
XML Node Explanation
GLOBAL SET
<global>
<!--the logo on the up left corner-->
<logo offx="10" res="imgs/logo.png" offy="10" link="http://www.activeden.net?ref=Bryngfors" />
<rownum>4</rownum><!--the image row number-->
<colnum>5</colnum><!--the image column number-->
<bgcolor>0x000000</bgcolor><!--the whole background color for the gallery-->
<bgalpha>1</bgalpha><!--the whole background alpha for the gallery-->
<tooltip>0</tooltip><!--tooltip on/off 0:off,1:on-->
<highlight><!--setting for the highlight part -->
<maskcolor>0x000000</maskcolor><!--the color of the highlight mask layer-->
<maskalpha>0.7</maskalpha><!--the alpha of the highlight mask layer-->
</highlight>
<!--The Set for the unit icon (global set)-->
<units>
<bg>
<bgcolor>0xeeeeee</bgcolor>
<bg_highlight_color>0x0098ff</bg_highlight_color>
<!--the extended part(just like the border) for the image icon-->
<extended>
<width>2</width>
<height>2</height>
</extended>
</bg>
<width>100</width><!--the icon unit's width and height-->
<height>75</height>
<w_tween>25</w_tween><!--the width len bewteen two icon images-->
<h_tween>25</h_tween><!--the height len bewteen two icon images-->
<offz>50</offz><!--the unit pop up depth(recommand:0-100)-->
</units>
<threed>
<!--The Rotation Range Ratio around XAxis,recommand:0.01-0.08-->
<rotatespanxaxis>0.043</rotatespanxaxis>
<!--The Rotation Range Ratio around YAxis,recommand:0.01-0.04-->
<rotatespanyaxis>0.0214</rotatespanyaxis>
<!--The Rotation Speed around XAxis,recommand:0.1-0.7-->
<rotatespeedx>0.2</rotatespeedx>
<!--The Rotation Speed around YAxis,recommand:0.1-0.7-->
<rotatespeedy>0.2</rotatespeedy>
</threed>
</global>
MEDIA UNIT SET
<!--the image node sample--> <unit> <icon>imgs/1_m.jpg</icon> <media_res>imgs/1_b.jpg</media_res> <title><![CDATA[The Image Size Set Sample]]> </title> <information><![CDATA[HTML FORMAT SUPPORT]]> </information> <link />http://www.activeden.net?ref=Bryngfors <!--optional arguments--> <!--the image width&height limit,the image will be zoom to this size limit, but keep the ratio--> <width>600</width> <height>450</height> </unit> <!--the video node sample--> <unit> <icon>imgs/video_1.jpg</icon> <media_res>videos/video_1.flv</media_res><!--the media link--> <title><![CDATA[The Video/Audio Title]]> </title><!--the media title--> <information><!--the media information--> <![CDATA[Html Formatted Support]]> </information> <link />http://www.activeden.net<?ref=Bryngfors;!--the jump link for the title field--> <!--optional arguments--> <!--the video width&height limit--> <width>600</width> <height>450</height> <autoplay>0</autoplay><!--0:not auto play,1:auto play,default:1--> <loop>0</loop><!--0:not loop,1:loop,default:0--> <bgcolor>0x999999</bgcolor><!--the bgcolor for the player tool bar bg,default: 0xe6e6e6--> </unit> <!--the audio node sample--> <unit> <icon>imgs/audio_1.jpg</icon> <media_res>audios/audio_1.mp3</media_res><!--the media link--> <title><![CDATA[The Video/Audio Title]]> </title><!--the media title--> <![CDATA[ Html Formatted Support]]> <!--the media information--> <link />http://www.activeden.net<?ref=Bryngfors;!--the jump link for the title field--> <faceimage>swfs/swf_1.swf</faceimage><!--the face image/swf for the audio player--> <!--optional arguments--> <!--the audio face image width&height limit--> <width>450</width> <height>350</height> <autoplay>0</autoplay><!--0:not auto play,1:auto play,default:1--> <loop>0</loop><!--0:not loop,1:loop,default:0--> <bgcolor>0xa6c8e2</bgcolor><!--the bgcolor for the player tool bar bg,default: 0xe6e6e6--> </unit>
Credits
The author of the great preview videos which been used here is Dorde. If you are interested with any of them, you can go to below links to buy:
http://videohive.net/item/end-titles-moonlight-music/61039?ref=Bryngfors
http://videohive.net/item/movie-intro/121951?ref=Bryngfors
The author of the great preview audios which been used here is Slats. If you are interested with any of them, you can go to below links to buy:
http://audiojungle.net/item/french-guitar-jazz/13832?ref=Bryngfors
http://activeden.net/item/electronica-theme/9601?ref=Bryngfors
Easy Use Sample
Sample Code 1
//the stage’s align and scalemode setting
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
//do the init
var imageGallary:ThreeDMediaGridGallery = new ThreeDMediaGridGallery();
imageGallary.init("xmls/config1.xml");//do init before add it to the stage.
addChild(imageGallary);
Sample Code 2 (Smooth Refresh Mode)
//the first init
imageGallary.init(some_xml_address);
//as there is a fade out effect when doing dispose, its need a listen function to get the end of dispose
this.addEventListener("GALLERY_DISPOSE_OVER",galleryDisposeOver);
//….sometimes later
imageGallary.dispose(); //dispose before re-init
private function galleryDisposeOver(evt:Event):void
{
imageGallary.init(some_other_xml_address);
}
If you have problems using this 3d image/media grid/wall gallery or want to modify the code for your own specific needs, just leave a comment here let me know.
DENSE Photo Gallery w/ flickr support (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
Classy, stylish, easy to use and customize: DENSE Photo Gallery.
Main features:
- Complete Photo Gallery with unlimited Albums support.
- Unique DENSE layout managed with the Coordy toolkit.
- Optimized memory management & smooth tweening featured by Greensock.
- Native support for Flickr Photosets including descriptions and feeds.
- Reads JPG , GIF and PNG image files.
- Fits every resolution seamlessly with the fluid mode.
- Choose to pan or resize your pictures through xml.
- Dynamic background support with proportional scale.
- Support for rounded corners and random rotation.
- Keyboard arrows support & live thumbnails on navigation.
- Contextual, autohiding controlbar with several options.
- HTML formatted captions with CSS Stylesheet support.
- Shuffle function to mix images order on startup.
- Automatic slideshow with delay and fullscreen function.
- Over 80 XML Settings to customize nearly everything.
- No Flash authoring needed, customize everything with XML & FlashVars.
- All source files and embeddable examples are provided.
DENSE Photo Gallery is the perfect solution to showcase your albums with absolute image fidelty. The unique layout will use every bit of space to fit all photos inside the users browser.
Loading it inside your existing project will be a snap, it’s really easy and you can also use flickr as your content management system!
Credits:
- Coordy used under MIT Licence.
- Greensock used with Single Developer Corporate Licence
- Preview Photos courtesy of Fotolia.
- Preview Flickr feed courtesy of Amy Dunn, Houston Photographer.
- Pixel font PF Tempesta Seven Condensed thanks to Yusuke Kamiyamane.
- Open font Titillium Text thanks to Accademia di Belle Arti Urbino.
Notes:
The showcased images are not included in the download package. You can get them on fotolia.com
Featured Item
XML Vertical Image Video Gallery with Download (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
Gallery supports unlimited number of categories, Image, Video and SWF format
Can be used as a single category gallery without the menu
SETTINGS :
Set component position on the stage
Set width and height of the component
Set width of preview images
Change colors and spacing through the gallery
Video Support for flv, mov, mp4 and h.264 video formats
Pattern in the background is optional and can easily be changed to another one
Patterns are loaded externally so you can easily add your own
Choose between 3 available aspect ratios for images and videos: original size, fit inside, fit outside
Set videoBuffer feature
Set default volume for video
Set video smoothing
Set looping for video
Set description text width and height area
Download is option for each image
Mouse cursor autohides together with controls in video mode
Unlimited categories supported
Menu scroll appears if needed
Menu hides itself if only one category exist
Description and titles are optional
Description and titles are HTML formatted with Stylesheet settings for links
Instructions for changing font included
The images used in the preview are the courtesy of
http://www.photos8.com/?ref=Bryngfors
Special Thanks to Wayman for sample video used in the preview.
Special Thanks to InlifeThrill for sample video used in the preview.
AS3 XML Image Slideshow (Flickr Slideshhow Style) (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
An Advanced AS3 XML Image Slideshow which is similar as Flickr Slideshow(Image Gallery).
Easy,clean and flexible usages for different kinds of needs.
Features
1.XML Driven with unlimited num of images.
2.Slide Autoplay.
3.Dynamic Refresh.(Feature added: 25/9/2010)
4.Fullscreen.
5.Drag,Zoom function.
6.Image title,information(html format supported),link.
7.Builded with AS3 ,both support flash cs3+ or flex builder 3+(pure actionscript project).
8.Well formated code and documents,easily to be modified for new requirements.
XML Node Explanation
<?xml version="1.0" encoding="utf-8"?>
<root>
<global>
<!--The LOGO on the up left corner-->
<logo res="imgs/logo.png" link="http://www.activeden.net?ref=Bryngfors" />
<autoplay>
<!--The delay time(in seconds) for the autoplay-->
<delaytime>5</delaytime>
<!--Flag value for the autoplay on/off -->
<play>1</play>
</autoplay>
</global>
<photos>
<!--photo unit-->
<photo>
<!--the small image-->
<icon>imgs/1_s.jpg</icon>
<!--the middle image-->
<mid_img>imgs/1_m.jpg</mid_img>
<!--the large image-->
<big_img>imgs/1_b.jpg</big_img>
<!--image title-->
<title><![CDATA[The Image Title]]> </title>
<!--image information-->
<information><![CDATA[The Image Information]]> </information>
<!--image link-->
<link />http://www.activeden.net?ref=Bryngfors
</photo>
...
</photos>
</root>
Easy Use
Sample 1:
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
var imageGallary:ImageGallary = new ImageGallary();
imageGallary.init("xmls/config.xml");
addChild(imageGallary);
Sample 2(refresh mode):
imageGallary.init(some_xml_address); //….sometimes later imageGallary.dispose(); //dispose before refresh imageGallary.init(some_other_xml_address);
If you have problems using this gallery or want to modify the code for your own specific needs, just leave a comment here let me know.
Feedback from the buyers(check the comments for details)
steveg11says
Mathew really went out of his way to help me out. I asked for help with customizing the show to loop, and he did the work, going through two iterations to make sure I was happy with the result. You can’t get that kind of service if you pay over $1,000 for a product. For $17 – are you kidding me? Mathew is the best.
Photo Ruffle 2 – xml image galleries (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
This is a versatile yet easy to use and configure Flash AS3 XML driven image gallery and slideshow.
It will let you define as many galleries as you want, and add images or swf files in each of them. They will show as physical photos, scattered randomly on a virtual table, and the user will be able to interact with them, moving them and picking them to watch at full size.
There are many options and functions you can enable : captions, titles, possibility to order the photos in a grid, automatic slideshow, polaroid or automatic square effect… and much more!
VISUAL EDITOR FOR THE XML included! – (screenshot)
DEMO 2 :
deep linking + dynamic galleries definition from server folders structure with php (script included in the package)
VERSION : 2.1
[AS3 – swf: Flash player 10 – fla: Flash CS5 ]
note: Photo Ruffle 2 fla can only be opened with Flash CS5 , if you need a similar product that works with previous versions of Flash please have a look at Photo Ruffle V1.
KEY FEATURES :
- Very customizable and fully XML driven
- Visual Editor for the XML (Win+Mac) included
- Intelligent images loading while showing, with preload
- Support for JPEG , GIF, PNG and SWF —all with dynamic and smooth resizing
- 4 predefined backgrounds you can choose from (transparent, wood, radial gray gradient, solid color) or use your CUSTOM BACKGROUND image
- Optional background audio (single mp3 song) with play/mute button
- Global options and many single galleries and photos options
- Use the application at different sizes… no need to recompile the swf.
- Fully configurable interface with possibility to disable its elements or sound effects
- Automatic slideshow mode, with pause and play button and timer icon
- Captions and texts with html text formatting and many options (colors, transparency, shadow, fonts, etc… )
- Embedded fonts option (Myriad Web font included)
- Runtime error check with messages: XML not found, images not found and XML malformed
- Use a thumb for each photo, or just use the full size image. If an image is unavailable (unable to load) the gallery will work anyway, skipping that faulty image.
- Detailed pdf manual and commented code
- 2 Usage examples included
Changes from V1:
- Categories – organize your galleries in folders
- Polaroid Mode
- Completely fluid layout
- Deep linking
- Download button
- Automatic scrolling of the photos in ordered mode
- More efficient code, smoother animations and many little improvements
- Switch to CS5 for a better handling of the embedded fonts
- Improved manual and editor
DEMO SONG : Night Muzik

UPDATES :
20-Sep-10 [v.2.10] new “home button” to send to an external url or to an internal gallery, new “path_imagesAndThumbs” galleries option to maximize the degree of customization for the images and thumbs path for each gallery, improved deep linking functions, smarter interface buttons positioning, minor fixes
Please rate this file if you liked it or found it useful
Before giving a bad valutation please contact me.. if you have problems with this software we can sort them out.
XML AutoSlide Image Gallery Slideshow with Music (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
Music is optional
Gallery can be used as a single category gallery without the menu
SETTINGS :
Set component position on the stage
Set width and height of the component
Set width and height of image area
Set description text width and height area
Set space between images
Images are automatically resized to fit specified space (no resizing needed)
Change menu colors
Unlimited categories supported
Menu autoscroll appears if needed
Menu hides itself if only one category exist
Music is optional
Set auto play for music
Set random play for music
Set audio buffer time for music
Unlimited songs supported
Set scrolling speed
Image descriptions are optional
Image descripton is HTML formatted with Stylesheet settings for links
Fullscreen button included
Component glow is optional
The images used in this project are courtesy of
http://www.photos8.com/?ref=Bryngfors
Web Standard Gallery with CMS (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
Link to Gallery demo: Gallery Demo
Link to CMS demo: CMS Demo
New feature: Assets File
This gallery uses new cool and very useful feature: Assets files.
Use this file for your gallery customization. No need to recompile the gallery each time to change
the buttons and icons graphics. You can make several asset files that feet your needs, and use them when you need.
Example of the assets file you can download here
Overview:
This is an Advanced image gallery, fully controlled by the CMS .
No more xml files, image folders, image resizing, thumb making, by hand image uploading.
All of this you can do with the CMS .
Just play with the options yourself, refresh the gallery, and see how the changes affects it.
You can play with the images too (create/delete/rename categories, upload/delete/rename images).
Don’t worry, you are not harming the preview.
Support:
By purchasing this gallery/admin system, I am totally committed to give you the best support with any
issue you have. I’ll help you with installing, running, and using this gallery.
Besides, if you want some feature that this gallery don’t have, or you found some bug that you think
this gallery have, please don’t hesitate to write me, and i’ll try to add it to the next product update.
Gallery features:
- Two sided grid pager
- Resizable – fit itself to any size.
- Zoom view mode
- Many many tuning options, fir your gallery best for your needs
- Multiple thumbnail effects
- Keys events enabled – (left/right arrows, page up/down)
- Mouse wheel control enabled
- Best images size and download times – the image are resized dynamically on the server, and caches by required width / height.
- Smart preloader hide
- And many, many more…
Admin features:
- 2 database connection modes – Sqlite or MySql
- Has 2 login modes – user and administrator. The user has no permissions to edit settings, only gallery data.
- Easy to install – if you choose the sqlite (flat file) database, no need to install the database.
All you need is upload the application to to the server, and it’s work. - Setup EVERYTHING through the CMS . All the appearance settings, and all the gallery data.
No additional xml files required. - Very flexible gallery settings. Has all settings you need to give it a custom look.
- Auto thumbnails, auto resize images to best fit of thumbnails and image view.
- Auto resize when image output. If you upload a big image, and your gallery are openes in a small window the image will be resized and cached on the server, and delivired small.
- Image download functionality
- Image preview functionality
- Handy color picker (settings)
- Drag and drop picture sorting / moving between categories
- Drag and drop categories sorting
- Variety images operations: upload, delete, copy/move between categories, change order, change title, description and link, preview, view in browser, duplicate, or download.
- Variety of categories operations: add , delete , rename , change title, change description
- Very convenient managing interface – the gallery managing interface is very intuitive and reminds windows.
- Powerful media server – the php part is basically a media server. Whats means, that you can split your media server, gallery and the admin,
and put them even on different domains, it will be still working. - Multiple file uploader.
- Multiple images selection (mouse selection , shift and control keys)
- Enabled context menu and mouse wheel on image operations
Third party components:
The CMS (settings panel) is using Farbtastic color picker.
For the gallery I use caurina tweener library.
To the developers of both components – Many many thanks.
XML Mini Image Gallery Slideshow (Image Galleries)
Posted by admin | Posted in Galleries and Image Viewers, Image Galleries | Posted on 19-10-2010-05-2008
0
Download this item at the original site
Slideshow auomatically preloads images in front.
Note that if slideshow is running and user opens description, slideshow is paused until user exist description area with the mouse.
SETTINGS :
Set component position on the stage
Change width and height of the component
Change width and height of image area
Drop shadow is optional
Unlimited menu items supported (menu autoscroll included)
Unlimited playlist items supported (playlist autoscroll included)
Description is completely customizable
Description is HTML formatted with Stylesheet settings for html links
Change all colors
Slideshow included with the ability to stop/start it on runtime.
Slideshow can automatically go to the next category (option)
Set autoplay option for slideshow
Set delay for slideshow
The images used in this project are courtesy of
http://www.photos8.com/?ref=Bryngfors








