android Programming Glossary: flvdirectory
Problem to load flv video in webview http://stackoverflow.com/questions/6596243/problem-to-load-flv-video-in-webview .equals Environment.MEDIA_MOUNTED Log.d TAG No SDCARD else prepare the directory File flvDirectory new File Environment.getExternalStorageDirectory FLVplayer if flvDirectory.exists try flvDirectory.createNewFile catch.. No SDCARD else prepare the directory File flvDirectory new File Environment.getExternalStorageDirectory FLVplayer if flvDirectory.exists try flvDirectory.createNewFile catch IOException e e.printStackTrace specify the html file name to use File.. directory File flvDirectory new File Environment.getExternalStorageDirectory FLVplayer if flvDirectory.exists try flvDirectory.createNewFile catch IOException e e.printStackTrace specify the html file name to use File flvHtml new File flvDirectory..
|