User-656010581 posted
hi,
I m using asp.net 2005 with msaccess 2003 using vb code. i wanna store the video file in ms access. is this possible??? if like that,
#. I need the code to store the file?, What data type shoul i use?
#. I need the code for play, stop and pause video in the video player?
i m using this code, but it works for particular file,
<object id="VIDEO" width="320" height="240"
style="; left:0;top:0;"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<param name="URL" value="file://C:\Documents and Settings\ 14.mp4">
<param name="SendPlayStateChangeEvents" value="True">
<param name="AutoStart" value="True">
<param name="uiMode" value="none">
<param name="PlayCount" value="9999">
</object>
I need the cod in vb. Help me!!!
-dharsini