Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在vb.net中显示视频或图像_Vb.net_Image_Video - Fatal编程技术网

在vb.net中显示视频或图像

在vb.net中显示视频或图像,vb.net,image,video,Vb.net,Image,Video,我想在vb.net中显示视频/图像。我必须使用哪个控件?我使用了标记IFRAME,但它只显示swf文件格式。但我想使用控件来显示所有格式的视频,比如什么是应用程序文件。控件从数据库表中读取文件的路径 ASPX文件的代码 iframe ID="I1" allowfullscreen="" frameborder="0" height="100" name="I1" src='<%# Eval("FPATH") %>' width="160">

我想在vb.net中显示视频/图像。我必须使用哪个控件?我使用了标记IFRAME,但它只显示swf文件格式。但我想使用控件来显示所有格式的视频,比如什么是应用程序文件。控件从数据库表中读取文件的路径

ASPX文件的代码

iframe ID="I1" allowfullscreen="" frameborder="0" height="100" name="I1" 
                  src='<%# Eval("FPATH") %>' width="160"> /iframe<
iframe ID=“I1”allowfullscreen=”“frameborder=“0”height=“100”name=“I1”
src=''width=“160”>/iframe<

FPATH是表字段名

如何在vb.net中显示视频/图像从数据库字段的链接路径。是否有任何控制可用。我使用IFRAME标签来显示视频/图像,但它只显示youtube flash视频。请帮忙。