flash - .NET技术 / ASP.NET
[code=HTML][/code]<embed src='/NfwlwWeb/Logo/" + ImgName + "' FlashVars=\'links=" + Links + "' width='416' height='90' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'/>
HTML code:
<embed src='/NfwlwWeb/Logo/" + ImgName + "' FlashVars=\'links=" + Links + "' width='416' height='90' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'/>
FlashVars=\'links=" + Links + "' 怎么添加超链接啊
不能沉
后台:
public partial class _Default : System.Web.UI.Page
{
protected string Links;
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
Links = "08元旦.wmv";//你的文件及位置
}
}
前台:
'links=" <%=Links %> "
相关问答:
asp.net批量上传图片最好有源码,在线等!!!!!!!
源码很长的。
参考
C# code:
HttpFileCollection files = HttpContext.Current.Request.Files;
if (files.Count <= 1)
{
......
各位大侠,我学习的是ASP.NET,想知道相关技术有哪些,就像JAVA EE中有struct sping jsp severlet 等,ASP.NET还有哪些些相关技术。
http://topic.csdn.net/u/20090914/21/af27de99-f0f3-4cfd-9379-13764f8ec6b1.ht ......
我用的是Godaddy的服务,使用
C# code:
HttpRuntime.UnloadAppDomain();
来重启程序会抛出异常,应该是权限不够,请教大家还有没有其他的办法?
using System.ServiceProcess;
public void ResetAsp ......
asp 翻页怎么实现?
分页可使用分页控件如aspnetpager
没找到此控件!!!!!
第三方组件 需要在网上去下载 http://www.webdiyer.com/Controls/AspNetPager/Downloads
不用控件 怎么做啊!
hehe
不 ......