How to read Flash Format files (.swf) from MS-SQL Server 2000?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everybody

I need some urgent help. In my project, I need to save the flash Format
files into MS SQL SERVER 2000 and retrieve and display in the control using
Flash Player.

I am able to save to save the .swf files into the Database server. But When
I am retrievin the files from the Database I am unable to do that.

I am using the Image filed type in SQL Server to save data. Now When try to
retrive data using MemoryStream I am not getting the data.

Anybody please any help. Whether it is the problem of file format as it is
easy to retrieve jpg or gifs.
What could I do ??


One more question, whether any idea or suggestion on keeping the .swf files
on server and display in a browser rather then retrieving it from SQL.
Technically a Good way or bad.

Looking forward for replies.

Thanks in anticipation
Piyush
 
Piyush said:
One more question, whether any idea or suggestion on keeping the .swf
files on server and display in a browser rather then retrieving it
from SQL. Technically a Good way or bad.

Might be better to keep the swf files in a directory and then use SQL server
to store the paths to them, then when you want to retrieve a flash file you
just get the reference from the databse and then open the file however you
like.
 
Back
Top