You are not logged in.
Pages: 1
Hi,
i just uploaded and activated the kimili plugin that displays flash on wordpress. Im trying to include slideshowpro on my site but i'm not sure what Im doing wrong.
I first uploded the folder that contains the flash video. In that file is included (a Gallery folder, an images.xml, an index.html, a .fla and a .swf file) I uploaded it to the revolution_pro-10 folder ( which is in my themes folder).
In the wp admin panel, theme editor I entered this syntax to the home.php page
[kml_flashembed movie="/www.spreadthewordproject.org/wp-content/themes/revolution_pro-10/slideshowpro-general-demo/ssp_demo_general.swf" height="300" width="300" /]
I also edited the refrence in the images.xml file to this:
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<album id="nature" title="Nature" lgPath="www.spreadthewordproject.org/wp-content/themes/revolution_pro-10/slideshowpro-general-demo/gallery/nature/lg/" tnPath="www.spreadthewordproject.org/wp-content/themes/revolution_pro-10/slideshowpro-general-demo/gallery/nature/tn/" description="Close-up imgs of plant life and insects.">
<img src="dj052.jpg" caption="This where your photo caption would be" />
<img src="dj070.jpg" caption="This where your photo caption would be" />
ect.
I tried this and this is what i get http://www.spreadthewordproject.org
can anyone direct me the right way? Am i entering the right code? Or am i completly off.......
Thanks
thatguyyy@hotmail.com
Offline
Absolute links and paths, should begin with http://, like this:
lgPath="http://www.spreadthewordproject.org/wp-content/themes/revolution_pro-10/slideshowpro-general-demo/gallery/nature/lg/"
Offline
Hi,
thanks for the replay. I tried what you sugested and I still get the same thing.... Not to sure what the problem is..Any suggestions??????
Offline
Hi,
Me again. I just corrected the path in the images.xml file. Now on my site I see the outline line of the slideshowpro with the grey background. However there is no images, loader, thumbnails ect. just a blank frame. Do i have to change a path in the actual .fla file or the .swf file????
take a look
www.spreadthewordproject.org
Please help! ![]()
thanks
peter
Offline
A couple final steps.
Add a base parameter:
[kml_flashembed movie="http://www.spreadthewordproject.org/wp-content/themes/revolution_pro-10/slidetest/slidetest.swf" height="373" width="580" base="." /]
The base parameter instructs flash to look for files relative to the swf file and not the containing html file.
Add a crossdomain file:
Check: http://forums.slideshowpro.net/viewtopic.php?id=1967
Offline
Antonio,
I cant thank you enough.. it works great.. you are a savior
peter
Offline
Wow. I would never have figured that out. Thank god I read these forums whenever I have a problem, I just avoided spending a whole day pulling my hair out.
Offline
okay, it works great, but now i have another problem. where can i put the base param when using swfobject 2.0? I know thats a question for another site, but if anyone had a snippet on hand I could really use it.
Offline
I've tried these steps (adding a cross domain file and the base parameter when calling the swf through this plugin), but I'm still unable to view the swf in Wordpress. When I run an error check in Firefox, it says "SWFobject is not defined."
Any help on this would be very appreciated!
The site is http://www.radiusworship.org/, and the swf is immediately after the main page text.
Offline
Pages: 1