HowDoIAddAnimatedGifSshockwaveAndFlashItemsToMyWiki
Last modified by Vincent Massol on 2006/12/10
Question | How do I add animation: animated gif's, flash/shockwave content, and web3d items to my wiki? |
Answer |
#\set($\width = "500") #\set($\height= "500") #\set($\flashurl = $\doc.getAttachmentURL("filename.swf", "download")) #\includeForm("xwiki:XWiki.Flash") You can also replace the call to getAttachmentURL with and http:// url.. The next XWiki version will provide an even simplier macro for this. |