How do you embed xml driven flash content in joomla - Joomla! Forum - community, help and support


hi know how embed xml driven flash content in joomla?

i cant find on google or in forum it, appriciated?

first of all, if going doing lot , don't seeing code, recommend jce editor plugins (www.joomlacontenteditor.net.) has tool allow put flash content , navigate it. otherwise need use "html" option on tinymce or use "no editor" can paste code content item.

the key getting flash content item have set joomla not strip code out:
http://community.joomla.org/magazine/di ... -code.html

if use jce, want @ options in configuration file stripping code.

once that, open content item want embed flash in. if using "no editor" option see code. if using tinymce, click "html" button see code.
paste following in want appear while switching size attributes , file name , paths appropriate:

code: select all

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,32,18">
<param name="src" value="images/stories/your_flash.swf" />
<param name="wmode" value="transparent" />
<param name="base" value="/" />
<param name="name" value="your_flash.swf" /><embed type="application/x-shockwave-flash" width="800" height="600" src="images/stories/your_flash.swf" name="your_flash.swf" base="/" wmode="transparent"></embed>
</object>


as xml driven: have found in cases if flash relies on external xml files, need put absolute path file in flash object. doesn't seem work when specify relative path.

this no means comprehensive should going.





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい