A
Anderflash
I have embedded movie in a OLE field stored in a table.
I want to know how can I play the movie on a form.
-I know how to make it when the file is linked (Storing only the name and
using loadpicture)
-I want to know if the right type of the movie or sound stored in a table
could be "Video Clip" or "Media Clip" or another type...
-I want to know how to play these movies or sounds embedded in a table.
-After that I would know how to embed videos and sounds in a table using
VBA. I find that if I use the Stream object, the loadFromFile method and the
Recordset object, I can storage the movie in a table, but the field will show
"long binary data". How can I play this "long binary data" in a form?
PS: I DON'T WANT ANSWERS LIKE "DON'T DO THAT, LINK INSTEAD OF EMBED". IT'S
FOR LEARNING, THUS I HAVE AN ANSWER.
I want to know how can I play the movie on a form.
-I know how to make it when the file is linked (Storing only the name and
using loadpicture)
-I want to know if the right type of the movie or sound stored in a table
could be "Video Clip" or "Media Clip" or another type...
-I want to know how to play these movies or sounds embedded in a table.
-After that I would know how to embed videos and sounds in a table using
VBA. I find that if I use the Stream object, the loadFromFile method and the
Recordset object, I can storage the movie in a table, but the field will show
"long binary data". How can I play this "long binary data" in a form?
PS: I DON'T WANT ANSWERS LIKE "DON'T DO THAT, LINK INSTEAD OF EMBED". IT'S
FOR LEARNING, THUS I HAVE AN ANSWER.