Friday 26 May 2006 3:48:22 am
Hi all, worldkit is still not working well. The newly created xmltag looks like
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="188" HEIGHT="235" id="worldkit">
<param NAME=movie VALUE="worldkit.swf">
<param NAME=quality VALUE="high">
<param NAME=bgcolor VALUE="#000000">
<embed src="worldkit.swf" quality="high" bgcolor="#000000" WIDTH="188" HEIGHT="235" NAME="worldkit" ALIGN="" TYPE="application/x-shockwave-flash" swLiveConnect="true" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
I have tested above code for functionality locally and it works in a single html page. Worldkit itself is installed in /extension/worldkit. I have applied Lukasz rewrite rule as follows to vhost.conf
Rewriterule ^/extension/worldkit/.* - [L]
restarted apache and cleared caches. I receive messages from ez-log at var/log/error.log
Undefined module: worldkit.swf
Error ocurred using URI: /index.php/ingog/worldkit.swf
whereas the error log for the apache virtual host says
(32)Broken pipe: core_output_filter: writing data to the network
While looking at the source code delivered to the browser, obviously the html has been embedded, so the xml tag has been well defined. The flash player status says "Movie not loaded", so I presume that worldkit.swf has been found and a connection from the flash player has already been made, but somehow died along the way. I have no idea whereto proceed. What do you think any ideas? Schönen Tag noch allerseits Sebastian
|