Rule:
[ 1MEDIA="width, height, autostart, loop, extension"]url_of_the_file[ 1/MEDIA]
[ 1MEDIA="width, height, autostart, loop"]url_of_the_file[ 1/MEDIA]
[ 1MEDIA="width, height, autostart"]url_of_the_file[ 1/MEDIA]
[ 1MEDIA="width, height"]url_of_the_file[ 1/MEDIA]
Examples:
[ 1MEDIA="300,380,yes,2,rm"]http://server/file.mp3[ 1/MEDIA]
It will use the real player to play the file.mp3,
the object is 300px width, 380px height,
it will autostart and will repeat for twice.
[ 1MEDIA=250,150,0,3]http://server/file.flv[ 1/MEDIA]
It will use the flash player to play the file.flv,
the object is 250px width, 150px height,
it'll NOT autostart but will repeat for 3 times.
[ 1MEDIA=400,480,false]http://server/file.swf[ 1/MEDIA]
It will use the flash player to play the file.swf,
the object is 400px width, 480px height,
and it'll NOT autostart.
[ 1MEDIA=421,211]http://server/file.pdf[ 1/MEDIA]
It will post the pdf object on the page,
the object is 421px width, 211px height.