우선 sdcard에 1.swf 파일을 넣었습니다.
돌아가는걸 보려면 어떻게 해야하나요

외부exe실행 코드로 실행해 봤더니 안되더군요.

Runtime rt=Runtime.getRuntime();
         String exec="1.swf";
         Process pr = null;
   try {
    pr = rt.exec(exec);
    //int exitValue=pr.waitFor();
   } catch (Exception e) {
    Log.d("ERRORERRORERROR", e.toString());
    
   }

android 2.1입니다
플래쉬플레이어10.1