-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault22.aspx
executable file
·31 lines (28 loc) · 1 KB
/
Default22.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default22.aspx.vb" Inherits="Default22" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>未命名頁面</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<object id="mediaPlayer" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="523" height="444"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
type="application/x-oleobject">'
<param name="autoStart" value="false"/>
<param name="url" value="Hit&Run01.avi" />
<param name="wmode" value="transparent" />
<param name="uiMode" value="full" />
<param name="loop" value="false" />
<embed id ="EmbedmediaPlayer"
type ="application/x-mplayer2"
src ="E:\sm8885392.mp4"
width ="523"
height ="444">
</embed>
</object>
</div>
</form>
</body>
</html>