10390 Posts in 2201 Topics by 1712 members
| Go to End | ||
| Author | Topic: | 11370 Views |
-
Re: Preview: SlideshowPro Module

8 December 2009 at 6:10am
Thank you Bod. I have tried it but I keep getting "error undefined" errors when I'm trying to export the .swf
I will keep trying - must be doing something wrong.As to my other question - is it possible to have 2 different slideshows on the same page?
~ Valorinbattle
-
Re: Preview: SlideshowPro Module

8 December 2009 at 2:56pm
Bod, I really must be missing something here. I keep getting the same errors whenever I try to add your action script. Here's a screenshot of what I've done, including my error.
Thanks for your help.
~ Valorinbattle
-
Re: Preview: SlideshowPro Module

8 December 2009 at 10:54pm Last edited: 9 December 2009 10:45am
Looks like you might be publishing to AS3? If so the code you need is different, see below
import net.slideshowpro.slideshowpro.*;
var my_ssp:SlideShowPro;
var paramObj:Object=LoaderInfo(this.root.loaderInfo).parameters;
for (var param in paramObj) {
if (param=="ImagesPath") {
my_ssp.xmlFilePath=paramObj[param];}
}HTH
Edit: Ooops missed a bit when c&p earlier, sorry half asleep, the import net.slideshowpro line..!
-
Re: Preview: SlideshowPro Module

20 August 2010 at 11:10am
Hi UncleCheese,
Just wondering if you're aware of any known issues with this module and SilverStripe version 2.4.1.I've had two problems:
1. The configuration tab for a SlideShowPro page is blank
2. The Slideshow doesn't open because the XML isn't coming through. If I try to open the XML link directly in the browser, I see an error page.I've installed the latest versions of all your modules from SVN.
I have another install on version 2.3.4 that works great using the same host (GoDaddy).
Thanks!
-
Re: Preview: SlideshowPro Module

20 August 2010 at 11:57am
Hi, MrPepperoni,
What do you mean by "see an error page?"
-
Re: Preview: SlideshowPro Module

20 August 2010 at 1:24pm
Sorry for not being more specific. When I open the XML -http://mysite.com/slideshow/xml- in the browser, the server is not returning the slideshow data. It does set the content type in the header as text/xml, but the data is just a SilverStripe error page:
Website Error
There has been an errorThe website server has not been able to respond to your request.
-
Re: Preview: SlideshowPro Module

2 November 2010 at 5:21am
I'm new to this module and have a hard time doing slideshow pro integration.
And reply to Blo's method ( 2nd last of the page )
http://www.silverstripe.org/all-other-modules/show/5860?start=48I downloaded the "slideshow pro for flash 197 Trial", and after the extract, I didn't see any FLA file inside?? ( I only see extension .mxp file )
So, it will be appreciated if there is any help for this. Thanks a lot.
-
Re: Preview: SlideshowPro Module

15 March 2011 at 1:40pm
Hi Uncle Cheese
I assume you know this but you can get the standalone .swf of ssp to work by adding this to the javascript file
// SWFObject embed
var flashvars = {
loadParams: "true",
xmlFilePath: "$ImagesPath",
xmlFileType: "Default",
paramXMLPath: "/slideshow_pro/templates/param.xml", //go to wherever you want
initialURL: escape(document.location),
ImagesPath: "$ImagesPath",
startAlbumID: "album-8"
}
| 11370 Views | ||
| Go to Top |


