Can any one tell how can i open an swf file using WebKit framework. Please specify the link which specify instructions to do the same.
Share
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.
You can’t open an SWF with WebKit.
If the Flash plug-in is installed on the system, a SWF file can be loaded by the Flash plug-in if an HTML page which contains the appropriate
embedtags is loaded into aWebView. If all you want to do is display Flash content, you should construct an HTML page that contains the appropriate HTML tags and load it into yourWebView.Note that because the Flash plug-in is not garbage-collection supported, the plug-in won’t work if your application uses garbage collection.
If you actually need to open and manipulate the contents of an SWF file you’ll need to do it yourself.
If you want to play Flash content without a WebView you can use the commercial FlashInApp framework, but again it won’t work with garbage collection.