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
2009-09-01 16:32:21
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
2009-09-01 19:40:13
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
2009-09-01 20:06:03