I am writing an application where I serialize and store in my database
application files such as Media Player files of the form :
c:\MedialFiles\ MediaFile1.wmv
When a client retrieves one of these files from the web server, I would like
to know if it is possible to lauch the parent application Meader Player
active x with the digitized file or do I have to steam the data back to a
disk and load the file into the parent application as a disk file. I would
like to avoid the disk step and activate the application with a memorystream
or similar in memory manner.
Any suggestions?
Thanks,
Fred
application files such as Media Player files of the form :
c:\MedialFiles\ MediaFile1.wmv
When a client retrieves one of these files from the web server, I would like
to know if it is possible to lauch the parent application Meader Player
active x with the digitized file or do I have to steam the data back to a
disk and load the file into the parent application as a disk file. I would
like to avoid the disk step and activate the application with a memorystream
or similar in memory manner.
Any suggestions?
Thanks,
Fred