Tag Archives: ApacheFlex

Apache Flex: MXML or ActionScript ?

Deciding to create components in MXML or ActionScript
 
One of the first decisions that you must make when creating custom components is deciding

More…

Posted in ActionScript, Flex | Tagged , | Leave a comment

Using XML filter in ActionScript – Flex中过滤XML

我一直不喜欢在AS中频繁的操作XML, 但没办法, 最近所有的data都是来自于XML, 没有任何ValueObject, 清一色的XML.

把把都得翻书找手册 :(   弱到爆

 

image

Trace到的结果:

image

Posted in ActionScript, Flex | Tagged , , | Leave a comment

ActionScript: conversion to Boolean

The following table summarizes the results of casting to the Boolean data type from other data types:

Data type or value
Result of conversion to Bo

More…

Posted in ActionScript, Flex | Tagged , | Leave a comment

Check FlashPlayer SharedObject setting using ActionScript / 使用AS检查FP本地存储

FlashPlayer provide a cool local storage mechanism called ‘SharedObject’,  we can store some user info in user local machine. for example, douban

More…

Posted in Flex | Tagged , , , , | Leave a comment

ActionScript: Check if a xml attribute/element exists 检查XML属性/元素是否存在

Here is the XML:
<XeSex sexIDElement='MID'> <SexID> M </SexID> <Name> Male </Name> <Active> y </Active> <

More…

Posted in ActionScript | Tagged , , | Leave a comment
  • Page 1 of 2
  • 1
  • 2
  • >