I visited some webpage including flash by konq-20030705, the flash could not be played. But when I download the page to my local machine, the flash could be played. I traced slotData() in kflashpart.cpp and found that: the data.size() when visiting remote page is much smaller than that of local visit. The data that kflashpart received is from KIO. Does this outcome mean that KIO transforms the wrong number of data? or something wrong with kflashpart itself? below is where I trace the data size.<br><br>void KFlashPart::slotData( KIO::Job* /*kio_job*/, const QByteArray &amp;data )<br>{<br>    printf(&quot;data.size()=%d\n&quot;, data.size());        <br><br>    if ( data.size() == 0 )<br>        return;<br><br>    if ( !m_widget-&gt;addData( data ) ) {<br>        closeURL();<br>        emit canceled( i18n(&quot;Invalid data.&quot;) );<br>    }<br><!-- footer --><br><br><br>
<font style="font-size:14.8px">
<!--广告footer 开始-->
<!--广告footer 结束-->

<!--内部footer开始-->
<br>
<br><p style="line-height:160%;">
<a href="http://mail.163.com" target="_blank">
<font color=blue>需要一个<span style="color:red">2000兆的免费</span>邮箱吗?<br>网易免费邮箱是<span style="color:red">中国最多人使用</span>的电子邮箱。</a>
</p>
<!--内部footer结束-->
</font>