PDA

View Full Version : Indexing Flash movies


Edomondo
12-09-2004, 06:09 AM
Hi there,

I'm quite interested in indexing Flash movies.
As suggested in this http://www.phpdig.net/forum/showthread.php?t=614&highlight=Flash (post), it might possible for Phpdig to do that.

While inspecting a page, a regular expression like
<object ... src="XXX.swf" ... </object>
should be replaced by
the output of 'swf2html XXX.swf'

To get the output of swf2html, I suspect passthru() would be useful, but I'm not sure how to get it working.
Any idea? Has anyone else tried to index swf content?