On Dec 10, 2007, at 2:04 PM, Antonio Goncalves wrote:
Hi,
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