摘要:其实和ASP时代是一样的道理 int vals = Request.TotalBytes;byte[] bytes = Request.BinaryRead(vals);string strContent = System.Text.Encoding.UTF8.GetString(bytes);this.txtContent.Text = strContent;
阅读全文
摘要:以前看了ultrashock的一篇文章,所以动手写了个类,感觉用起来方便多了 /***************************************** * CssStyle * 引用外部样式表到组件 * eg: * var cssStyle:CssStyle = new CssStyle("style.css"); * 将样式应用到_root.myCombox这个对象 * cs...
阅读全文
摘要:太酷了flash网站Flash与后台结合的网站:http://www.fullsail.com/swf/index.cfmhttp://max2003.rr.com/flash/index.cfm蔬菜水果出口宣传网站http://www.trinidadexports.com///一个人宣传及作品网站http://www.mindmeldcreative.com/explore/一个极好品网的网站...
阅读全文
摘要:Flash不遮住其他控件原址:http://www.blueidea.com/bbs/newsdetail.asp?id=876535
阅读全文