De Winne, Joris wrote:
I'm having the following (extended) tag in an SVG file: <me:video [...]
To handle this I thought I had to write a new bridge extension, but it looks like those only support Java Graphical things.
I'm not sure why you think that video wouldn't qualify as a 'Java Graphical' thing.
What I need to do is opening a socket and sending commands. So this has nothing to do with Java2D. Does somebody know what I have to do, in order to handle this extra tag?
There is a subclass of Bridge called 'GenericBridge' that does not create a GraphicsNode but is still called during the building of the document. It has one method 'handleElement'. This will get you called for each video tag. I still think that you probably _do_ want a GraphicsNode to display the video even if most of the work of the GraphicsNode is deferred to other classes.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]