views:

245

answers:

2

I am trying to load an SWF inside a WebView in my cococa app, it works fine when I load an HTML which references the SWF. But i'd like do load the flash file alone, with no HTML. Is that possible??

+1  A: 

Yes.

It's broken in currently-released WebKit (even on Snow Leopard), but last I checked, it was fixed in WebKit nightlies, so it'll work again someday.

Peter Hosey
Thanks for your answer, but I still can't display a SWF in a WebView. I've downloaded the latest nightly and the problem still the same.
goo
A: 

I finally found an answer for that. It is not quite a fix, but it can get my app working for now. Every time swf is loaded it make a call to debugger and XCode stops.

According to this post, I should disable the option "Stop on debugger" at run menu in XCode. Now my project is up and running.

Thanks!

goo