I have a swf file which was created in Internal storage memory of android.
FileOutputStream fos = openFileOutput("sample.swf", Context.MODE_PRIVATE);
Is there any way to refer(embed) this file in my html page of webview?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Giving the path to internal storage file where needed as for above swf: “file:///data/data/–my_package_name–/files/sample.swf”
For embedding swf following lines worked: