请教 如何点击flash后跳转? - .NET技术 / ASP.NET
<object width="960px" height="330px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" wmode="transparent">
<param name="wmode" value="transparent" />
<param name="movie" value="/flash/top.swf" />
<embed src="/flash/top.swf" width="960px" height="330px" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
尝试了加上<a>标签后无效,GOOGLE了下全部都是教怎样在FLASH内做个透明按钮跳转。在FLASH播放器外面添加代码做跳转请问要如何实现?
如果把FLASH播放器放在div里面,
给div一个点击事件,
也没有效果吗??
那样会 出两个 页面吧?
没试过,只是让美工 做 的时候 做的
相关问答:
select top 12 * from Product where [id] not in (select top 12 [id] from Product)
这样可以分页,但是我在后面想加个条件
select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
function CheckOpwd(){//验证用户名
var pwd=document.all.txtOpwd;
var div1=document.getElementById("divPwd");
if (pwd.value=="")
{
......
各位大侠,我学习的是ASP.NET,想知道相关技术有哪些,就像JAVA EE中有struct sping jsp severlet 等,ASP.NET还有哪些些相关技术。
http://topic.csdn.net/u/20090914/21/af27de99-f0f3-4cfd-9379-13764f8ec6b1.ht ......
我想将字符串生成一张图片,如何写?
字符串生成图片?
引用
字符串生成图片?
说简单点就是生成验证码的方法。
Private Sub Paint(ByVal strCode As String)
Dim strImgPath As String ......