Re: [問題] flash 全螢幕 打字

看板Flash作者 ({id:"Ticore"};//)時間13年前 (2011/10/01 14:00), 編輯推噓3(307)
留言10則, 3人參與, 最新討論串2/2 (看更多)
測試一下AIR2.6可以在全螢幕下打中文 Win7 新注音2010 Flash Builder 4.5 package { import flash.desktop.NativeApplication; import flash.display.Sprite; import flash.display.StageDisplayState; import flash.system.Capabilities; import flash.text.TextField; import flash.text.TextFieldType; [SWF(width="300", height="200")] public class Main extends Sprite { public function Main() { trace(NativeApplication.nativeApplication.runtimeVersion); // 2.6.0.19120 trace(Capabilities.version); // WIN 10,2,153,1 stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE; var txt:TextField = new TextField(); txt.type = TextFieldType.INPUT; txt.multiline = true; txt.border = true; txt.x = txt.y = 50; txt.width = 200, txt.height = 100; addChild(txt); } } } ※ 引述《fake01 (ya da)》之銘言: : 我加了stage.displayState=StageDisplayState.FULL_SCREEN_INTERACTIVE; : 且也用air 2輸出檔案,但是還是不行在文字方塊打字,到底開如何解決呢? : 拜託各位了。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.165.8.104

10/01 18:27, , 1F
Ticore耶~~~膜拜一下<(_ _)>
10/01 18:27, 1F

10/09 03:28, , 2F
不好意思 我是使用FALSH 本身內建的 圖形介面那個寫
10/09 03:28, 2F

10/09 03:29, , 3F
我會先嘗試用 Builder 試試看
10/09 03:29, 3F

10/09 03:31, , 4F
但是看起來 是發怖成2.6AIR的關係
10/09 03:31, 4F

10/09 03:33, , 5F
我剛嘗試使用 Professional 發布程2.6air方式 使用 還是無
10/09 03:33, 5F

10/09 03:33, , 6F
10/09 03:33, 6F

10/09 03:37, , 7F
請問如果用Professional 該怎麼用呢? 因為我已經把專案寫好
10/09 03:37, 7F

10/09 03:37, , 8F
差 全螢幕了 :) 謝謝您
10/09 03:37, 8F

10/16 01:50, , 9F
我用 Flash CS5.5 測試也是能輸入中文
10/16 01:50, 9F

10/16 01:51, , 10F
有用上面的程式測試過嗎?
10/16 01:51, 10F
文章代碼(AID): #1EXgoDET (Flash)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #1EXgoDET (Flash)