Search code examples
androidflashflash-builderflash-cs4

Flash swf file to run as an application on android


I have a flash application(.swf format). I wanted to package the entire swf file and other content(related images, xml files) into a single file and access in a tablet. So basically i need to make it into a single .apk file to access in my tablet. Please let me know if its possible to do it, and what are the tools required to do this. Regards,


Solution

  • For play swf with android, you need to develop your project in android 2.2 version or above so Flash player 10.3 are install and run which support your swf(shock wave file at background) and you can easily play swf.

    You need to drag Webview and attach those swf source path.

    you can get player in you mobile from here :: https://market.android.com/details?id=com.adobe.flashplayer&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5hZG9iZS5mbGFzaHBsYXllciJd

    Now if you plan to play swf directly, then Adobe Air will help you because it provide sdk in which in Flash you can convert your flash file to apk.(that is the easy to flash developer)