Media

Here is a new sample-package which is more media related - currently including one Moslate for inserting Flash movies (and you sure see here the most fantastic Flash movie ever). The parameters for flash:insert were taken from the W3C.
(To use those, you need to import media_export)

media
nameoutputcode
flash:insert
movie, width, height, bgcolor

Rendered HTML is mainly taken from public web pages and should validate with XHTML; movie path is absolute or relative to live site.
FAIL (the browser should render some flash content, not this). {flash:insert movie="demo.swf?message=Hey+Joomla" width="200" height="60" bgcolor="#A0A0A0"/}
iframe:insert
id, class, style, title,
longdesc, name, src, frameborder,
marginwidth, marginheight, scrolling,
align, height, width


see W3C
{iframe:insert src="http://de.siteof.de/" width="200" height="160"/}
google:map
key, id, width, height,
onload(JS), controls(largemap|smallmap|maptype|all),
javascript-link(true|false)
types(map|satellite|hybrid)
type(map|satellite|hybrid), longitude(-180..180), latitude(-90..90), zoom(0..17), version(1|2)

See a demonstration or howto. {google:map key="---your google maps key---" longitude="-122.1419" latitude="37.4419" zoom="13" /}