【发布时间】:2014-07-25 09:25:47
【问题描述】:
在 html 中,这一行成功加载了我硬盘中的本地 avi
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" width="1280" height="720" src="fe.avi" autostart="false"
问题是我想加载同一个文件,但在父目录中。所以,你说, ../ 会起作用,但它不会。传输文件 (fe.avi) 后,当前行使播放器出现,但屏幕保持黑色:
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" width="1280" height="720" src="../fe.avi" autostart="false"
【问题讨论】:
标签: html media-player avi