I have a swf file on my site and it doesn’t work on Iphone/Ipad
Is there any way to handle this .swf in my code to work
Thanks
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.
iOS doesn’t support Flash, so you need to use Html5 instead.
You can try Swiffy to convert an swf file into Hmtl5 or Wallaby to convert a fla file. But note that both tools are still a work in progress and may not work for you.
Also, you can always write the html5 version yourself.