XML Output Module for Slideshow Pro
jasoninva1
Joined: 2006-11-19
Posts: 2 |
![]() |
I'm starting my first module for Gallery and hope to enlist some tips and first places to start. Slideshow Pro http://www.slideshowpro.com is a very nice plugin for flash 8 that makes a beautiful flash slideshow from xml. The images are loaded at runtime allowing for a light slideshow swf and many dynamic options. Gallery is extremely powerful and I'm trying to create a blend of the two. My first step is to tap into the api to pull albums and images and convert this into formatted xml. The xml will have to have pointers to the album's images and thumbnails. The first question I have is where in the API should I start looking and are there any tips (other modules I should look at for the same functionality)? I reviewed the rss module and it doesn't seem to fit with what I'm trying to accomplish. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
I actually own SSP myself, but I make my own slideshows anyways. -s |
|
verticaltier
![]()
Joined: 2007-01-12
Posts: 7 |
![]() |
Greetings, How do you call xml.php? I tried just calling it directly but kept getting errors. I have your slideshow working in my gallery already I just wanted to see how xml.php works and outputs the xml strings. Error I am getting. Quote:
Error loading Entity:Error (ERROR_BAD_PARAMETER)<ul><li><b>in</b> modules/core/classes/helpers/GalleryEntityHelper_simple.class <b>at line</b> 50 (GalleryCoreApi::error) </li><li><b>in</b> modules/core/classes/GalleryCoreApi.class <b>at line</b> 2382 (GalleryEntityHelper_simple::loadEntitiesById) </li><li><b>in</b> xml.php <b>at line</b> 25 (GalleryCoreApi::loadEntitiesById) </li><li><b>in</b> xml.php <b>at line</b> 157</li><li><b>in</b> xml.php <b>at line</b> 165</li></ul><br /> I am just calling it directly in the browser. Any help is appreciated. thanks |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
You can address it directly as you do with the slideshow ie. some of the elements are just for wellformedness, while others are necessary for one or more of my flash apps. I have a far more advanced version that I use for my new video/mp3/slideshow app. it fetches album list, items of all different mime types for display, descriptions.... Gallery2 is a very powerful app, combined with xml and flash - the possibilities are endless -s |
|
verticaltier
![]()
Joined: 2007-01-12
Posts: 7 |
![]() |
Thanks for the quick reply. I remembered the call after I posted the question. I am trying to get the xml to be formed like: <gallery> <img src="000.jpg" link="large/000.jpg" /> I made some changes but cannot figure out how to get all of the images in the album id I am selecting to show up. I only get the first one. thanks again. |
|
verticaltier
![]()
Joined: 2007-01-12
Posts: 7 |
![]() |
Figured out what I was doing wrong. I was calling with "slideshow" instead of "slideShow", now calling getItems works. |
|
rsuplido
Joined: 2007-02-14
Posts: 1 |
![]() |
Did you manage creating a project to create Gallery 2 XMl for Slideshow Pro? Thanks. |
|
jasoninva1
Joined: 2006-11-19
Posts: 2 |
![]() |
It's not a complete project, just some scripts. I'm happy to share them when I have an opportunity to gather that code... |
|
verticaltier
![]()
Joined: 2007-01-12
Posts: 7 |
![]() |
I modified suprsidr's XML script to output the XML for slideshow pro but the links that Menalto gallery uses thanks |
|
verticaltier
![]()
Joined: 2007-01-12
Posts: 7 |
![]() |
Not trying to threadjack jasoninva1's post but I can put up what I have if more people want to look at it. I would thanks |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Go with it. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
we sure need to improve g2's official modules too. -------------- |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Well, either way, flash/flex apps are going to need a way to communicate with gallery. |
|
verticaltier
![]()
Joined: 2007-01-12
Posts: 7 |
![]() |
Suprsidr which download on your site would be the best manipulate to work with SSP? I will start working on that one. I already have something working thanks BTW: your new site looks really good. I could not figure out what was playing when I first went there until I looked in the header. lol. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
the mini-slideshow includes my latest xml.php |
|
verticaltier
![]()
Joined: 2007-01-12
Posts: 7 |
![]() |
Suprsidr is it possible to get the fla? I want to resize it and add some other elements to it. ps: You new xml script I have working with SSP now and am able to call it using different albums. thanks again |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Sure EDIT - sorry, found an error in that one, new one is up now. |
|
deuce.sapp
Joined: 2007-04-30
Posts: 1 |
![]() |
Has anyone modified the xml.php or xmlall.php files to generate the XML form that SlideShow Pro is looking for? |
|
natec
Joined: 2007-06-21
Posts: 13 |
![]() |
I just posted a new thread (http://gallery.menalto.com/node/66745) but my question is somewhat related, and I was hoping that any of you XML/Gallery/PHP knowledgeable types that are subscribed to this thread might like to see this other potential use of the xml.php script. Thanks! |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
In case anyone's still listening to this old thread -s |
|