-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVideo.aspx
63 lines (61 loc) · 1.75 KB
/
Video.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Video.aspx.vb" Inherits="Video" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style5
{
width: 131px;
}
.style6
{
width: 845px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<center>
<table style="width: 100%;" class="HomeBackground">
<tr>
<td class="style5">
</td>
<td class="style6">
</td>
<td>
</td>
</tr>
<tr>
<td class="style5">
</td>
<td class="style6">
<script type="text/javascript" src="http://videocallroom.oovoo.com/oovoomelink/codelib/oovoorooms.js"></script>
<script type='text/javascript'>
roomProps.roomID = '967FD61866E0517AE04400144F7E8E22';
roomProps.width = '800';
roomProps.height = '650';
roomProps.backgroundColor = '#666666';
roomProps.captionColor = '#FFFFFF';
roomProps.captionText = 'HumeAyu';
var myRoom = CreateRoom();
</script>
</td>
<td>
</td>
</tr>
<tr>
<td class="style5">
</td>
<td class="style6">
<asp:Label ID="lblMessage" runat="server" Visible="false"></asp:Label>
</td>
<td>
</td>
</tr>
</table>
</center>
</asp:Content>