摘要: using System;using System.Web;using System.Configuration;/// <summary>/// Summary description for PublicMethod/// </summary>public class PublicMethod { public PublicMethod() { } //文件路径 public static string ffmpegtool = ConfigurationSettings.AppSettings["ffmpeg"]; public static 阅读全文
posted @ 2012-05-09 11:09 捂汗 阅读(479) 评论(0) 推荐(0) 编辑
摘要: Action Script:<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" > <mx:Script> <![CDATA[ import mx.controls.Alert; //socket方式发送数据 private var xmlConn:XMLSocket; ... 阅读全文
posted @ 2012-05-09 11:06 捂汗 阅读(446) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationCo 阅读全文
posted @ 2012-05-09 11:01 捂汗 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 第一次接触Flash编程,左抄右抄,终于搞出这么个东西。<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="VideoPlay()" width="650" height="500"> <mx:Style source 阅读全文
posted @ 2012-05-09 10:55 捂汗 阅读(741) 评论(0) 推荐(0) 编辑