Loving Coding & Visual Design

AS3

Shapeshifter - The Online Animation Tool
http://www.aniboom.com/ShapeshifterMain/

Google Maps API for Flash
http://code.google.com/apis/maps/documentation/flash/basics.html

var validUrlRE = new RegExp("^(http|https|ftp|file)://.+");
var titleRE = new RegExp("");
var allAlphaNumericRE = new RegExp("^\w+$");

//#include "util/regular_expressions.as"
if (validUrlRE.test(this.urlInput.getValue()))
{
// urlInput contains a mostly valid URL.
}

if (allAlphaNumericRE.test(this.nameInput.getValue()))
{
// this.nameInput contains alpha numeric characters
}

var title = titleRE.match(htmlSource);
trace(title[1]); // This contains the HTML file's title.


essential actionscript 3.0 examples
http://moock.org/eas3/examples/



下一页


最 近 文 章

  1. 备忘 - Mon, 30 Nov -0001 00:00:00 +0000
  2. CSS Bug - Mon, 30 Nov -0001 00:00:00 +0000
  3. css - Mon, 30 Nov -0001 00:00:00 +0000
  4. ▄▄█▀▀ █▬█ █ ▀█▀ - Mon, 30 Nov -0001 00:00:00 +0000
  5. 本站提供高速PHP空间(全国双线),欢迎试用 - Sun, 22 Jul 2012 12:20:37 +0000
  6. 成功案例 - Thu, 23 Feb 2012 09:05:19 +0000
  7. 网站管家内容管理系统 - Sun, 13 Mar 2011 17:15:45 +0000
  8. Google Search - Sun, 09 Jan 2011 07:18:54 +0000
  9. 小工具 - Mon, 30 Nov -0001 00:00:00 +0000
  10. 版权声明 - Sun, 02 May 2010 08:43:59 +0000