geofoto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP, SlideShow Pro Director, and KimiliThe developer of Kimili got back to me with this:
"[there is] a bug in the code. I am
working on a fix and will make it available in the near future."Forum: Fixing WordPress
In reply to: Quick JS Question (Adding JS Within a Page)You should be able to paste this in this js just above the </head> tag within the “single post” page found in the theme editor.
<script type="text/javascript" src="http://www.mydomain/swfobject.js"></script>
</head>Be sure to have the SWFOject.js file path correct on your web server. Then, when writing a post that includes the photo gallery swf, paste this code:
[kml_flashembed movie="http://www.mydomain/your.swf" height="500" width="700" quality="best" fvars="xmlfile=http://www.mydomain.com/your.xml" /]Forum: Fixing WordPress
In reply to: WP, SlideShow Pro Director, and KimiliDownload SWFObject from: http://blog.deconcept.com/swfobject/
then place this code in the header:<script type="text/javascript" src="http://www.mydomain/swfobject.js"></script>Forum: Fixing WordPress
In reply to: WP, SlideShow Pro Director, and KimiliHere is the code that I have in the post:
[kml_flashembed movie="http://mydoman.com/gallery/media/pp_gallery1.swf" height="500" width="700" quality="best" fvars="xmlfile=http://mydomain.com/ssp/images.php?album=33&subdomain=1" /]The source code for xml in the published post looks like this
http://mydomain.com/ssp/images.php?albumnoting the truncated xml file path following the word album
Forum: Fixing WordPress
In reply to: WP, SlideShow Pro Director, and KimiliThanks. I think you are referring to the Rich Text Editor, if so, I unchecked it and my xml file path is still truncated.
Forum: Fixing WordPress
In reply to: WP, SlideShow Pro Director, and KimiliI have the same problem trying to integrate SSP Director, WordPress and Kimili. On each post, I change the album number and the xml path is truncated after posting?
Any ieas?