网页设计html或者asp中在图片上面添加flash特效

来源:百度知道 编辑:UC知道 时间:2024/06/14 01:44:30
首先有劳大家看清楚问题(很多人经常不认真看题目):

1、在网页设计中,语言是html或者asp;
2、我要在图片上面添加flash透明特效;
3、不能是这种形式:图片背景(background)+flash的形式实现(这个我会了)
4、直接表格插入图片(不是背景),在图片上添加层来添加flash。如何实现?

认真看题,答对的,回答得快的,另外奖励:50-100分。(本人有8000分,多的是)
好,谢谢!

<!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
#Layer3 {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: block;
height: 300px;
width: 608px;
}
.sadsad {
position: relative;
}
-->
</style>
</head>

<body>
<table width="444" height="300&qu