Since I figured out how to get this working on my two Joomla systems - I will post what I did.My System Consists of:
SSP Director (HOSTED) | Flash Standalone .SWF | EASYSSP Modules (MODIFIED!!) | Joomla 1.51) First download the standalone slideshowpro.swf files. IMPORTANT: You want THEIR param.xml file.
2) Download and install the EASY SSP Module to your Joomla 1.5
3) Create a folder for 'flash' in your /templates/YOURTEMPLATE directory: ( /templates/YOURTEMPLATE/flash/ )
4) Place the
slideshowpro.swf into your /flash folder | If you have flash's
expressInstall.swf file, also put it there. If you do not know what this file is, don't worry - it's for people who don't have the most current version of flash.
5) Place the
param.xml file into your /flash folder
**By now, you should have your template directory setup as follows**
/templates/YOURTEMPLATE/flash/ - with your important data inside.
6) These NEXT steps require you to modify /modules/mod_easyssp/mod_easyssp.php :
Line 18 and Line 36Depending on what system you are using, you may or may not need the leading ' / ' on line 18 - for now, let's leave this line as is:
<script type="text/javascript" src="<?php echo JURI::base();?>/modules/mod_easyssp/swfobject.js"></script>
Change line 36 as follows:
Original Code:
swfobject.embedSWF("<?php echo JURI::base();?>slideshowpro.swf", "<?php echo $unid; ?>", "<?php echo $width; ?>", "<?php echo $height; ?>", "9.0.0", "<?php echo JURI::base();?>expressInstall.swf", flashvars, params, attributes);
Change to:
swfobject.embedSWF("<?php echo JURI::base();?>templates/YOURTEMPLATE/flash/slideshowpro.swf", "<?php echo $unid; ?>", "<?php echo $width; ?>", "<?php echo $height; ?>", "9.0.0", "<?php echo JURI::base();?>templates/YOURTEMPLATE/flash/expressInstall.swf", flashvars, params, attributes);
So, you should be almost home!
7) Log into your Joomla 1.5 Administrator panel and go to Extensions - Module Manager
8 ) Find the easySSP module and open it.
9) Enable the module (of course) and set your Module Width, Module Height and your Param File Path should be as follows:
/templates/YOURTEMPLATE/flash/param.xml
<--keep in mind you can have other xml files doing different functions in the same directory!10) Save your module
11) Open up your param.xml file. Once again, you SHOULD be using the param.xml file that came with your standalone slideshowpro.swf.
12) Line 159 - should be the XML path of your director file.
13) Line 160 - should be set to
"Director"14) Save this file and test it. If you still are NOT getting anything, DO NOT PANIC! This is why it is not working...
View the SOURCE CODE of your website from a browser...A simple leading ' / ' could be whats between you and a working SSP slideshow. For example:
swfobject.embedSWF("http://YOURWEBSITE.com//templates/YOURTEMPLATE/flash/slideshowpro.swf",
swfobject.embedSWF("http://YOURWEBSITE.comtemplates/YOURTEMPLATE/flash/slideshowpro.swf",
These errors can be fixed by going back to /modules/mod_easyssp/mod_easyssp.php
This worked for me - I have two websites in the works that use SSP Director (Hosted) with EasySSP
http://www.invectradesign.comhttp://www.invectra3dstudios.comP.S. Don't forget your crossdomain.xml file -
http://forums.slideshowpro.net/viewtopic.php?id=1548