Hi Antonio, On Dec 10, 2007, at 2:04 PM, Antonio Goncalves wrote:
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/HowDoIAddAnimatedGifSshockwaveAndFla... 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"))
btw you can remove the second parameter in the call since "download" is the default.
#includeForm("xwiki:XWiki.Flash")
Do you have this page in your virtual wiki setup? -Vincent
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