zengyanzhi
zengyanzhi

Reputation: 51

iOS How to display swf in uiwebview

I create a html file in my project. It contains code

<p align=center>
   <embed id=17173 
          height=395 
          type=application/x-shockwave-flash 
          width=500 src=http://17173.tv.sohu.com/playercs2008.swf?Flvid=1390648 
          allowScriptAccess=\"always\" 
          allowFullScreen=\"true\">
   </embed> 
</p> 

But it did not show when I load the html file in UIWebview. How can I resolve this problem.

thanks....

Upvotes: 0

Views: 857

Answers (1)

Zack Brown
Zack Brown

Reputation: 6028

Flash is not supported on iOS devices. What you're asking simply is not possible.

Upvotes: 1

Related Questions