明天开始将开始15天之久的休假,火柴系统也会关闭,前段时间非常忙,所以一直都停在那里,没有更新过,回来之后将会继续更新,将会上第二版,透露一下(5月底将发布第二版,新功能包括:3D桌面、表情系统(留言本添加表情)等保证惊喜多多
增加了一些新功能和修复了一些Bug
地址http://developer.yahoo.com/flash/
Flash
- New Form component and form data manager utility
- Carousel:
- enhanced keyboard navigation
- added accessibility
- fixed bug: null reference error when setting multiple data providers
- Charts:
- allow for negative values in stacked bar and column charts.
- fixed bug in stacked bar and column charts in which markers were sized incorrectly for multiple series.
- fixed bug in TimeAxis in which majorUnit was not being calculated correctly.
- fixed bug in TimeAxis in which minorUnit was not being calculated.
- fixed bug in which
hideOverlappingLabels style did not work on the y-axis
- refactored origin axes,
TimeAxis and NumericAxis, to allow for factoring in the label size when calculating a majorUnit.
- added option to
CategoryAxis to allow for a more systematic dropping of labels when there is not enough space for all categories on the axis.
- fixed bug in which null values break line series.
- fixed bug in NumericAxis in which external data was not being casted as a Number.
- allow option for rotating text when fonts are not embedded.
- fixed bug in which Cartesian Charts, were not being updated when the length of the
dataSource was different.
- added enhanced styling of series by allowing the specification of fill, border and line color and alpha styles.
- added option of styling a highlighted zero gridline when the zero is beyond the origin of a
NumericAxis.
- Menu:
- enhanced keyboard navigation
- fixed bug in labelField property
- added support for non-XML data providers
- added beta accessibility implementation
- fixed bug where focusing out would not close menus
- MenuBar:
- enhanced keyboard navigation
- added beta accessibility implementation
- added support for non-XML data providers
- added labelField property
- added support for disabled menu bar items
- Tree:
- Fixed out-of-bounds index error that appeared under certain conditions.
- improved keyboard navigation
- added events for opening and closing of nodes
- added accessibility implementation
- added TreeEvent
- AlertManager:
- fixed issue with keyboard focus on disabled controls
- made some properties publicly accessible
- added beta accessibility implementation
- AudioPlayback:
- enhanced keyboard navigation – added keyboard support for volume control
- made some properties publicly accessible
- added accessibility implementations for subcontrols (volume, current track)
Flex
- AutoCompleteManager:
- Added ability to retrieve specific popup instances and control them
- Enhanced algorithm for target resizing and moving
- IPv4AddressInput, TimeInput, TimeStepper, DropdownColorPicker:
- Added accessibility implementation
Utils
- Improved performance of layout for very large containers
今天在绿色版的Flash Cs4中输出ExternalInterface.available,竟然什么都没有
转到完整版的Flash Cs3下,没问题。。。。有东西输出。。。-_-||
以后再也不装那种什么硬盘版啊,绿色版啊,搞得人都晕了。
让TitleWindow不能被拖动
var win:PWindow=PWindow(PopUpManager.createPopUp(this,PWindow));
win.isPopUp=false;//设置这个属性就可以了哦