Wed 02 Jan 2008 11:55:28 AM UTC, original submission:
Hi all,
This bug might be a duplicate of #21436, I dont know.
In any case when going to a flash enabled page with klash I get Could not load movie '/tmp/kde-fredrikjohansson/konquerorvjvkha.swf'
If I save the page and flashmovie to file system and browse from there, it works fine.
Digging through the source it seems that the plugin is downloading the swf instead of letting gnash handle it, not sure why but there is probably a god reason for that.
In any case if I comment out 2 lines and add http path instead of '/tmp/kde-$USER/konquerorXXXXXX.swf' it works fine.
I know that it's not a fix as it downloads the movie twice, I just wanted to prove my case.
my (temporary) fix:
Index: plugin/klash/klash_part.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/klash/klash_part.cpp,v
retrieving revision 1.20
diff -r1.20 klash_part.cpp
233,234c233,234
< if (!m_file.isEmpty ())
< m_src_url = m_file;
---
> // if (!m_file.isEmpty ())
> // m_src_url = m_file;
241a242
> m_src_url = url.url();
Hope it helps.
Regards
Fredrik Johansson
Ps. Did you know that kde konqueror trunk has Xembed support, not GTK sopprot though.
Ds.
|