On 5/15/07, Steve Motola <[EMAIL PROTECTED]> wrote:
I am sure this question has been asked before but there is no convenient way to search the archives.
We recommend Nabble: http://www.nabble.com/Maven---Users-f178.html
How does one embed a SWF (Flash) file within the documentation? Do the velocity templates just have to be edited to put in a new tag to produce something like the following? [:somefilename;550;400:] movie <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object>
What documentation format are you using? You should be able to include that in xdoc with no problem. With APT it's probably not supported but I bet you could write a macro to do it. http://maven.apache.org/doxia/guide-doxia-macros.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
