上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 1.图片跨域 在被加载图片域放置crossdomain.xml load(new URLRequest(path), new LoaderContext(true)); 2.点播流(http视频流) 在被加载视频域放置crossdomain.xml 设置netStream.checkPolicyFile = true; 3.实时流跨域 这个要在FlashPlayer 9.0... 阅读全文
posted @ 2008-08-25 07:04 appleseed 阅读(455) 评论(0) 推荐(0)
摘要: Flex及AS3的百条常用知识(转载) 找资料的时候 看到一篇文章很实用 对新手的基本问题都可以找到,方便查找答案的时间 【改变输出swf的尺度,背景颜色或帧频】 在"Navigator"窗框里右键你的项目>选中"Properties">选中"ActionScript Compiler">在"Additional compiler arguments"里输入你所需要的命令 如想改变背景颜色,... 阅读全文
posted @ 2008-08-20 14:59 appleseed 阅读(1615) 评论(5) 推荐(0)
摘要: /############################################ 版权声明: 文章内容为本站编辑,创作.你可以任意转载、发布、使用但请务必以明文标注文章原始出处及本声明 http://www.opent.cn 作者:浪淘沙 ############################################/ /*************************... 阅读全文
posted @ 2008-08-17 10:25 appleseed 阅读(237) 评论(0) 推荐(0)
摘要: #region 获取指定文件夹下所有子目录及文件(树形) /**************************************** * 函数名称:GetFoldAll(string Path) * 功能说明:获取指定文件夹下所有子目录及文件(树形) * 参 数:Path:详细路径 * 调用示列... 阅读全文
posted @ 2008-08-17 10:24 appleseed 阅读(1432) 评论(0) 推荐(0)
摘要: .NET中处理文件和文件夹的操作相关的类:File类和Directory类 System.IO.File类和System.IO.FileInfo类 在设计和实现“网络硬盘”的过程中,将大量地使用和文件系统操作相关的内容。故本节先对和文件系统相关的两个.NET类进行简要介绍。 System.IO.File类和System.IO.FileInfo类主要提供有关文件的各种操作,在使用时需要... 阅读全文
posted @ 2008-08-17 10:23 appleseed 阅读(484) 评论(0) 推荐(0)
摘要: /############################################ 版权声明: 文章内容为本站编辑,整理,创作.你可以任意转载、发布、使用但请务必以明文标注文章原始出处及本声明 http://www.opent.cn 作者:浪淘沙 ############################################/ using System; using Sys... 阅读全文
posted @ 2008-08-17 10:22 appleseed 阅读(743) 评论(0) 推荐(0)
摘要: //------------- //Base64和StringUtil在网上自己找吧 import Base64; import StringUtil; var socket = new Socket(); socket.connect("localhost", 11915); socket.addEventListener(Event.CLOSE, closeHandler); socket.... 阅读全文
posted @ 2008-08-17 10:10 appleseed 阅读(2240) 评论(3) 推荐(0)
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package com.klstudio.util{ public class StringUtil{ //忽略大小字母比较... 阅读全文
posted @ 2008-08-17 10:00 appleseed 阅读(412) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/octverve/archive/2008/01/29/2071356.aspx http://www.2x2003.cn/article.asp?id=42 http://cn.aswing.org/ http://www.xiaos8.com/article.asp?id=105 阅读全文
posted @ 2008-08-07 17:55 appleseed 阅读(240) 评论(0) 推荐(0)
摘要: 1using System; 2using System.IO; 3using System.Web; 4 5 6/**//// 7/// Summary description for FLVStreaming 8/// 9public class FLVStreaming : IHttpHandler 10{ 11 private static readonly by... 阅读全文
posted @ 2008-08-07 17:50 appleseed 阅读(375) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 下一页