Home / Components / Galleries & Slideshows / Rounded XML Photo Gallery AS3 /
Rounded XML Photo Gallery AS3
63 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$15.00
Package includes: FLA
Flash Version: Flash CS3, Flash CS4
Viewable with: Flash Player 9
Action Script: ActionScript 3.0
Product ID:F0901532
Rounded XML Photo gallery is a powerful and stylish gallery of images written in AS3.
With RXP you can simply add images in gallery folder, and write (cut and paste) few lines in a XML file to make the photo gallery work.
No actionscript experience is needed, RXP in fact is drag and droppable from one file to another, without writing any code.
FLA file contains RXP movieclip with its own class, so you can use it like a component with no main class to customize and rewrite.
The picture viewer has standard sizes and you don't have to resize your images. RXP does this for you, so every image in gallery will be adapted to viewer window size with the correct proportion scaling.
Every image can have its own caption stored in XML file.
RXP uses a clean preloader with percent both for images and thumbnails.
For easy of use you can set THUMBMODE switch: RXP will make and display thumbs images for you.
You can also use RXP as a Slideshow by pressing the play button.
RXP comes with a stylish interface but you can modify it by working on assets in the library (for instructions on this, please follow the specifications in this Help document).
Also, RXP class is highly customizable and adaptable to your projects. It uses TweenMax transitions engine (TweenMax classes are included since we are Corporate Club GreenSock member).
//USER OF CS3 VERSION OF FLASH //
In a preloadT item properties (in the library) you must tick Export in a first frame.
CS4 version is not affected.
MSDesign Files
Ultimate PopUp Windows XML
Simply News Ticker XML AS3
Resizable ZOOM XML PHOTOGALLERY
Bouncing Menu XML AS3
Rotation Preloader AS3
Rounded XML Photo Gallery
Power XML Template $15.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
























30 comments
Add comment
1 2
itaym
Content Management Systems like Joomla.
The idea is to embed the gallery inside the template as a part of the site.
I didn’t see explanation in HELP but i’m sure it’s easy …
1 more question, I edit the image size (gallery.as) and it’s look like nothing happened.
link textsee here >"
#  /  PM  /  posted on Mar 28, 2010
jjletho
hi
usually is better to use an Iframe into joomla article
first create an html file like this in your
www.pablodesigns.net/images/gallery/details-large/
you can change the gallery size from this code
then embed it into joomla with an iFrame that call your html page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento senza titolo</title> <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> </head> <body> <table width="100%" border="0"> <tr> <td colspan="2"><object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="850" height="700"> <param name="movie" value="rounded_xml_gallery.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.45.0" /> <!-- Questo tag param fa in modo che agli utenti con Flash Player 6.0 r65 e versioni successive venga richiesto di scaricare l'ultima versione di Flash Player. Eliminarlo se non si vuole visualizzare la richiesta agli utenti. --> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Il tag object successivo รจ per i browser diversi da IE. Utilizzare IECC per nasconderlo in IE. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="rounded_xml_gallery.swf" width="850" height="700"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.45.0" /> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Il browser visualizza il seguente contenuto alternativo per gli utenti che utilizzano Flash Player 6.0 e versioni precedenti. --> <div> <h4>Il contenuto di questa pagina richiede una nuova versione di Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Scarica Adobe Flash Player" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object></td> </tr> <tr> <td> </td> <td> </td> </tr> </table> <script type="text/javascript"> <!-- swfobject.registerObject("FlashID"); //--> </script> </body> </html>#  /  PM  /  posted on Mar 28, 2010
itaym
This is really complicated for simple user like my clients.
I have another flash gallery that i bought here and the embed is simple. like that:
<script type="text/javascript" src="http://www.pablodesigns.net/images/galleries/details-small/swfobject.js"></script> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="center" valign="middle"> <td><div id="flashcontent"> <strong>You need to upgrade your Flash Player.</strong> </div> <script type="text/javascript"> var so = new SWFObject("http://www.pablodesigns.net/images/galleries/details-small/gallery.swf", "", "649", "447", "8", "#000000"); so.addParam("scale", "noscale"); so.addParam("menu", "false"); so.addVariable("xmlfile", "http://www.pablodesigns.net/images/galleries/details-small/gallery.xml"); so.write("flashcontent"); </script></td> </tr> </table>#  /  PM  /  posted on Mar 28, 2010
jjletho
You can embed the gallery with the same code of the other gallery
#  /  PM  /  posted on Mar 28, 2010
itaym
Not working. I think it’s because the javascript file missing.
You never tried to embed the gallery directly in joomla article or any CMS?
#  /  PM  /  posted on Mar 28, 2010
itaym
...
#  /  PM  /  posted on Mar 28, 2010
itaym
I also try your code but it’s not loading the flash.
I’m confusing with it because I see there:
<script src=“Scripts/swfobject_modified.js” type=“text/javascript”></script>
and <param name=“expressinstall” value=“Scripts/expressInstall.swf” />
Those files “swfobject_modified.js” and “Scripts/expressInstall.swf” should be on my server?
#  /  PM  /  posted on Mar 28, 2010
jjletho
hi itaym,
the code I have attached is simply the code generate by flash when I publish html
you can:
open the file with flash and export as swf and html, so you will get both scripts and html or contact me by private message and I send you the code and the script
sry about this but I don’t have a procedure to embed it with joomla. i usually use iframe.
#  /  PM  /  posted on Mar 28, 2010
itaym
I can’t write titles in my language (hebrew). The XML file work under utf-8?
I tried this <?xml version=“1.0” encoding=“utf-8” standalone=“yes” ?> but it’s not working.
I also add utf-8 in html:
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
#  /  PM  /  posted on Mar 31, 2010
jjletho
you have to open the fla, search for didabox into library, edit it and embed a hebrew font into textfield
#  /  PM  /  posted on Mar 31, 2010
1 2