as3.0 手機 home 鍵設定





假設您所發佈的專案檔名叫 phoneA . 在發佈專案的手機 對映的 phoneA-app.xml
裡加入以下指定HOME 鍵, 並且具備網路功能 , 
若您有使用強制橫向與全螢幕
測試後加入 app.xml 後會無效
所以需補上

import flash.display.StageAspectRatio;

import flash.display.StageDisplayState;

stage.setAspectRatio( StageAspectRatio.LANDSCAPE ) ;
stage.displayState = StageDisplayState.FULL_SCREEN




  <android>
    <manifestAdditions>
      <![CDATA[
      <manifest>
        <!-- other android manifest stuff, like permissions, go here -->
<uses-permission android:name="android.permission.INTERNET"/>
        <application>
          <activity android:name=".MainActivity"> 
            <intent-filter> 
              <action android:name="android.intent.action.MAIN" />
              <category android:name="android.intent.category.HOME"/> 
              <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>     
          </activity>
        </application>
      </manifest>
    ]]>
    </manifestAdditions>
  </android>



video 也可以轉出高清的swf 軟體


此篇為備忘錄 , 有朋友最近在轉 video to swf
常用的就是格式工廠
轉出來就只有慘

後來找到
Apowersoft影片轉換王http://www.apowersoft.tw/video-converter-for-mac


可以轉出高清SWF , 當然它還有許多格式可選
沒有付費只能轉1分鐘以下的影片 ( 甚至更短 )