English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2 answers

Yes you can use instead of "cv1.jpg" or "cv2.jpg" anything you want .swf but, be carefull because instead of writing you need to write the object code for flash component.









2006-07-25 19:25:52 · answer #1 · answered by darksoulcrawling 3 · 0 0

Yes.
In Macromedia Flash, choose publish SWF together with the HTML will give you the SWF object id -> check the HTML source that embedded the SWF file.

2006-07-26 02:38:32 · answer #2 · answered by dranagar 5 · 0 0

fedest.com, questions and answers