View Single Post
Old 12-09-2004, 06:09 AM   #1
Edomondo
Orange Mole
 
Edomondo's Avatar
 
Join Date: Jan 2004
Location: In outer space
Posts: 37
Indexing Flash movies

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, 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?
Edomondo is offline   Reply With Quote