Hi, I'll try my best to simplify my question. I have a local(localhost) site setup on Dreamweaver 8 and I am working on this website where I have a list of items, in this case CDs (cdlist.asp) and when I click on an item it takes me to a detailed page (cddetailes.asp?id=13).
A local "cd.mdb" file has all the information for the CDs that "detailes.asp" needs. It has artist, release year, label, and a cover image for that cd, (cv1.jpg), (cv2.jpg)
My question is can I use .swf files in Access and have "details.asp" display the .swf file instead of .jpg,
Please help.
Thank you
2006-07-25
19:19:37
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
Here is how my the image link in the details.asp page looks like.
/<%=(rsFrames.Fields.Item("txtFullsize").Value)%>" />
Right now I am trying Fouad's answear
2006-07-25
19:49:06 ·
update #1
.Value)%>/<%=(rsFrames.Fields.Item
("txtFullsize").Value)%>" />
2006-07-25
19:49:43 ·
update #2