zallery/WebContent/page_chat.jsp
2012-06-13 17:59:22 +00:00

25 lines
931 B
Text

<%@ page import="zall.bean.*" %>
<%
if( session.getAttribute("user") == null ){
response.sendRedirect("login");
return;
}
%>
<jsp:include page="header.jsp" flush="false" />
<DIV id="main">
<DIV id="container">
<DIV id="content">
<object type="application/x-shockwave-flash" data="http://me.tokbox.com/vc/c4340coqrrmcsma9/10" width="100%" height="600">
<param name="movie" value="http://me.tokbox.com/vc/c4340coqrrmcsma9/10" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="guestList=false&textChat=true&inviteButton=false&invitingUser=false&showAddFriends=false" />
</object>
</DIV><!-- #content -->
</DIV><!-- #container -->
</DIV><!-- #main -->
<jsp:include page="footer.jsp" flush="true" />