Replies Back to Article
Dynamic Slide Show
I am trying to pull dynamic images using the method above except my recordset has a "where" clause. I cannot view the images because it automatically inserts a number before the image name. e.g. babyphoto.jpg becomes 4babyphoto.jpg. I am just using the WYSIWYG tools.
Do you have any solution to this?
The querystring you mention is rsUploads. Should it be the same as the recordset you create for the images?
The combination of this behaviour and tutorial truly is incredible. I have just one difficulty... the first image is always broken.
Here is an example page:http://www.countrywidebarrie.com/brenda/property_detail.asp?p_ID=1
Click on the view slide show link below the main image and you will see a broken image where the first image should be.
Has anyone else had this difficulty?
Do you ever struggle over something for weeks then as soon as you ask for help you figure it out?
I was missing the leading slash to my folder of images.. What I don't know is why the other images DID work!
I had written ..images/<%=RecordsetSlideshow.getString(,,,"|../images/")%>
instead of ../images/<%=RecordsetSlideshow.getString(,,,"|../images/")%>
I have read the info regarding a dynamic slide show pulling pictures from database data:
http://www.dmxzone.com/ShowDetail.asp?NewsId=3997
But it all refers to asp recordsets & pages.
Would the magic line: <%=rsUploads.getString(,,,"|photos/")%>
work just the same when applying the behavior on a php page?