为什么播放器点停止按钮后不会跳到最开始位置,而是变成暂时的功能了?
private string CreateMediaPlayerPage(string strFileName)
{
string strScript =
" <TABLE id=\ "Table2\ " align=\ "center\ " border=\ "0\ " runat=\ "server\ "> "
+ " <TR> "
+ " <TD align=\ "center\ "> "
+ " <OBJECT id=\ "mdpTrailer\ " width=\ "500\ " height=\ "400\ " classid=\ "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95\ " name=\ "mdpTrailer\ "> "
+ " <PARAM NAME=\ "AudioStream\ " VALUE=\ "-1\ "> "
+ " <PARAM NAME=\ "AutoSize\ " VALUE=\ "-1\ "> "
+ " <PARAM NAME=\ "AutoStart\ " VALUE=\ "1\ "> "
+ " <PARAM NAME=\ "AnimationAtStart\ " VALUE=\ "-1\ "> "
+ " <PARAM NAME=\ "AllowScan\ " VALUE=\ "-1\ "> "
+ " <PARAM NAME=\ "AllowChangeDisplaySize\ " VALUE=\ "-1\ "> "
+ " <PARAM NAME=\ "AutoRewind\ " VALUE=\ "0\ "> "
+ " <PARAM NAME=\ "Balance\ " VALUE=\ "0\ "> "
+ " <PARAM NAME=\ "BaseURL\ " VALUE=\ "\ "> "
+ " <PARAM NAME=\ "BufferingTime\ " VALUE=\ "5\ "> "
+ " <PARAM NAME=\ "CaptioningID\ " VALUE=\ "\ "> "
+ " <PARAM NAME=\ "ClickToPlay\ " VALUE=\ "-1\ "> "
+ " <PARAM NAME=\ "CursorType\ " VALUE=\ "0\ "> "
+ " <PARAM NAME=\ "CurrentPosition\ " VALUE=\ "-1\ "> "
+ " <PARAM NAME=\ "CurrentMarker\ " VALUE=\ "0\ "> "
+ " <PARAM NAME=\ "DefaultFrame\ " VALUE=\ "\ "> "