vmassol wrote: > > Hi, > > On May 5, 2009, at 4:08 PM, walido wrote: > >> >> i would like to display the swf files that i have on my disk >> in xwiki so copied the source code of >> http://enterprise.xwiki.org/xwiki/bin/view/UserGuide/EditVideo >> just the fragment with : <EMBED... >> and i changed the url of the source so i can play my swf file that >> i putted >> in the attachment but it does'nt work > > What error do you get? > Can you post your page content? > > Thanks > -Vincent > >> >> what should i do >> thank you very much > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > >
It doesn't displays anything just a big blank i found that very weird why it works with a distant script flash like actionally "EMBED SRC="http://enterprise.xwiki.org/xwiki/bin/download/UserGuide/EditVideo/XWikiEnterpriseEdit.swf"" thing and when i change it to "EMBED SRC="http://localhost:8080/xwiki/bin/view/Blog/embed/Essai.swf"" it doesn't work here's is page content : OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="896" HEIGHT="576" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=7,0,0,0"> PARAM NAME=movie VALUE="http://localhost:8080/xwiki/bin/view/Blog/embed/Essai.swf"> PARAM NAME=play VALUE=true> PARAM NAME=loop VALUE=false> PARAM NAME=wmode VALUE=transparent> PARAM NAME=quality VALUE=high> EMBED SRC="http://localhost:8080/xwiki/bin/view/Blog/embed/Essai.swf" WIDTH=896 HEIGHT=576 quality=low loop=false wmode=transparent TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> /EMBED> /OBJECT> -- View this message in context: http://n2.nabble.com/swf-in-xwiki-tp2795695p2798618.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

