我今天刚开始弯曲。我只是一个空白页面。但如果我右键单击页面,我可以看到FlashPlayer已加载。
以下是测试代码。
<?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="500" minHeight="400" width="500" height="400" creationComplete="testFlex()">
<fx:Script>
<![CDATA[
private function testFlex():void{
trace("WORKING!");
}
]]>
</fx:Script>
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:Button x="199" y="199" label="Test" id="test"/>
</s:Application>
我希望至少能看到这个按钮。
编辑:如果我从bin-debug文件夹中打开html然后显示?但是当我从flex测试时它只显示一个空白页。
答案 0 :(得分:0)
我得到了它。必须安装调试播放器。