[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Advice how to give special handling to flash movies in emacs-w3m=



Hi,

Sorry for my late response.  I went to a business trip for 10 days.

>> On  Thu, 29 May 2008 10:56:04 +0200
>>  joakim@xxxxxxxxx said as follows:

>I'm working on a patch to embed gtk widgets in emacs buffers.
>As a test case I would like to use the gnash player to play a swf movie
>in a w3m buffer.

It sounds very interesting.

>How can I add special handling for flash movies in w3m?
>What I need to do is create a display property similar to the ones used
>for emacs images, when a flash tag is detected.

Please check `w3m-create-page' function.  Unfortunately, the CVS head
version of emacs-w3m supports only text/* pages and image/* pages, and
pages in other types are treated by an external command.
However, I think that the most sophisticated way to support other
content typed pages is adding something like stub to the last part of
`w3m-create-page' function.

Regards,

-- 
TSUCHIYA Masatoshi