Hello. I have this question. A client of mine have had this simple asp-page that displays flash-files from a folder on their site. But now i've helped them "develop" copies of their site and they want me to build an admin-system for their banners (which can be in jpg, gif or flash format). The thing is that all the sites share database (Microsoft SQL), so what i want to do is to stuff the images/flash-files in the database rather than have them upload the same files to 7 differnet places.
Now to my question. How do you display a flash-movie on a page that is saved in an image field in a SQL-database?
I know how to show the images, cause the server that hosts their files have some "plugin" for that, but i have yet to find a way to read the flash-movies from the database and show them on a webpage.
The pages are written in classic ASP and as it is now the page that displays their banners is included in their layout. What i want is that included page to display the images and flash-movies that are saved in image fields in the database. I've seen some solutions that use like a "displayImage.asp?imageId=1". I would like something like that as well but for the flash-movies.
Best regards and thanks in advance, Ludvig