Hi,
 
I've made an animation with Wink, transformed it into flash (swf file) and now I want to add it to my page. I've followed the instructions on http://www.xwiki.org/xwiki/bin/view/FAQ/HowDoIAddAnimatedGifSshockwaveAndFlashItemsToMyWiki  but it does not work.
 
What I do is that I attach my swf file (myanimation.swf) to my page and then add :
 
#set($width = "500")
#set($height= "500")
#set($flashurl = $doc.getAttachmentURL("myanimation.swf ", "download"))
#includeForm("xwiki:XWiki.Flash")
 
I'm using XWiki 1.0 and nothing appears on my page. When I look at the HTML code produced, nothing in there. Does any body have any idea ?
 
Thanks,
Antonio