Soldato
- Joined
- 30 Nov 2005
- Posts
- 3,084
- Location
- London
All,
I have stored a WMV Video file in a Blob format in a MySQL database.
What I want to do now is to be able to insert a link into a Object class so I can stream the video. You know the embeded Windows Media Players.
What I have setup in the MySQL is one row called 'videoname' is the actual file name so i.e. thisismyvideo.wmv
The row named 'size' is how big the file size is. The 'type' named row stores the type of file the video is so video/x-ms-wmv. Then finaly there is another row called 'content' that is the actual BLOB.
So Would this be possible?
I have stored a WMV Video file in a Blob format in a MySQL database.
What I want to do now is to be able to insert a link into a Object class so I can stream the video. You know the embeded Windows Media Players.
What I have setup in the MySQL is one row called 'videoname' is the actual file name so i.e. thisismyvideo.wmv
The row named 'size' is how big the file size is. The 'type' named row stores the type of file the video is so video/x-ms-wmv. Then finaly there is another row called 'content' that is the actual BLOB.
So Would this be possible?