I can display a simple Flash object within a page.
However, I have a Flash file that loads an external data file. This doesn't seem to be supported by the built-in capabilities in Confluence, or by the "Flash Plugin for Confluence"
Is there any workaround?
Hi,
First attach your swf to your page, copy the path, then use the html tag:
{html}
<EMBED src="URL OF YOUR FLASH FILE" loop=false menu=false quality=high scale=exactfit wmode=transparent bgcolor=#ffffff WIDTH="750" HEIGHT="750" NAME="tls2" ALIGN="center" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
{html}
Does it works?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.