播放flash页面1

<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/commons/taglibs.jsp" %>
<jsp:useBean id="treeView"
class="com.huawei.it.tcps.web.tree.impl.TreeView" scope="request">
</jsp:useBean>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>News & Event - HUAWEI Communication</title>
<meta name="author"/>
<link href="<c:out value="${ctx}"/>/css/main.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="<c:out value="${ctx}"/>/css/event_activity.css" />
<link rel="stylesheet" type="text/css" href="<c:out value="${ctx}"/>/css/tp_style.css" />
<script type="text/javascript" src="<c:out value="${ctx}"/>/js/main.js"></script>
<script type="text/javascript" src="<c:out value="${ctx}"/>/js/showpage.jsp"></script>
<script language="javascript" src="<c:out value="${ctx}"/>/js/PopupCalendar.js"></script>
<script language="javascript" src="<c:out value="${ctx}"/>/js/ScrollPic.js"></script>
<link rel="stylesheet" type="text/css" href="<c:out value="${ctx}"/>/css/menu.css"/>
<script language="javascript" src="<c:out value="${ctx}"/>/js/menu.js"></script>
<script type="text/javascript" src="<c:out value="${ctx}"/>/js/swfobject.js"></script>
</head>
<body onload="puckerList();showtop();checkLink()">
<div class="content">
  <jsp:include page="/commons/Top.jsp" flush="true">
    <jsp:param name="name" value="news"/>
  </jsp:include>
 
  <div id="container">
    <div id="sidebar">
<div id="submenu">

       <%out.print(treeView.displayView());%>
  </div>

  <jsp:include page="/commons/hotProduct.jsp" flush="true"/>
 
 
</div>
    <div id="mainbody">
      <p class="location">
      <a href="index.html"><bean:message key="web.commons.home"/></a>
      <img src="<c:out value="${ctx}"/>/images/tp_location_nav_bg.gif" />
      <a href="<c:out value="${ctx}"/>/newsIndex.do"><bean:message key="web.news.newsevent"/></a>
      <img src="<c:out value="${ctx}"/>/images/tp_location_nav_bg.gif" />
      <bean:message key="web.news.news"/> 
     
      <span><bean:message key="web.news.news"/></span>
      </p>
      <div class="main" style="width:441px;margin-bottom:22px;">

 
   <logic:notEmpty name="newsForm" property="news.newsList">
  <logic:iterate id="result" name="newsForm"  property="news.newsList">
   <logic:equal name="result" property="mainFlag" value="Y">  
   <div class="news1">
  
   <logic:notEmpty  name="result" property="bigImagePath">

你可能感兴趣的:(html,jsp,css,XHTML,Flash)