易截截图软件、单文件、免安装、纯绿色、仅160KB

在FLEX中的stage以及全屏相关内容

现在我们先看看代码,下面的代码装在creationComplete事件中调用init()来启动全屏.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
creationComplete="init()"
>
<mx:Script>
<![CDATA[
private function init():void{
stage.displayState = StageDisplayState.FULL_SCREEN;
}
]]>
</mx:Script>
</mx:Application>
现在保存运行一下swf,却有TypeError..详细信息如下
view plain
copy to clipboard
print
?
Main Thread (Suspended: TypeError: Error #1009: 无法访问空对象引用的属性或方法。)    
    swf_fullscreen/init    
    swf_fullscreen/___swf_fullscreen_Application1_creationComplete     
    flash.events::EventDispatcher/dispatchEventFunction [no source]     
    flash.events::EventDispatcher/dispatchEvent [no source]     
    mx.core::UIComponent/dispatchEvent     
    mx.core::UIComponent/set initialized     
    mx.managers::LayoutManager/doPhasedInstantiation    
Function/http://adobe.com/AS3/2006/builtin::apply [no source]  
    mx.core::UIComponent/callLaterDispatcher2     
    mx.core::UIComponent/callLaterDispatcher    
Main Thread (Suspended: TypeError: Error #1009: 无法访问空对象引用的属性或方法。)   swf_fullscreen/init   swf_fullscreen/___swf_fullscreen_Application1_creationComplete   flash.events::EventDispatcher/dispatchEventFunction [no source]   flash.events::EventDispatcher/dispatchEvent [no source]   mx.core::UIComponent/dispatchEvent   mx.core::UIComponent/set


相关文档:

Flex Builder 3 下trace() 不输出的问题

Flex Builder 3 下trace() 不输出的问题
下面给出简单的代码(main.mxml):
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Button label="Test Trace" click="test()"/>
<mx:Script>
<!--[CDATA[
......

Flex和sliverlight的未来之路

flex 在成长的过程中历经沧桑,但是始终离不开flash在后台做后盾,他的后台代码是Actionscirp   但是sliverlight的后台代码是.net 的技术 所以说slilverlight学的时候,只要你会.net就可以非常快的上手,flex 你以前学过flash。你也可以很快上手 ......

Flex 对Java端返回Collection的处理方法

将Flex与Spring集成后(BlazeDS 与Spring集成指南 ),第一个面临的问题就是:对于Java端返回的各种Java类型的对象,Flex中能否有相应的数据类型来映射。
处理,尤其是List、Set、Map及POJO对象值。
在 BlazeDS 与Spring集成指南 例子的基础上,调整相关的测试代码如下:
1、Java端
1.1、com.yeeach.HelloWorldService ......

Flex 命令生成资源文件


--英文
mxmlc -locale=en_US -allow-source-path-overlap=true
-include-resource-bundles=mf,collections,containers,controls,core,effects,formatters,logging,SharedResources,skins,states,styles,validators
-source-path=D:/UBAS_HOME/ClientCode/demo/client/code/MainFrame/assets/locale/en_US
-output=E:/ ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号